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
Hi all, I have TeslaMate running inside Docker, and the home page (http://xxx:4000) shows my car (only one vehicle) and relevant information. I installed Node-RED on the same system. I was able to connect to the MQTT broker (green connected icon under MQTT node). I tried to subscribe to various topics, like teslamate/cars/1/state or teslamate/cars/1/outside_temp to see if data flows. Unfortunately I am receiving no data. Have used MQTT Explorer to verify I can connect and there are messages being sent. Verified inside Node-RED with a test broker that I can connect to a public MQTT broker, subscribe to a test topic, and receive published messages that are output to the debug window. Any ideas what could be preventing it from receiving data? Thanks.
Stopping and starting TeslaMate docker container again seems to fix it :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I have TeslaMate running inside Docker, and the home page (http://xxx:4000) shows my car (only one vehicle) and relevant information. I installed Node-RED on the same system. I was able to connect to the MQTT broker (green connected icon under MQTT node). I tried to subscribe to various topics, liketeslamate/cars/1/state
orteslamate/cars/1/outside_temp
to see if data flows. Unfortunately I am receiving no data. Have used MQTT Explorer to verify I can connect and there are messages being sent. Verified inside Node-RED with a test broker that I can connect to a public MQTT broker, subscribe to a test topic, and receive published messages that are output to the debug window. Any ideas what could be preventing it from receiving data? Thanks.Stopping and starting TeslaMate docker container again seems to fix it :)
Beta Was this translation helpful? Give feedback.
All reactions