HomeAssistant
Back to current versionRestore this version

HomeAssistant#

Resources#

Install procedure#

Boot the HP thin client from an Ubuntu Desktop 24.04 usb, and then follow this procedure to install the HA-OS to the built-in SSD.
Then simply remove the USB and reboot.
You get a HomeAssistant prompt on console 1, and a root prompt on console 6 (just press enter)
The web console is available at http://192.168.2.8:8123, first create a user.

Customization#

[options]
	UseSyslog

[openALL]
	sequence    = 4381, 3090, 9672
	seq_timeout = 5
	command     = /sbin/iptables -I INPUT -s %IP% -p tcp -j ACCEPT;/sbin/iptables -t nat -A PREROUTING -p tcp --dport 8123 --source %IP% -j DNAT --to-destination 192.168.2.8:8123
	tcpflags    = syn

[closeALL]
	sequence    = 9672, 3090, 4381
	seq_timeout = 5
	command     = /sbin/iptables -D INPUT -s %IP% -p tcp -j ACCEPT;/sbin/iptables -t nat -D PREROUTING -p tcp --dport 8123 --source %IP% -j DNAT --to-destination 192.168.2.8:8123
	tcpflags    = syn

TODO#

Solaredge#

After adding the solaredge integration (using the received API key), it works like a charm, but after about 7 hours I stop receiving data from solaredge, not on the site, not in the mobile app, not in home-assistant. My daughter (who also has solaredge) does get data, so it must be something with me. I mailed the company from who I got the API key.