Daikin binding not loaded

Hi,

The Daiking binding has a basic problem of not handling correct when numeric value is expected and “–” is delivered:

http://192.168.3.37/aircon/get_control_info

ret=OK,pow=0,mode=4,adv=,stemp=--,shum=--,dt1=24.0,dt2=M,dt3=25.0,dt4=24.0,dt5=24.0,dt7=24.0,dh1=0,dh2=50,dh3=0,dh4=0,dh5=0,dh7=0,dhh=50,b_mode=6,b_stemp=--,b_shum=--,alert=255,f_rate=5,f_dir=3,b_f_rate=5,b_f_dir=3,dfr1=5,dfr2=A,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=3,dfd2=0,dfd3=2,dfd4=3,dfd5=3,dfd6=3,dfd7=3,dfdh=0

When mode is set to FAN or DRY the setpoint temperature returns “–”.
I have modified jdaikin.jar to do some exception handling, so things are working for me.

Additionally the documentation of the binding seems to be wrong (at least for my Daikin ACs):
FAN:
0 AUTO
1-5 FAN Steps

SWING:
1 NONE
2 VERTICAL
3 HORIZONTAL
4 3D

MODE:
0 AUTO
1 DRY
2 COOL
3 HEAT
4 VENT

I somebody is interested I can post my modified binding here.

1 Like