Relative Content

Software

Copyparty Docker quick setup

Create directory and enter it. /home/USER/Copyparty Create docker-compose.yml, change /cfg and /w (share) path in volumes section.

Create data directory /home/USER/Copyparty/data In data directory, create some_config.conf, change [accounts] section

Update/run script update.sh

Run the script and check if the site works by navigating to: http://IP_OR_DOMAIN:3923

HomeAssistant Voice Assist ecosystem docker-compose.yml

 

How to test an SD Card

H2testw Old but reliable. Fills in the disk with data and the verifies it. https://www.heise.de/download/product/h2testw-50539 Fake Flash Test Apart from full scan, has an option for a quick test, which chooses random sectors to write to and verify. https://www.majorgeeks.com/files/details/fakeflashtest.html ChipGenius Able to extract information from USB devices. It can cross reference chipset information with its […]

BlueTooth not working on HomeAssistant on Raspbian (RPI)

Problem: BlueTooth devices are not showing up in HomeAssistant on Raspbian (RPI) Solution: Run the commandline

Source: https://community.home-assistant.io/t/bluetooth-integration-doesnt-work/448873/7

Specs

Reolink RLC-1212A Mi Temperature and Humidity Monitor 2    

Xiaomi Temperature & Humidity Sensor integration with HomeAssistant

Flashing tool: https://pvvx.github.io/ATC_MiThermometer/TelinkMiFlasher.html More information: https://community.home-assistant.io/t/home-asssistant-xiaomi-mijia-lywsd03mmc-temperature-and-humidity-sensor-tutorial-september-2022/456403   https://github.com/atc1441/ATC_MiThermometer  

CertBot

Create Cert sudo certbot –nginx -d my.domain.com Renew with dry run sudo certbot renew –dry-run