DirtyDevWork / homebridge-daikin

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

Temperature needs to be rounded #20

Open cbrandlehner opened 5 years ago

cbrandlehner commented 5 years ago

I have identified an issue. Let's start with the WiFi Module I use: [10/9/2018, 12:40:32 PM] [Daikin Office] response success [10/9/2018, 12:40:32 PM] [Daikin Office] Your Model is: 0AB9 [10/9/2018, 12:40:32 PM] [Daikin Office] response success [10/9/2018, 12:40:32 PM] [Daikin Office] Set firmware version to 1.2.48 I experienced a problem that most commands were ignored. I finally found out that these commands where temp was either a full or a half degree worked. Examples working: 22.0, 22.5, 23.0, 23.5 Examples not working: 22.1, 22.2, 22.3

So it seems we need some rounding.

If the URL looks like this: "http://192.168.1.13/aircon/set_control_info?pow=1&mode=3&stemp=22.1&shum=0" the HTTP response is: ret=PARAM NG

cbrandlehner commented 5 years ago

fixed in this fork: https://github.com/cbrandlehner/homebridge-daikin-local