Added WakeOnLAN device, some small refactoring and improved error handling

This commit is contained in:
2022-12-28 03:27:25 +01:00
parent bb18cfdcee
commit 2b4ddf82b6
8 changed files with 404 additions and 59 deletions

View File

@@ -10,10 +10,16 @@ username="Dreaded_X"
[devices.kitchen_kettle]
type = "IkeaOutlet"
info = { name = "Kettle", room = "Kitchen" }
zigbee = { topic = "zigbee2mqtt/kitchen/kettle" }
mqtt = { topic = "zigbee2mqtt/kitchen/kettle" }
kettle = { timeout = 5 }
[devices.living_workbench]
type = "IkeaOutlet"
info = { name = "Workbench", room = "Living Room" }
zigbee = { topic = "zigbee2mqtt/living/workbench" }
mqtt = { topic = "zigbee2mqtt/living/workbench" }
[devices.living_zeus]
type = "WakeOnLAN"
info = { name = "Zeus", room = "Living Room" }
mqtt = { topic = "automation/appliance/living_room/zeus" }
mac_address = "30:9c:23:60:9c:13"