Martin Wetterwald
Martin Wetterwald
If I'm not mistaken, this is because `mqtt_connect` seems to only queue the CONNECT message without actually sending it. It's the first `mqtt_sync` call after the `mqtt_connect` that will really...
Not sure if it's the same bug or another one. Feel free to tell me if you want a separate issue for this. I noticed the same kind of problem,...
@ianlancetaylor Sorry, completely forgot that one! I've edited my message just above with the missing **main.go** file.
@ianlancetaylor Thanks for the fix! I tested it with **gotip** and I confirm that my original issues are fixed. :)
For your information, I'm currently adding support for **Shelly Pro 2 PM**: https://github.com/esphome/feature-requests/issues/3033