joe248

Results 14 comments of joe248

Are you getting a configuration error in Home Assistant, or you're just not getting any data populated in the sensor? If you watch the MQTT topic `mosquitto_sub -t "FindMyHistory/#"` what...

Do any of your device or item names contain any non-alphanumeric characters? Those probably need to be filtered out.

I'm guessing you have a + or # in one of your device names. Try changing `log_manager.py` - add `import re` at the top, then towards the bottom right after...

> when stripping the name string in the` topic_key_value =` line, the string will differ and therefore fail in the If loops in the `def refresh_log(self)` just before and therefore,...