DirtyDevWork / homebridge-daikin

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

Newbie question - Zones #18

Open JaseSmith78 opened 6 years ago

JaseSmith78 commented 6 years ago

I'm am attempting to adapt for a MyAir2.

I'm not very inexperience with js and classes, and sorry if I have completely overlooked but...

How are zones handled?

My system has 8 zones that can be on/off as well as 0 - 100% open (the XLM I will be working with is below)

<zone1>
<name>LOUNGE</name>
<setting>1</setting>
<userPercentSetting>100</userPercentSetting>
<maxDamper>100</maxDamper>
<minDamper>0</minDamper>
<userPercentAvail>1</userPercentAvail>
</zone1>