ThomDietrich/miflora-mqtt-daemon

case sensitivity of mqtt topics

Opened this issue · 1 comments

Hi, I am having some trouble with mqtt topics being case sensitive.
https://github.com/ThomDietrich/miflora-mqtt-daemon/blob/master/miflora-mqtt-daemon.py#L141

This line makes the base topic all lower case. Any particular reason for this?

Not at all. MQTT is case-sensitive and so should the daemon be. Would you like to propose a PR?