macjeff Posted February 17, 2022 Posted February 17, 2022 I use variables from nodeservers in emails from TimeData and other nodeservers I upgraded from Pg2 to pg3 and none of the variables work now. This was the pg2 version ${sys.node.n014_timedata.GV10} for Season. I noticed its now TimeData so I changed that but still wont work. I am still on node 14 and still need GV10. Ideas?
larryllix Posted February 17, 2022 Posted February 17, 2022 7 hours ago, macjeff said: I use variables from nodeservers in emails from TimeData and other nodeservers I upgraded from Pg2 to pg3 and none of the variables work now. This was the pg2 version ${sys.node.n014_timedata.GV10} for Season. I noticed its now TimeData so I changed that but still wont work. I am still on node 14 and still need GV10. Ideas? I don't use nodeservers for time functions. I use the native time functions provided inside ISY in programs and notifications. There are various formats that ISY provides built-in.
glarsen Posted February 21, 2022 Posted February 21, 2022 On 2/16/2022 at 8:26 PM, macjeff said: I use variables from nodeservers in emails from TimeData and other nodeservers I upgraded from Pg2 to pg3 and none of the variables work now. This was the pg2 version ${sys.node.n014_timedata.GV10} for Season. I noticed its now TimeData so I changed that but still wont work. I am still on node 14 and still need GV10. Ideas? Did you figure this out? in PG2 where you used :${sys.node.n014_timedata.GV10}, the PG3 version now uses: ${sys.node.n014_controller.GV10}
Recommended Posts