Added charger as outlet type
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-19 22:34:26 +01:00
parent 18bca5abf4
commit 07563a6d30
6 changed files with 74 additions and 39 deletions

View File

@@ -25,16 +25,25 @@ max = 25_000
[devices.kitchen_kettle]
type = "IkeaOutlet"
outlet_type = "Kettle"
name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
kettle = { timeout = 5 }
timeout = 5
[devices.living_workbench]
[devices.workbench_charger]
type = "IkeaOutlet"
name = "Workbench"
room = "Living Room"
topic = "zigbee2mqtt/living/workbench"
outlet_type = "Charger"
name = "Charger"
room = "Workbench"
topic = "zigbee2mqtt/workbench/charger"
timeout = 5
[devices.workbench_outlet]
type = "IkeaOutlet"
name = "Outlet"
room = "Workbench"
topic = "zigbee2mqtt/workbench/outlet"
[devices.living_zeus]
type = "WakeOnLAN"

View File

@@ -24,21 +24,30 @@ topic = "automation/debug"
[light_sensor]
topic = "zigbee2mqtt/living/light"
min = 20_500
max = 22_000
min = 21_000
max = 22_500
[devices.kitchen_kettle]
type = "IkeaOutlet"
outlet_type = "Kettle"
name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
kettle = { timeout = 300 }
timeout = 300
[devices.living_workbench]
[devices.workbench_charger]
type = "IkeaOutlet"
name = "Workbench"
room = "Living Room"
topic = "zigbee2mqtt/living/workbench"
outlet_type = "Charger"
name = "Charger"
room = "Workbench"
topic = "zigbee2mqtt/workbench/charger"
timeout = 72000
[devices.workbench_outlet]
type = "IkeaOutlet"
name = "Outlet"
room = "Workbench"
topic = "zigbee2mqtt/workbench/outlet"
[devices.living_zeus]
type = "WakeOnLAN"

View File

@@ -30,16 +30,25 @@ max = 25_000
[devices.kitchen_kettle]
type = "IkeaOutlet"
outlet_type = "Kettle"
name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
kettle = { timeout = 5 }
timeout = 5
[devices.living_workbench]
[devices.workbench_charger]
type = "IkeaOutlet"
name = "Workbench"
room = "Living Room"
topic = "zigbee2mqtt/living/workbench"
outlet_type = "Charger"
name = "Charger"
room = "Workbench"
topic = "zigbee2mqtt/workbench/charger"
timeout = 5
[devices.workbench_outlet]
type = "IkeaOutlet"
name = "Outlet"
room = "Workbench"
topic = "zigbee2mqtt/workbench/outlet"
[devices.living_zeus]
type = "WakeOnLAN"