This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ESP32C3 (Seeed Studio XIAO) version of the P1 reader | |
| # Look at https://github.com/psvanstrom/esphome-p1reader and get that p1reader.h from there | |
| esphome: | |
| includes: | |
| - p1reader.h | |
| name: esp32-p1reader | |
| friendly_name: esp32-p1reader | |
| platformio_options: | |
| board_build.f_flash: 40000000L |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data: | |
| title: Title | |
| message: >- | |
| Tuulen suunta 10min Avg: {{ states('sensor.wind_direction_10min_avg')}} ° ( | |
| 180-220°)<br> Tuulen nopeus 10min Avg: {{ | |
| states('sensor.wind_speed_10min_avg') }} m/s<br> Tuulen puuskat 10min Avg: | |
| {{ states('sensor.wind_gusts_10min_avg') }} m/s<br> | |
| data: | |
| sticky: false | |
| notification_icon: mdi:slope-uphill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Chilien talvivalojen ajastusautomaatio | |
| description: "Asettaa time-tyyppisen helperin arvot klo 00:10 syttymään 2h ennen auringonlaskua ja sammumaan auringonlaskun hetkellä" | |
| triggers: | |
| - trigger: time | |
| at: "00:10:00" | |
| conditions: [] | |
| actions: | |
| - action: input_datetime.set_datetime | |
| target: | |
| entity_id: input_datetime.chilien_talvivalot_paalle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Chilien talvivalojen ohjaus | |
| description: Chilien talvivalojen ohjaus. Päälle 2h ennen hämärää | |
| triggers: | |
| - at: input_datetime.chilien_talvivalot_paalle | |
| id: chilien talvivalot päälle | |
| trigger: time | |
| - at: input_datetime.chilien_talvivalot_pois | |
| id: chilien talvivalot pois | |
| trigger: time | |
| conditions: [] |
OlderNewer