Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not showing any data #19

Open
threesquare opened this issue Feb 20, 2023 · 0 comments
Open

not showing any data #19

threesquare opened this issue Feb 20, 2023 · 0 comments

Comments

@threesquare
Copy link

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",

    displayState: true,
    displayOdometer: true,
    displayOutside_temp: true,
    displayBattery_level: true,
    displayCharger_actual_current: true,
    displayInside_temperature: true,
    displaySentry_mode: true,
    displayLock: true,
}

},`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant