tspopp / AquaMQTT

Monitor and control your Groupe Atlantic (Explorer, Aquawin,...) heat pump using MQTT
Apache License 2.0
21 stars 8 forks source link

feat(aquamqtt): enable overrides for messages emitted by main #25

Closed tspopp closed 5 months ago

tspopp commented 5 months ago

This PR enables overrides of the messages sent from MAIN to HMI

Features:

Fixes:

New MQTT Topics:

Main Message

Value MQTT Topic Format Unit Other Information
State: Solar Input Signal Detected $root/main/stateSolar bool

AquaMQTT / Statistics

Value MQTT Topic Format Unit Other Information
Active Overrides (MAIN) $root/stats/activeOverridesMain json Active Overrides are flagged either with 1 (overridden) or 0 (not overridden) Example Payload: { "statePV": 1, "stateSolar": 1 }

Else