Jump to content

Custom Notices - devices with "0" in address not reporting


WillyWonker

Recommended Posts

Posted

Hi All,

I have a custom notification set up to run that gives me current status on a hand full of devices. I have a bunch of 2441TH thermostats on this report. I have 4 thermostats that I cannot get the custom notifications to report on. The isy can see them and communicate with no issues. I just noticed that all four thermostats have a zero in the address at the leading digit in the second set. These are the actual address that are not working;

Basement ..... ${sys.node.24 07 6D 1.ST}

Bedroom 1 .....${sys.node.24 07 38 1.ST}

Bedroom 2 .....${sys.node.24 08 58 1.ST}

Bedroom 3 .....${sys.node.24 08 D7 1.ST}

 

I don't have any other devices with a zero in the address at this spot to test this out....

Has anyone run across this, is there a fix for this?

 

Thanks,

Will

Posted
Hi All,

I have a custom notification set up to run that gives me current status on a hand full of devices. I have a bunch of 2441TH thermostats on this report. I have 4 thermostats that I cannot get the custom notifications to report on. The isy can see them and communicate with no issues. I just noticed that all four thermostats have a zero in the address at the leading digit in the second set. These are the actual address that are not working;

Basement ..... ${sys.node.24 07 6D 1.ST}

Bedroom 1 .....${sys.node.24 07 38 1.ST}

Bedroom 2 .....${sys.node.24 08 58 1.ST}

Bedroom 3 .....${sys.node.24 08 D7 1.ST}

 

I don't have any other devices with a zero in the address at this spot to test this out....

Has anyone run across this, is there a fix for this?

 

Thanks,

Will

 

Hi Will-

 

Just omit the leading 0. Bedroom 3 .....${sys.node.24 8 D7 1.ST}

 

-Xathros

Posted

Form some reason the ZERO gets removed. This has been a sore spot for years. Why a ZERO is removed from a string is something that has never been explained.

 

Sent from my GT-P5210 using Tapatalk

Posted

Usually you drop the leading zero, at least for REST commands, etc.

 

Try:

Basement ..... ${sys.node.24 7 6D 1.ST}

Bedroom 1 .....${sys.node.24 7 38 1.ST}

Bedroom 2 .....${sys.node.24 8 58 1.ST}

Bedroom 3 .....${sys.node.24 8 D7 1.ST}

Guest
This topic is now closed to further replies.

×
×
  • Create New...