Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
homeautomation:heating [2025/03/13 10:08] – external edit 127.0.0.1 | homeautomation:heating [2025/03/13 14:55] (current) – [The smart solution] willy | ||
---|---|---|---|
Line 116: | Line 116: | ||
The basic logic is simple: whenever at least ONE thermo-valve is open (heating), the generators should be operative. Only when ALL the thermo-valves are closed (idle), then the generators can be turned off (actually the pellet is not turned on or off, but switched between minimum to modulation...). | The basic logic is simple: whenever at least ONE thermo-valve is open (heating), the generators should be operative. Only when ALL the thermo-valves are closed (idle), then the generators can be turned off (actually the pellet is not turned on or off, but switched between minimum to modulation...). | ||
- | The point now is how to connect Home Assistant with the OrangePi Zero... Well, using [[homeautomation: | + | The point now is how to connect Home Assistant with the OrangePi Zero... Well, using [[homeautomation:protocols: |
I have rewritten the OrangePi Zero code to become an MQTT client and connect to the Home Assistant broker, this is pretty simple following the Mosquitto documentation and example code. | I have rewritten the OrangePi Zero code to become an MQTT client and connect to the Home Assistant broker, this is pretty simple following the Mosquitto documentation and example code. |