cbrandlehner / homebridge-daikin-local

Supports Daikin Air Conditioners on HomeBridge
MIT License
101 stars 18 forks source link

not compare acessorie #56

Closed alenik88 closed 4 years ago

alenik88 commented 4 years ago

I have installed plugin but can't see whenstart homebridge. Device supported: ret=OK,model=FBA60A2VEB9,type=N,pv=0,cpv=0,mid=89E1,s_fdir=0,frate_steps=3,en_frate_silent=0,en_frate_auto=1,en_scdltmr=1,hmlmt_l=16.0,hmlmt_h=32.0,cmlmt_l=16.0,cmlmt_h=32.0

This is part in json: Homebridge config "accessories": [ { "accessory": "Daikin-Local", "name": "Living room", "apiroute": "http://my device ip", "system": "Default", "swingMode": "2", "defaultMode": "0", "fanMode": "FAN", "fanName": "Living room FAN" } ],

image

why this?

cbrandlehner commented 4 years ago

Most likely you have a typo in your config. Try using homebridge-config-ui-x instead of manually edititing the config file.

If this does not help, open a problem report with homebridge. This is not a problem with this plugin as homebridge decides which plugin to load.