James Peterson Posted July 11, 2016 Share Posted July 11, 2016 I am trying to put some final touches on the aeon multisensor and then I'll push out a new update. Link to comment
James Peterson Posted July 11, 2016 Author Share Posted July 11, 2016 Multisensors have been completed. I have pushed out a beta test. as long as there are no issues, I'll push the update to live tonight. Link to comment
mykanderson Posted July 14, 2016 Share Posted July 14, 2016 Thanks for the update. Everything looks great with it. Is there a way to add one to my home page? Link to comment
James Peterson Posted July 14, 2016 Author Share Posted July 14, 2016 Thanks for the update. Everything looks great with it. Is there a way to add one to my home page?I am working on a small update for a details screen for them, but you should be able to locate them in the favorites add from the home screen and find them under sensors to add them. Sent from my Nexus 5X using Tapatalk Link to comment
MWareman Posted July 31, 2016 Share Posted July 31, 2016 Ouch - it's hot and bright in here! It shows correctly in the admin console: ..and here is the XML: <nodeInfo> <node flag="128"> <address>ZW027_1</address> <name>ZW 027 Multilevel Sensor</name> <family>4</family> <parent type="3">24752</parent> <type>4.33.1.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>ZW027_1</pnode> <sgid>1</sgid> <devtype> <gen>4.33.1</gen> <mfg>134.258.100</mfg> <cat>118</cat> </devtype> <property id="ST" value="100" formatted="100%" uom="51"/> </node> <properties> <property id="BATLVL" value="100" formatted="100%" uom="51"/> <property id="CLIHUM" value="42" formatted="42%" uom="22"/> <property id="CLITEMP" value="8160" formatted="81.60° F" uom="17" prec="2"/> <property id="DOF" value=" " formatted=" " uom="51"/> <property id="DON" value=" " formatted=" " uom="51"/> <property id="LUMIN" value="400" formatted="4.00 lux" uom="36" prec="2"/> <property id="ST" value="100" formatted="100%" uom="51"/> <property id="UV" value="0" formatted="0.00 UV Index" uom="71" prec="2"/> </properties> </nodeInfo> The CLITEMP and LIMIN values are reported multiplied by 100 - any chance you can either divide by 100 for these two before displaying - or use the formatted value? Michael. Link to comment
James Peterson Posted July 31, 2016 Author Share Posted July 31, 2016 Ouch - it's hot and bright in here! App.png It shows correctly in the admin console: AdminConsole.PNG ..and here is the XML: <nodeInfo> <node flag="128"> <address>ZW027_1</address> <name>ZW 027 Multilevel Sensor</name> <family>4</family> <parent type="3">24752</parent> <type>4.33.1.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>ZW027_1</pnode> <sgid>1</sgid> <devtype> <gen>4.33.1</gen> <mfg>134.258.100</mfg> <cat>118</cat> </devtype> <property id="ST" value="100" formatted="100%" uom="51"/> </node> <properties> <property id="BATLVL" value="100" formatted="100%" uom="51"/> <property id="CLIHUM" value="42" formatted="42%" uom="22"/> <property id="CLITEMP" value="8160" formatted="81.60° F" uom="17" prec="2"/> <property id="DOF" value=" " formatted=" " uom="51"/> <property id="DON" value=" " formatted=" " uom="51"/> <property id="LUMIN" value="400" formatted="4.00 lux" uom="36" prec="2"/> <property id="ST" value="100" formatted="100%" uom="51"/> <property id="UV" value="0" formatted="0.00 UV Index" uom="71" prec="2"/> </properties> </nodeInfo> The CLITEMP and LIMIN values are reported multiplied by 100 - any chance you can either divide by 100 for these two before displaying - or use the formatted value? Michael. I would suggest moving.. you live too close to the sun. Lol!!! I'll get it fixed. Sent from my Nexus 5X using Tapatalk Link to comment
James Peterson Posted July 31, 2016 Author Share Posted July 31, 2016 Ouch - it's hot and bright in here! App.png It shows correctly in the admin console: AdminConsole.PNG ..and here is the XML: <nodeInfo> <node flag="128"> <address>ZW027_1</address> <name>ZW 027 Multilevel Sensor</name> <family>4</family> <parent type="3">24752</parent> <type>4.33.1.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>ZW027_1</pnode> <sgid>1</sgid> <devtype> <gen>4.33.1</gen> <mfg>134.258.100</mfg> <cat>118</cat> </devtype> <property id="ST" value="100" formatted="100%" uom="51"/> </node> <properties> <property id="BATLVL" value="100" formatted="100%" uom="51"/> <property id="CLIHUM" value="42" formatted="42%" uom="22"/> <property id="CLITEMP" value="8160" formatted="81.60° F" uom="17" prec="2"/> <property id="DOF" value=" " formatted=" " uom="51"/> <property id="DON" value=" " formatted=" " uom="51"/> <property id="LUMIN" value="400" formatted="4.00 lux" uom="36" prec="2"/> <property id="ST" value="100" formatted="100%" uom="51"/> <property id="UV" value="0" formatted="0.00 UV Index" uom="71" prec="2"/> </properties> </nodeInfo> The CLITEMP and LIMIN values are reported multiplied by 100 - any chance you can either divide by 100 for these two before displaying - or use the formatted value? Michael. The calculation seems to be working on this end. You may not have the updated DB parameters. (not sure why) Try tapping the top right icon or refreshing data from the settings page. The key is to have the correct precision "prec" value set in the database. This as recently added so there may be issues with the data refresh after the database upgrade. Link to comment
MWareman Posted July 31, 2016 Share Posted July 31, 2016 That was just after performing a refresh from the setting page (I had just added two sensors..) Upon checking this morning, all is well with the reporting - I didn't have to do anything further. Very odd! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.