macjeff Posted February 22, 2023 Posted February 22, 2023 see image. Is this normal NS 20 is this one.
bpwwer Posted February 22, 2023 Posted February 22, 2023 It looks like programs are trying to convert the boolean value of the status for those nodes into something else. 11 is deadbolt status and 16 is european macroseismic (whatever that is). The conversion is failing (which makes sense) Check the programs with IDs 0251 and 0245
macjeff Posted February 22, 2023 Author Posted February 22, 2023 33 minutes ago, bpwwer said: It looks like programs are trying to convert the boolean value of the status for those nodes into something else. 11 is deadbolt status and 16 is european macroseismic (whatever that is). The conversion is failing (which makes sense) Check the programs with IDs 0251 and 0245 I got the issue. When this was updated last they removed the OFFLINE for all the sensors. So the programs are all messed up. Like 245 is Strawberry Water Sensor Probe is Online is False but now it says Strawberry Water Sensor Probe moisture is False which makes no sense. I changed it to 0% but even that would not be correct as offline would probably show the last value. 251 is Outdoor Weather Sensor module online is false. Now says Outdoor Weather Sensor Temperature is false. so I changed those to 0 also which again will probably not work. can you fix? ISY-Events-Log.v5.5.7__Wed 2023.02.22 02.53.28 PM.txt
bpwwer Posted February 22, 2023 Posted February 22, 2023 Looks like the event viewer reports the UOM in hex not decimal so 11 would be temperature which makes sense, that's how the node ST value is defined. The moisture sensor status is defined as the moisture level. Everything in the node server looks correct to me, I don't know what you want to me to "fix".
macjeff Posted February 22, 2023 Author Posted February 22, 2023 14 minutes ago, bpwwer said: Looks like the event viewer reports the UOM in hex not decimal so 11 would be temperature which makes sense, that's how the node ST value is defined. The moisture sensor status is defined as the moisture level. Everything in the node server looks correct to me, I don't know what you want to me to "fix". It used to have option in programs for sensor or probe online. Now it does not so when those commands disappeared I guess the ID of the command changes. So now my programs were all messed up because it chose something else like Moisture or Temperature. It was just an online 0 or 1 or true false. But thats gone
bpwwer Posted February 22, 2023 Posted February 22, 2023 Yes, that changed happened almost a year ago and according to the logs, before the 1.0.0 release of the node server. Prior to that change, there wasn't any code to update the online status so as far as I can tell, that value would never change.
macjeff Posted February 22, 2023 Author Posted February 22, 2023 I will just delete the programs then.
Recommended Posts