-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Mosquitto broker to 6.0.1 stops AM43 from working #28
Comments
Now not sure it is that, as it has now also stopped working with 5.1.1. Restarting Mosquitto broker allows it to work again. It has been working fine for over a week, Now running HA 2021.5.5 Anyone else having problems. Regards, Dave |
Another person is now having trouble with Mosquitto broker 6.0.1 and AM43. |
Also happening here. All other MQTT devices (mainly Tasmota) all still working perfectly |
Hi, The exact same thing happens with my system too: The Blue Tooth Enable works, but the components on HA dashboard remain Greyed Out. Restoring MQTT back to 5.1.1 cures this problem. Regards, |
added a question in the mosquito thread |
I have several curtains at home. |
tell me, how exactly did you connect the AM43 to ESPhome in the test? |
It worked for me if I specified "buxtronix: am43" in the Esphome version. After that, everything worked. It was in early March. When I tried to do similar actions in April, I get the same error as yours.
|
none of the options work at the moment |
Use mqtt version 5.1.1 and this integration |
The problem is that I cannot roll back the mosquitoes |
what prevents you from installing a clean instalation of mosquito not from HA? on any computer on the network or docker? |
Everything interferes, on the PC not an option, on the docker, too, as on the Home Assistant |
https://1drv.ms/u/s!AgyPTdNGxaf8iY1lVEbLF46puzGa2A?e=vV0QSs this is my mqtt snapshot |
Thanks, I have installed the Mosquitto broker add-on |
I am on core-2021.6.2 and Mosquitto broker 5.1.1 mine is still working ok Re Dave |
this is PubSubClient issue, not AM43 |
Thanks for the updated news on this. The question is how to solve it? and how to get AM43 working with the mqtt 6.0 version? |
you can include arduino-mqtt lib instead of PubSubClient lib and then check all of 22 mqtt methods in your/example sketch) |
Maybe it's time to make changes to the repository? It feels like this project is abandoned |
I've not got the bad mosquitto version so can't reproduce. Feel free to send a PR and I'll merge a fix that helps. |
Do you mind sharing your sketch? I tried and just go tonnes of errors compiling |
Has anyone got a solution for this issue when mosquitto is already at v6.0.1? I unfortunately have no mosquitto snapshot at earlier version, all other MQTT integrations are still working great but no action from AM43 integration on my system. Has anyone successfully ported the code to a different MQTT client? |
Same issue here. It would help if the serial output had any info or debugging lines about MQTT, as I have no idea whats going on. I can see it finding position and battery but nothing is sent to MQTT other than am43/enabled = ON |
exactly the same with me |
#21 (comment) |
Could you please share some instructions on how to set this up in ESPHome? I never used that before. Thanks for help. |
Also important in -> Supervisor -> ESPHome -> Configuration ->
|
This helped me, thanks! |
Hi..first time with ESPHome. Followed all the above instructions and installed the add-on. Set the following configurations. esphome_version: buxtronix:am43 My .yaml file is as below and validates. But, throwing bunch of errors during install. Can somebody please suggest whats wrong here? esphome: Enable logginglogger: Enable Home Assistant APIapi: ota: wifi: Enable fallback hotspot (captive portal) in case wifi connection failsap: external_components:
captive_portal: esp32_ble_tracker: ble_client:
cover:
sensor:
switch:
Compilation Errors..... INFO Reading configuration /config/esphome/blind-engine1.yaml...
|
Do not use the external_components: source: github://buxtronix/esphome-am43 the AM43 is already a built in option in ESP home |
Thank you. |
I put a temp fix for current version using PubSubClient, this is not the best solution, I made this changes just for test purposes. I also tried to replace PubSubClient by MQTT 2.5. https://github.com/panoriega/am43 Home Assistant 2022.4.0 Thanks, |
6.2.0 works perfect |
Hi, updated my Mosquitto broker from 5.1.1 to 6.0.1 stops AM43 from operating.
The Blue Tooth Enable works, but the components on HA dashboard remain Greyed Out. Restoring MQTT back to 5.1.1 cures this problem.
Regards, Dave
The text was updated successfully, but these errors were encountered: