You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've setup MQTT properly, it is sending data to MMM-Teslamate and I'm also running with MMM-teslalogger.
MMM-teslamate is showing the correct data, while MMM-teslalogger is not showing anything.
I check my MQTT server log and it does indeed shows 2 connections
1676855321: New client connected from 192.168.1.37:49988 as mqttjs_14f45d87 (p2, c1, k60). 1676855321: New client connected from 192.168.1.37:59538 as mqttjs_2ea13975 (p2, c1, k60).
i've setup MQTT properly, it is sending data to MMM-Teslamate and I'm also running with MMM-teslalogger.
MMM-teslamate is showing the correct data, while MMM-teslalogger is not showing anything.
I check my MQTT server log and it does indeed shows 2 connections
1676855321: New client connected from 192.168.1.37:49988 as mqttjs_14f45d87 (p2, c1, k60). 1676855321: New client connected from 192.168.1.37:59538 as mqttjs_2ea13975 (p2, c1, k60).
here is my config for teslalogger
`{
module: 'MMM-TeslaLogger',
position: 'top_right',
header: 'Tesla',
config: {
mqttServerAddress: '192.168.1.20',
mqttServerPort: '1883',
// mqttServerUser: '',
// mqttServerPassword: '',
mqttTopics: [
"Tesla",
"teslamate/cars/1/+",
],
logging: true,
calcToImperials: true,
localeStr: 'en-US',
maxAgeSeconds: 36000,
style: "lines",
},`
The text was updated successfully, but these errors were encountered: