mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(zackbiene): enable zigbee2mqtt frontend
This commit is contained in:
parent
28b7ef0d9a
commit
852fffe40d
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
"esphome"
|
"esphome"
|
||||||
"fritzbox"
|
"fritzbox"
|
||||||
"spotify"
|
"spotify"
|
||||||
|
"zha"
|
||||||
"mqtt"
|
"mqtt"
|
||||||
];
|
];
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [8072];
|
||||||
services.zigbee2mqtt = {
|
services.zigbee2mqtt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -41,6 +43,9 @@
|
||||||
serial = {
|
serial = {
|
||||||
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
|
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
|
||||||
};
|
};
|
||||||
|
frontend = {
|
||||||
|
port = 8072;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue