Barbudor

Results 102 comments of Barbudor

As @kaedwen as started a discussion https://github.com/arendst/Tasmota/discussions/17382 about support of the PCA9632, it's probably worth waiting for the outcome of this discussion before considering merging

I'm not sure to follow In the 1st log block where you say "MQTT connect => Not working, I can clearly see: ``` 13:23:12.122 MQT: stat/Luftentfeuchter/RESULT = {"POWER1":"OFF"} 13:23:12.126 MQT:...

Great analysis @benjaminnestler Actually I always refer to the "Tuya Wifi Serial Protocol" documentation and I even didn't noticed that "Wifi for Low Power Protocol" At least we see possibility...

Why not using the standard `+` MQTT wildcard ?

Hi @jziolkowski So I did some test with one of my MQTT broker where I'm using `sonnaz/%topic%/%prefix%/`as full topic. Not using yet tasmota Discovery on that broker (but will do...

Adding a view from MQTT Explorer (note that `blegateway` is not a real Tasmota device so it has no LWT topic). ![image](https://github.com/jziolkowski/tdm/assets/2996042/46d6dd15-b29c-4a66-88aa-6b901299f7e8)

As usual, regex save the world until they break it 🤣

Hi @jziolkowski Just pulled your latest commit Result is worse, only 2 out of 4 devices detected but `teleinfo`is part of it. Still fetching module name... ![image](https://github.com/jziolkowski/tdm/assets/2996042/739b7cf7-4b3f-49ef-91cb-a5bb8b6a3846) ``` 2023-12-17 19:04:30...

Detection o fthe 4 devices is now ok but still nothing more than "fetching module name" Same result wether I use `+/%topic%/%prefix%/` or the exact `sonnaz/%topic%/%prefix%/` Should I have expected...

I have upgraded the 4 units with a firmware including TASMOTA_DISCOVERY I don't know if it was a good idea or not, with the idea to be sure it would...