miflora-mqtt-daemon icon indicating copy to clipboard operation
miflora-mqtt-daemon copied to clipboard

case sensitivity of mqtt topics

Open freol35241 opened this issue 5 years ago β€’ 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?

freol35241 avatar Apr 29 '19 19:04 freol35241

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

ThomDietrich avatar Jun 16 '19 14:06 ThomDietrich