Open goshpolly opened 7 years ago
Adding one comment - I see that other apps (like Eve) see half degrees so Apple Health is to blame, not Homebridge! I guess therefore disregard no.1? The other two would be great for your consideration though if possible.
On the crash when frost protection is active, I updated that line in index.js to be: targetTemperature =7;
It now no longer crashes.
I’d also like to see hot water control added. I assume this could use the HomeKit mechanism for switches (i.e. it’s either on or off)?
Hi there. Love it, but noticed a couple of problems:
Half degrees aren't recognised so when my heating's set to 19.5, Home shows it as 20.
Crash when the heating's set to frost protection: /opt/node/lib/node_modules/homebridge-hive/index.js:306 targetTemperature = data.attributes.frostProtectTemperature.reportedValue; ^ TypeError: Cannot read property 'reportedValue' of undefined
My Hive controls my hot water too - would it be possible to include this in controls?
Thanks for your efforts!