Events: all - Weather Forecast

How Do I get Temperature out whit a "events: all" node?

What is an "events: all" node? Is that something from Home Assistant?

If you put a debug node on the output and show us the full message perhaps we can advise you.

1 Like

Sorry.

Its in Node Red Home Assistant

I will like to try out the node "enents: all"
image

I try to get the temperature out,using a "current state" node. and it workt fine. like here

[{"id":"a6cea73a2d3f434a","type":"change","z":"4e6cd26fac364e04","name":"data.attributes.forecast.0.temperature","rules":[{"t":"set","p":"payload","pt":"msg","to":"data.attributes.forecast.0.temperature","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":260,"wires":[["43fa890e9bf132fe"]]},{"id":"2754cf9a5a0e097d","type":"api-current-state","z":"4e6cd26fac364e04","name":"Weather Forecast - Temperature","server":"e236fa561a99cdbc","version":3,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","entity_id":"weather.forecast_laerkeparken","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":310,"y":260,"wires":[["a6cea73a2d3f434a"]]},{"id":"43fa890e9bf132fe","type":"debug","z":"4e6cd26fac364e04","name":"debug 8","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":840,"y":260,"wires":[]},{"id":"b3351e9b0eb524d1","type":"inject","z":"4e6cd26fac364e04","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":260,"wires":[["2754cf9a5a0e097d"]]},{"id":"e236fa561a99cdbc","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":false,"cacheJson":false,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":true}]

But I dont know how to set it up, using the "events: all" node. I will like to see when my temperature change

Few here use home assistant, you might have to ask on an HA forum.

Without seeing the output from "events: all" I doubt if we can help.
It's obviously not just a question of accessing a single value from the output because your change node above does that.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.