Joël Gähwiler

Results 77 comments of Joël Gähwiler

Not at the moment, but we could add a new constructor that allows setting a pre-allocated buffer. I'm happy to review a PR.

Yes, until now we followed a fail hard mantra when it comes to protocol level errors. I'm happy to review pull requests that soften that a bit for more advanced...

Thanks for taking the time to compose this PR! Unfortunately, I cannot merge this right away. The changes to lwmqtt, would need to be submitted to its [repository](https://github.com/256dpi/lwmqtt) first. But...

You need to configure with an URL structured as follows "mqtt://USERNAME:PASSWORD@HOST_OR_IP:PORT".

The error `Error: Main stack(20007800) was overflow` indicates that the process is running out of stack space. Are you running on an RTOS?

From a quick glance I can only imagine that the data is published to "/zigbe2mqtt..." and the subscription is on "zigbee2mqtt..." (note the missing slash at the beginning)? In MQTT...

@rmanibus Thanks for the contribution! I'm a bit time-strapped at the moment. Thus, it will take some time until I get around to review this.