DirtyDevWork / homebridge-daikin

Supports Daikin Air Conditioners on HomeBridge
Apache License 2.0
10 stars 13 forks source link

Read Outside Temp Sensor #10

Open DirtyDevWork opened 7 years ago

DirtyDevWork commented 7 years ago

Daikin Split Systems support an Outside Temp Sensor. Currently am not reporting readings to HomeKit for this sensor, need to investigate if this can be added as part of the main HomeKit Accessory or if it will need to appear as a separate Accessory

DirtyDevWork commented 7 years ago

Outside temperature sensor readings seem fairly intermittent on my system. Most of the time in the Daikin app and HomeBridge I just get returned a "-" for the otemp parameter when I access "get_sensor_info" @icepicknz, is this the same for you?

bendews commented 6 years ago

@DirtyDevWork, I'm on the latest Daikin firmware (2.9.0) with a BRP072 and it appears to be quite consistent (as in, with my limited testing so far I haven't seen any null values).

I've also noticed there are some forks adding extra functionality, are you accepting pull requests at all? Would love to contribute 😄