You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find an esphomeyaml template that would work with adafruit.io: auto-generated MQTT topics would not be accepted by adafruit.io, and debug messages would go over the 30 msg/min rate limit.
To work around these problems, I had to:
Remove the birth_message and will_message, because they would spam the console every five seconds,
Remove the OTA debug stream, as it would also go over the rate limit. You can still upload new firmwares OTA, though.
Force adafruit.io MQTT topic naming convention for each sensor output.
Here is the template, for you to reuse. Replace XXXX by your user name, of course.
I could not find an esphomeyaml template that would work with adafruit.io: auto-generated MQTT topics would not be accepted by adafruit.io, and debug messages would go over the 30 msg/min rate limit.
To work around these problems, I had to:
Here is the template, for you to reuse. Replace XXXX by your user name, of course.
The text was updated successfully, but these errors were encountered: