soif
soif
you're welcome HTH
I've just release v1.74. 🍻 It should be really mature from now on, with the following new features : - all x (3 by default) past firmwares are archived within...
Hi since this old post, I've released a few versions (latest is v2.20) **with tons of enhancement**. The current [v2.21 develop version](https://github.com/soif/EspBuddy/commits/develop) even handles sending telnet commands to Espura., ie:...
It would be great if you could merge this. 👍 💯 BTW would you please add the Domoticz_idx: When owning a lot of Espurna boxes (like me), its really a...
You might also integrate this directly in the `/api/device` endpoint? Maybe as a nested array, ie: ``` ..... device: "DEVICE" ..... domoticz: { Enabled: true, TopicIn: "/topic/xxx", TopicOut: "/topic/yyy", RelayIds:[100,101]...
The idea is to get the maximum of information from a single endpoint (if it is possible, regarding memory issues on the esp), thus to get all the configuration (ie...
Really nice feature @arjanmels ! 👍 Would you you rebase it and split this into multiple PRs any soon ?
Hi @marklieberman . After a long fight against this bug, I think that I've finally understood what is happening. The compiler in newest Arduino IDE, is no longer keeping the...
The fix is already in the v1.21 branch, and IMHO should be merged in the Master branch. see: https://github.com/fabriceo/SCoop/issues/6#issuecomment-695929493
If found a workaround fix years ago, subitted a PR and @fabriceo had merged **this fix in his v1.21 branch :** https://github.com/fabriceo/SCoop/tree/v1.2.1 I did not check this with newer Arduino...