--wip-- [skip ci]
This commit is contained in:
parent
34b8582144
commit
80f99876b8
1 changed files with 4 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ in
|
||||||
port = 1883;
|
port = 1883;
|
||||||
users.iotdevice = {
|
users.iotdevice = {
|
||||||
acl = [
|
acl = [
|
||||||
|
"pattern readwrite #"
|
||||||
"read IoT/device/action"
|
"read IoT/device/action"
|
||||||
"write IoT/device/observations"
|
"write IoT/device/observations"
|
||||||
"write IoT/device/LW"
|
"write IoT/device/LW"
|
||||||
|
|
@ -100,9 +101,9 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
homeassistant = config.services.home-assistant.enable;
|
homeassistant = config.services.home-assistant.enable;
|
||||||
permit_join = true;
|
permit_join = true;
|
||||||
serial = {
|
# serial = {
|
||||||
port = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
|
# port = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
grafana = {
|
grafana = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue