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
[ | |
{ | |
"id": "9807b581.2c0318", | |
"type": "tab", | |
"label": "Temperatur.nu", | |
"disabled": false, | |
"info": "" | |
}, | |
{ | |
"id": "972bb80a.6aca08", |
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
INFO [05-09 13:50:54] - MM, Starting NxFilter v4.2.6 | |
INFO [05-09 13:50:54] - MM, It's running stand alone. | |
INFO [05-09 13:51:08] - CLlN, Loading vxlogon. | |
INFO [05-09 13:51:08] - CLlC, Loading config. | |
INFO [05-09 13:51:08] - CLcLC, Copying config into local DB. | |
INFO [05-09 13:51:10] - CLlDS, Loading dns_setup. | |
INFO [05-09 13:51:11] - RCcNC, Negative cache cleared. | |
INFO [05-09 13:51:11] - ZDlDD, Loading dynamic domains. | |
INFO [05-09 13:51:11] - CLlZF, Loading zone_file. | |
INFO [05-09 13:51:11] - CLlA, Loading alert. |
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
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point | |
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points | |
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point | |
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points | |
2018-05-07 21:29:56 ERROR (Thread-8) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json | |
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point | |
2018-05-07 21:29:56 ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points | |
2018-05-07 21:29:57 ERROR (Thread-6) [homeassistant.components.sensor.command_line] Command failed: curl http://192.168.1.236/data.json | |
2018- |
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: Earth hour starts | |
trigger: | |
platform: time | |
after: "20:30:00" | |
condition: | |
condition: time | |
weekday: | |
- sat | |
action: | |
service: light.turn_off |
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
[ | |
{ | |
"id": "36e44ecd.4941f2", | |
"type": "tab", | |
"label": "Flow 4", | |
"disabled": true, | |
"info": "" | |
}, | |
{ | |
"id": "bd43a711.db4298", |
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
### PM10 | |
SELECT mean("SDS_P1") FROM "feinstaub" WHERE ("node" = 'esp8266-3402380') AND $timeFilter GROUP BY time(1h) | |
### PM2.5 | |
SELECT mean("SDS_P2") FROM "feinstaub" WHERE ("node" = 'esp8266-3402380') AND $timeFilter GROUP BY time(1h) |
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
Sensors created in HASS | |
- sensor.luftdaten_pm10 | |
- sensor.luftdaten_pm25 | |
##HASS template: | |
## Calculate AirQUality: | |
## average percentage of values below thesholds defined by WHO | |
## <=40% -> EXCELLENT | |
## <=60% -> GOOD | |
## <=80% -> FAIR |
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: 'record cumulative rain to midnight' | |
trigger: | |
- platform: time | |
at: "00:00:01" | |
action: | |
service: mqtt.publish | |
data_template: | |
topic: 'hass/cum_rain_prior' | |
retain: true | |
payload: '{"day_1":"{{states.sensor.rain_cum.state}}"}' |
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: "Media player paused/stopped" | |
trigger: | |
- platform: state | |
entity_id: media_player.kodi | |
from: 'playing' | |
to: 'idle' | |
action: | |
service: scene.turn_on | |
entity_id: scene.livingroom_normal |
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
#Detta gör att den hämtar automatiseringarna från en annan fil som heter automation.yaml | |
automation: !include automations.yaml | |
#Inställningarna för kodi | |
media_player: | |
- platform: kodi | |
host: 192.168.1.117 | |
turn_on_action: | |
- service: wake_on_lan.send_magic_packet | |
data: |