new mqtt server and fix missing library

This commit is contained in:
interfisch 2024-11-22 22:16:12 +01:00
parent 74be2550cc
commit 6bb2364474
3 changed files with 7 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "HOSTNAME", "name": "HOSTNAME",
"device_id": "HOSTNAME", "device_id": "DEVICENAME",
"wifi": { "wifi": {
"ssid": "WIFISSID", "ssid": "SSID",
"password": "WIFIPASS" "password": "password"
}, },
"mqtt": { "mqtt": {
"host": "raum.ctdo.de", "host": "hass.ctdo.de",
"port": 1883, "port": 1883,
"auth": false "auth": false
}, },

1
hosts
View File

@ -1,2 +1,3 @@
volumeknob2 volumeknob2
volumeknob3 volumeknob3
volumeknob4

View File

@ -23,6 +23,7 @@ lib_deps =
https://github.com/PaulStoffregen/Encoder.git https://github.com/PaulStoffregen/Encoder.git
https://github.com/adafruit/DHT-sensor-library https://github.com/adafruit/DHT-sensor-library
https://github.com/adafruit/Adafruit_Sensor https://github.com/adafruit/Adafruit_Sensor
thomasfredericks/Bounce2
[env:d1_minidebug] [env:d1_minidebug]
platform = espressif8266 platform = espressif8266