Update mqtt.json
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"server": "10.16.10.4",
|
"server": "[HA_MQTT_IP]",
|
||||||
"port": "1883",
|
"port": "1883",
|
||||||
"topic": "homeassistant",
|
"topic": "homeassistant",
|
||||||
"devicename": "voltronic",
|
"devicename": "voltronic",
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"influx": {
|
"influx": {
|
||||||
"enabled": "true",
|
"enabled": "false",
|
||||||
"host": "http://[INFLUX_IP_OR_URL]:8086",
|
"host": "http://[INFLUX_IP_OR_URL]:8086",
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user