I assume the first one means to use something like "power" instead as charger_power is being used for both this.TeslaJSON.Charger_power and this.TeslaJSON.Power otherwise (and displayPower is documented as the "actual power of the car" in the readme).
Thank you for pointing that out. This was actually an error in the processing of teslamate MQTT telegrams. teslamate does not send a current "power" value like TeslaLogger does.
Noticed
"charger_power"
is used twice,https://github.com/spitzlbergerj/MMM-TeslaLogger/blob/bc29ce1179af32be11287b77bda9c0b9832b333d/MMM-TeslaLogger.js#L261-L263
https://github.com/spitzlbergerj/MMM-TeslaLogger/blob/bc29ce1179af32be11287b77bda9c0b9832b333d/MMM-TeslaLogger.js#L297-L299
I assume the first one means to use something like
"power"
instead ascharger_power
is being used for boththis.TeslaJSON.Charger_power
andthis.TeslaJSON.Power
otherwise (anddisplayPower
is documented as the "actual power of the car" in the readme).