# Events: all - Weather Forecast

**URL:** https://discourse.nodered.org/t/events-all-weather-forecast/81291
**Category:** General
**Tags:** home-assistant
**Created:** [13 September 2023 21:54 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291 "2023-09-13T21:54:25Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![EcarDK](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ecardk/32/76058_2.png) [@EcarDK](https://discourse.nodered.org/u/EcarDK)
#### Post date: [13 September 2023 21:54 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/1 "2023-09-13T21:54:25Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [13 September 2023 22:40 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/2 "2023-09-13T22:40:28Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![EcarDK](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ecardk/32/76058_2.png) [@EcarDK](https://discourse.nodered.org/u/EcarDK)
#### Post date: [14 September 2023 08:06 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/3 "2023-09-14T08:06:28Z")

</div>

Sorry.

Its in Node Red Home Assistant

I will like to try out the node "enents: all"  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/9/596da81c89d5b02f9361f03a7ff037fdc27140a7.png)

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

 ![flow](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/0/0/0030892cfc2cc4c280863c3163ffceb096763988.png)

```auto
[{"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

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 September 2023 08:42 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/4 "2023-09-14T08:42:24Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [14 September 2023 11:18 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/5 "2023-09-14T11:18:41Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 November 2023 11:19 UTC](https://discourse.nodered.org/t/events-all-weather-forecast/81291/6 "2023-11-13T11:19:31Z")

</div>

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