Posts with the category Home Automation
CH340G Serial to USB Bridge Driver
- Win 8 / 8.1: http://www.arduined.eu/ch340-windows-8-driver-download/ (or local mirror)
- Win 7: http://www.arduined.eu/ch340g-converter-windows-7-driver-download/ (or local mirror)
- Linux: The driver is called ch341 and it is part of the Linux kernel: drivers/usb/serial/ch341.c
- OpenWrt:
opkg install kmod-usb-serial-ch341
- OpenWrt:
Measuring and Logging the Outside Temperature (and Humidity) with FHEM
I bought the TFA 30.3155 (9.579 kbps).
JeeLink
Installing FHEM on Arch Linux (ARM) – On a UDOO in my case
Here are the steps required to install FHEM on Arch Linux:
# We start by updating our system first: pacman -Syyu # We install 'make': pacman -S make # Now we create the user / group: fhem / fhem groupadd fhem useradd \ --system \ --create-home...