Olex S.
Olex S.
I did something similar a while back, using a Teensy board to adapt a CPPM signal from a Fatshark goggles headtracker to S.Port for the X-Lite servo connector. I used...
> I've made a PR to the trackmap-panel plugin to support new hover event types of Grafana which seem to fix this issue for me: [pR0Ps/grafana-trackmap-panel#77](https://github.com/pR0Ps/grafana-trackmap-panel/pull/77) > > Hopefully the...
We have a similar use case in a project, I've been looking at related issues and this is probably the closest short of opening a completely new discussions. What we...
Don't use quotes around your poll frequency configuration. It needs to be: ```pollFrequency: 10 * 60 * 1000 ``` instead of: ```pollFrequency: '10 * 60 * 1000' ```
I had the same issue after installing. Merging https://github.com/lephisto/tesla-apiscraper/pull/48 into my local code has helped - for some reason it's not yet merged into master. Very rarely my car still...
Can we see your module config? Ofc with the MQTT username/password obscured. Any logs from the MagicMirror server? MQTT errors should show up there. Also, try running MM with "npm...
Hybrid view only shows the odometer as long as the car isn't plugged in and charging (or scheduled to charge). What else would you like to see? As for the...
Thanks for providing all the info straightaway :) I cannot see anything obviously wrong tbh, only two things are potentially suspicious: - `classes: "hide"` in the module config - this...
Very weird. I've added extra logging to the reconnect handler, can you `git pull` the changes and try to start it up again, then post any extra info that gets...
Damn, so no message from the server telling why the reconnect happens. Shame. Most likely issue is the client ID clashing with another client connecting to the same MQTT server....