1
2
3
4
5
6
7
8
9
10 {
"ip": "192.168.178.123",
"password": "your registration number",
"mqtt": {
"host": "127.0.0.1",
"port": 1883,
"topic": "solax2mqtt"
},
"updateInterval": 10
}
Publish data from Solax solar inverters via MQTT
1
2
3
4
5
6
7
8
9
10 {
"ip": "192.168.178.123",
"password": "your registration number",
"mqtt": {
"host": "127.0.0.1",
"port": 1883,
"topic": "solax2mqtt"
},
"updateInterval": 10
}