zigbee2mqtt update
This commit is contained in:
parent
f51eb0be80
commit
8d511e173f
2 changed files with 16 additions and 4 deletions
|
@ -9,7 +9,11 @@
|
||||||
password = "hallo";
|
password = "hallo";
|
||||||
};
|
};
|
||||||
scenes = [
|
scenes = [
|
||||||
{ name = "default"; }
|
{
|
||||||
|
name = "default";
|
||||||
|
ignored_sensors =
|
||||||
|
[ "zigbee2mqtt/door_sensor_5" "zigbee2mqtt/door_sensor_1" ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "outside";
|
name = "outside";
|
||||||
room_tracking_enabled = false;
|
room_tracking_enabled = false;
|
||||||
|
@ -19,9 +23,6 @@
|
||||||
name = "night";
|
name = "night";
|
||||||
room_tracking_enabled = false;
|
room_tracking_enabled = false;
|
||||||
brightness = 25;
|
brightness = 25;
|
||||||
#disabled_switches = [
|
|
||||||
#"zigbee2mqtt/light_2"
|
|
||||||
#];
|
|
||||||
ignored_sensors =
|
ignored_sensors =
|
||||||
[ "zigbee2mqtt/motion_sensor_7" "zigbee2mqtt/door_sensor_4" ];
|
[ "zigbee2mqtt/motion_sensor_7" "zigbee2mqtt/door_sensor_4" ];
|
||||||
}
|
}
|
||||||
|
@ -54,6 +55,10 @@
|
||||||
topic = "zigbee2mqtt/motion_sensor_6";
|
topic = "zigbee2mqtt/motion_sensor_6";
|
||||||
room = "office_room";
|
room = "office_room";
|
||||||
})
|
})
|
||||||
|
(motion {
|
||||||
|
topic = "zigbee2mqtt/motion_sensor_8";
|
||||||
|
room = "office_room";
|
||||||
|
})
|
||||||
(motion {
|
(motion {
|
||||||
topic = "zigbee2mqtt/motion_sensor_7";
|
topic = "zigbee2mqtt/motion_sensor_7";
|
||||||
room = "sleeping_room";
|
room = "sleeping_room";
|
||||||
|
@ -62,6 +67,10 @@
|
||||||
topic = "zigbee2mqtt/motion_sensor_5";
|
topic = "zigbee2mqtt/motion_sensor_5";
|
||||||
room = "kitchen";
|
room = "kitchen";
|
||||||
})
|
})
|
||||||
|
(motion {
|
||||||
|
topic = "zigbee2mqtt/motion_sensor_4";
|
||||||
|
room = "storage_room";
|
||||||
|
})
|
||||||
|
|
||||||
(door {
|
(door {
|
||||||
topic = "zigbee2mqtt/door_sensor_1";
|
topic = "zigbee2mqtt/door_sensor_1";
|
||||||
|
|
|
@ -57,6 +57,9 @@ in {
|
||||||
|
|
||||||
advanced.pan_id = 1337;
|
advanced.pan_id = 1337;
|
||||||
|
|
||||||
|
# add last seen information
|
||||||
|
advanced.last_seen = "ISO_8601_local";
|
||||||
|
|
||||||
# configure web ui
|
# configure web ui
|
||||||
frontend.port = 9666;
|
frontend.port = 9666;
|
||||||
frontend.host = "0.0.0.0";
|
frontend.host = "0.0.0.0";
|
||||||
|
|
Loading…
Reference in a new issue