cbrandlehner / homebridge-daikin-local

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

Info about configuration tag "system" #28

Closed Ziowebbo closed 5 years ago

Ziowebbo commented 5 years ago

Hi, I saw there is a tag called "system" in the example configuration and reports "Default" as value. What are the other values we can use in this tag and what is the purpose?

Thanks

cbrandlehner commented 5 years ago

If you use config-ui-x you can choose the other value from the drop-down menu. The other value "Skyfi" can be found in the config.schema.json file: https://github.com/cbrandlehner/homebridge-daikin-local/blob/master/config.schema.json

Ziowebbo commented 5 years ago

Thank you, but what is the purpose? I'm asking because with my Daikin adapters (BRP069A43/B43 - firmware 3.3.6) they appear in "on" status also if they are "off" and they will be updated to "off" with a huge delay. So I was asking myself if there is something I could change in the configuration.

cbrandlehner commented 5 years ago

The system tag helps to work with Daikin Skyfi adapter which use a different URL syntax. We only have one user in the community who owns such system, the code is yet to be confirmed to work. See #6

Ziowebbo commented 5 years ago

thank you for explaining.