diff --git a/config.yaml b/config.yaml index dd8393f..68682b5 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ mqtt_server: "sound.waw.hackerspace.pl" -mqtt_port: 1881 +mqtt_ws_port: 1881 mqtt_ro_username: "lights-ro" mqtt_rw_username: "lights-rw" @@ -7,16 +7,21 @@ mqtt_rw_username: "lights-rw" lights: l1: enabled: true - mqtt_path: "devices/light_904649/light_2/on" + toggle: false + mqtt_path: "iot/b11a0e/relay_1/on" l2: enabled: true - mqtt_path: "devices/light_904649/light_3/on" + toggle: false + mqtt_path: "iot/b11a0e/relay_2/on" l3: enabled: true - mqtt_path: "devices/light_904649/light_1/on" + toggle: false + mqtt_path: "iot/b11a0e/relay_3/on" l4: enabled: true + toggle: false mqtt_path: "iot/077521/relay/on" l7: enabled: true - mqtt_path": "devices/light_904649/light_4/on" + toggle: false + mqtt_path: "iot/b11a0e/relay_4/on"