MrMike Posted January 9, 2023 Posted January 9, 2023 Hi, is there any way to surface the Temperature, motion, and Battery info into a status? The info appears present and accurate in the nodes. It would be great to use Temperature as a status. Thanks, Michael
larryllix Posted January 10, 2023 Posted January 10, 2023 5 hours ago, MrMike said: Hi, is there any way to surface the Temperature, motion, and Battery info into a status? The info appears present and accurate in the nodes. It would be great to use Temperature as a status. Thanks, Michael Temperature is classically an analogue value. In an iSY program you can add logic lines such as If xx.temperature <= 23 degrees Then set heater On Else -- The result of a tested analogue is a logical status.
landolfi Posted August 7, 2023 Posted August 7, 2023 On 1/9/2023 at 8:34 PM, larryllix said: Temperature is classically an analogue value. In an iSY program you can add logic lines such as If xx.temperature <= 23 degrees Then set heater On Else -- The result of a tested analogue is a logical status. Is there another way to get to temperature outside the programming UI? Temperature is exposed and reported on in the AC device list but doesn't appear to be exposed as a status in the programming UI.
larryllix Posted August 7, 2023 Posted August 7, 2023 2 hours ago, landolfi said: Is there another way to get to temperature outside the programming UI? Temperature is exposed and reported on in the AC device list but doesn't appear to be exposed as a status in the programming UI. Read my post that you quoted. Other than that previous answer I have no idea what you are asking. I don't understand what "outside a programming UI" means. Again. Temperature is an analogue value bit a status. Please clarify more of what you want to know.
landolfi Posted August 7, 2023 Posted August 7, 2023 (edited) 21 minutes ago, larryllix said: Read my post that you quoted. Other than that previous answer I have no idea what you are asking. I don't understand what "outside a programming UI" means. Again. Temperature is an analogue value bit a status. Please clarify more of what you want to know. I understand your answer and I think your answer assumes that you have access to temperature via the programming UI. What I am asking is: If the node shows a value in AC but it is not exposed to the programming UI, is there some other way to get at the value that the node server has access to? In this case, note that AC shows temperature for a Blink camera node, but the programming UI does not show a status for "Back South temperature", it only shows the Blink hub and its status of armed or online. So my question was whether I could get at that Back South camera node and its attributes some other way. But maybe you are already answering my question by telling me there is no alternative to node status except via the programming UI. Edited August 7, 2023 by landolfi
larryllix Posted August 7, 2023 Posted August 7, 2023 LOL...OK. I didn't realise I was in some specialty hardware thread since forum titles are not shown with new posts. You would have to contact the node server programmer and ask for it to be added. Good elaboration for somebody that was lost here.
Recommended Posts