Jump to content

James Peterson

Recommended Posts

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
  • 3 weeks later...

Ouch - it's hot and bright in here!   :-P

post-2553-0-59538100-1469932109_thumb.png

 

It shows correctly in the admin console:

post-2553-0-68264400-1469932132_thumb.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.

Link to comment

Ouch - it's hot and bright in here! :-P

attachicon.gifApp.png

 

It shows correctly in the admin console:

attachicon.gifAdminConsole.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

Ouch - it's hot and bright in here!   :-P

attachicon.gifApp.png

 

It shows correctly in the admin console:

attachicon.gifAdminConsole.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

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

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...