Open RichW02 opened 1 year ago
Hi @RichW02 - thanks for the feedback! This is actually exposed as the 'fan speed' in the individual room sensor in HK. Go to the accessory details and check out if it's working there for you...
I can see the fan speed in the details page, how can I get it in as a point to see on the climate page?
Ahh I see - we'd have to expose that separately. Cool, I'll take a peek and see how we'd do it. Shouldn't be rocket science.
While you’re at it how about the battery level for each zone? Please……
@RichW02 - sorry to come back to this super late. I don't see a way to get or expose battery level for each zone, but I can expose 'low battery'. I also don't see a way to expose fan speed further than it already is. Do you see a way to expose it, I'm looking here. https://developers.homebridge.io/#/characteristic/StatusLowBattery
Is your feature request related to a problem? Please describe: No problem, all working well, Thanks.
Describe the solution you'd like:
I would like to get the damper positions (for each zone) so I can see them in HB & HK. I can see the values in the log file but don’t know how to extract the data as a data point.
The data in the log file:
[Airtouch 5] ATWRAP | Updating Zone status: {"zone_number":3,"zone_power_state":0,"zone_control_type":1,"zone_damper_position":100,"zone_target":25,"zone_temp":23.3,"zone_battery_low":0,"zone_has_sensor":1,"zone_has_spill":0}
Thanks for any info…..