Gonzalo Brusco

Results 28 comments of Gonzalo Brusco

Sorry, I'm don't really know how to use GitHub 😅 I will have to learn! jeje

Your ArduinoModbusSlave seems a lot more complete than this one. Maybe it would be easier to port that one? Anyway, If I end up doing something like that I will...

I was wondering the same. Why does this Semtech transceiver have less support?

Shouldn't this be implemented specially for devices **not** powered by battery (like an energy meter)? Resets can be a frequent thing, and It makes no sense to perform a join...

@opeyrard, do you expect a device powered by an unreliable power source, like the electrical grid, to perform the join procedure every time it loses power? Quoting SEMTECH's own documentation...

Hello. This is still an issue with latest version of ESPHOME. Compiling with a previous version is not possible because it gives another set of problems (now pip doesn't even...

> Not a great help unfortunately, but if anyone else is wondering how to get this working quickly, the last stable version that works is `esphome/esphome:2021.10.3` This version does not...

Found the workaround to install esphome 2021.10.3 You need to install it using Python 3.9.13. Does not work with newer versions of Python. But now we have another problem. When...