Autelis Binding - Channels Missing?

@digitaldan

Now that I have the Autelis binding up and running in OH2 I wanted to start building out my controls.

The first item I wanted to control was my waterfall pump, which is connected to Auxiliary 2 as per the Autelis setting screen.

When looking at the available channels in the Official Docs I did not see any for Auxiliary so I tried both the

equipment-circuit2

and

equipment-feature2

channels with no luck. I then surmised the channel I needed was missing and tried

equipment-aux2

and like magic I had control.

Is the documentation missing references to the equipment-aux channels?

Squid

I’m not sure, my controller does not have aux entries in any of the xml files ( check http://poolcontrol/status.xml ) , also I don’t think I have that same setup screen that you have posted, not sure if its a firmware difference or not.

Here’s my Status.XML…

I have the model 6520 for Jandy/Zodiac Controllers, do you have the Pentair or Hayward model by chance?

<response>
<system>
<runstate>8</runstate>
<model>6520</model>
<dip>10000000</dip>
<opmode>0</opmode>
<vbat>33</vbat>
<lowbat>1</lowbat>
<version>1.6.9</version>
<time>1479571532</time>
</system>
<equipment>
<pump>0</pump>
<pumplo/>
<spa>0</spa>
<waterfall/>
<cleaner>0</cleaner>
<poolht2/>
<poolht>0</poolht>
<spaht>0</spaht>
<solarht>0</solarht>
<htpmp/>
<aux1/>
<aux2>0</aux2>
<aux3>0</aux3>
<aux4>0</aux4>
<aux5>0</aux5>
<aux6>0</aux6>
<aux7>0</aux7>
<aux8/>
<aux9/>
<aux10/>
<aux11/>
<aux12/>
<aux13/>
<aux14/>
<aux15/>
<aux16/>
<aux17/>
<aux18/>
<aux19/>
<aux20/>
<aux21/>
<aux22/>
<aux23/>
</equipment>
<temp>
<poolsp>80</poolsp>
<poolsp2>60</poolsp2>
<spasp>102</spasp>
<pooltemp>70</pooltemp>
<spatemp>0</spatemp>
<airtemp>56</airtemp>
<solartemp>0</solartemp>
<tempunits>F</tempunits>
</temp>
</response>

Ahh, mine is Pentair, hence the difference. I can make a different thing type for the pentair version, do you know if you have chem.xml and pumps.xml?

Sorry I mean make a differnt thing type for Jandy

Hi Dan -

I do have chem.xml and pumps.xml which I believe were part of the newer Autelis firmware. I can make the current THING work, my only observation was that there was no channel for the AUX items which seems to be the basis of my control. I was able to create an undocumented channel called

equipment-aux2

Instead of creating a different version do you think it might be easier to update the docs? I say that because it seems like there are 4/5 other models and I’d hate for you to need to maintain 5 different versions.

I do have chem.xml and pumps.xml which

Can you post the content of those please?

Instead of creating a different version do you think it might be easier to update the docs?

We really need channels defined for each type, OH2 is very much made for this type of situation, in fact I think this is all just some XML changes, I don’t think there will be any code changes, which is why it’s mostly working as you point out.

Here are my chem.xml and pumps.xml files…

CHEM.XML

<response>
<chem>
<avail>0</avail>
<chlrp>0</chlrp>
<saltp>0</saltp>
<chlrs>0</chlrs>
<salts>0</salts>
<orp1>0</orp1>
<orp2>0</orp2>
<ph1>0</ph1>
<ph2>0</ph2>
<orpfd1>0</orpfd1>
<orpfd2>0</orpfd2>
<phfd1>0</phfd1>
<phfd2>0</phfd2>
</chem>
</response>

PUMPS.XML

<response>
<pumps>
<vsp1/>
<vsp2/>
<vsp3/>
<vsp4/>
</pumps>
</response>

Dan, thanks as always for your assistance and dedication to OH!