-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing current operating mode in zones entities #17
Comments
I assume that each zone entities could just simply reference the main controllers mode topic? |
Ok, Just done some testing. I've add "action_topic" referencing a new topic in theatre zone 2 IE - my homeassistant/climate/actronque/zone2 / config now looks like this, Since doing that with mine, the History graph is now correctly shading the Theatre zone Blue (indicating cooling action) However, we can't just mirror the main controller actronqueXXXXXXX/compressor topic. When you turn the Zone off, the action needs to also be turned off, or else the graph will still continue to "shade" the blue for cooling. So each zone will need new topic for action_topic, if a zone is turned on, it should mirror the actronqueXXXXXXX/compressor value. If a zone is turned off, the zones new action_topic should be set to "off" |
Hey Mike. Gave it an attempt myself. My code here - https://github.com/DanielNagy/hass-actronque Learnings. Ie, Unit hit Heating set point, went to standby, but because it was reporting COOL, the Graph shaded Blue. So I added logic to determine idle/standby state to incorporate the Compressor Capacity to see if it is 0% to determine Standby. This value is saved as a new action topic for the main unit.
For the individual zones i'm looking at the Zone damper "position" to determine if a zone is heating/cooling/idle, and created a new action topic
So now you can see the states of the main control unit, as well as the individual zones. And more importantly, the colour shading for each zone is now functional, and will only shade when the Zone Damper position is open. (2.14pm is when i added the per zone action). So at a glance at that graph, you can see when the unit is actively heating/cooling. specifically at 2:22pm, the zone went to idle for a short period. |
Since adding the heat cool points in #13, I've only just noticed that in the history view of each zone, it no longer "shades" based on the current operating mode.
Ie. highlighted, the main controller is (cooling)
Ie, the main control unit shows blue shading for (cooling)
But a zone, because HA doesn't know the current mode isn't shading.
The text was updated successfully, but these errors were encountered: