-
-
- -
- +
- -
- +
- - -
- +
- + +
- + +
- -
- -
diff --git a/.gitignore b/.gitignore index d657492..315bb1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .pioenvs .piolibdeps +.pio .vscode data/config.json \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8281e64..0f0d740 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} \ No newline at end of file + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ] +} diff --git a/data/config/mqtt.json b/data/config/mqtt.json new file mode 100644 index 0000000..66b7f3b --- /dev/null +++ b/data/config/mqtt.json @@ -0,0 +1,9 @@ +{ + "mqttClientName": "illucat1", + "mqttBrokerHost": "192.168.88.110", + "mqttBrokerPort": 1883, + "mqttRootTopic": "wirelos/illucat", + "mqttUser": "", + "mqttPass": "" + +} \ No newline at end of file diff --git a/data/config/wifi.json b/data/config/wifi.json index b80fdf3..5d77bfb 100644 --- a/data/config/wifi.json +++ b/data/config/wifi.json @@ -4,6 +4,6 @@ "apSSID": "illucat", "apPassword": "illumination", "connectTimeout": 5000, - "stationSSID": "wirelos", - "stationPassword": "th3r31sn0sp00n" + "stationSSID": "thobens-416257", + "stationPassword": "467304645DB5" } \ No newline at end of file diff --git a/data/mqttConfig.json b/data/mqttConfig.json index 36329d9..ec250fd 100644 --- a/data/mqttConfig.json +++ b/data/mqttConfig.json @@ -1,6 +1,9 @@ { - "mqttClientName" : "illucat1", - "mqttBrokerHost" : "192.168.1.2", - "mqttBrokerPort" : 1883, - "mqttRootTopic" : "wirelos/illucat" + "mqttClientName": "illucat1", + "mqttBrokerHost": "192.168.4.1", + "mqttBrokerPort": 1883, + "mqttRootTopic": "wirelos/illucat", + "mqttUser": "foo", + "mqttPass": "" + } \ No newline at end of file diff --git a/data/www/index.html b/data/www/index.html index 79aaa4b..6c609a4 100644 --- a/data/www/index.html +++ b/data/www/index.html @@ -16,47 +16,24 @@ Pixels