This file contains 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": "5702eca4.c373e4", | |
"type": "api-call-service", | |
"z": "93e5dfe8.6683b", | |
"name": "Device tracker", | |
"server": "84d7c1be.d21e3", | |
"version": 1, | |
"debugenabled": false, | |
"service_domain": "device_tracker", |
This file contains 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
Zigbee2MQTT:info 2021-04-18 23:52:28: MQTT publish: topic 'zigbee2mqtt/Entrance Ceiling light 2', payload '{"brightness":26,"linkquality":81,"state":"OFF","update":{"state":"available"},"update_available":true}' | |
Zigbee2MQTT:error 2021-04-19 00:00:06: Publish 'set' 'state' to 'Carport Wall light entrance door right' failed: 'Error: Command 0x000d6ffffea7eb82/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (SRSP - AF - dataRequest after 6000ms)' | |
info 2021-04-18 22:58:44: MQTT publish: topic 'zigbee2mqtt/Living room Ceiling light 1', payload '{"brightness":191,"linkquality":90,"state":"ON","update":{"state":"available"},"update_available":true}' | |
info 2021-04-18 22:58:44: MQTT publish: topic 'zigbee2mqtt/Living room Purple floor lamp', payload '{"brightness":191,"linkquality":57,"state":"ON","update":{"state": |
This file contains 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
esphome: | |
name: flower01 | |
platform: ESP32 | |
board: esp32dev | |
wifi: | |
ssid: "[WIFI SSID]" | |
password: "[WIFI password]" | |
# Enable fallback hotspot (captive portal) in case wifi connection fails |
This file contains 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
esphome: | |
name: keypad01 | |
platform: ESP32 | |
board: esp32dev | |
includes: | |
- keypad_textsensor.h | |
- keypad_sensor.h | |
libraries: | |
- "Keypad" |
This file contains 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": "c0a0e0.ae6cbf2", | |
"type": "subflow", | |
"name": "Zigbee2MQTT dim & toggle", | |
"info": "", | |
"category": "", | |
"in": [ | |
{ | |
"x": 480, |
This file contains 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
esphome: | |
name: miflorahost | |
platform: ESP32 | |
board: esp32dev | |
wifi: | |
ssid: "your wifi ssid" | |
password: "your wifi password" | |
# Enable fallback hotspot (captive portal) in case wifi connection fails |
This file contains 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
----- We have an input_number sensor with the currently selected index ----- | |
states.input_number.color_index_garden.state = 1.0 | |
input_number: | |
color_index_garden: | |
name: Valgt farveindex i haven | |
initial: 0 | |
max: 255 | |
min: 0 |
This file contains 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
{ | |
"terrace":{ | |
"entity":"light.terrace", | |
"scenes":[ | |
"scene.terrace_low", | |
"scene.terrace_medium", | |
"scene.terrace_high" | |
], | |
"colors":[ | |
[ |
This file contains 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":"5702eca4.c373e4", | |
"type":"api-call-service", | |
"z":"93e5dfe8.6683b", | |
"name":"Device tracker", | |
"server":"84d7c1be.d21e3", | |
"version":1, | |
"debugenabled":false, | |
"service_domain":"device_tracker", |
This file contains 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
type: picture-elements | |
image: /local/images/touran.png | |
state_filter: | |
"home": brightness(100%) | |
"not_home": brightness(50%) | |
elements: | |
- type: state-label | |
entity: device_tracker.vw_touran | |
icon: mdi:home | |
style: |
NewerOlder