Max Prokhorov

Results 502 comments of Max Prokhorov

See the `/api/list` output, if you are running latest versions from the dev branch for all available endpoints. There should be `/api/energy` returning current value on GET. Sending `value=0` will...

> Did this feature break in more recent versions? On version 2021-01-22 I can send an MQTT command as follow: `ESPURNA/energy/0/set` with a payload 0, and it resets the energy...

1 and 2 covered by https://github.com/xoseperez/espurna/commit/92d5e7becba23552c836bda8404305a8dc8eb07d removing the need to configure stuff since the hw build flags set up a default to be configuration-only without the discovery step Brightness +...

re. build error, either: - select IDE build menu option mentioning lwip v2 higher bandwidth instead of lower memory - set HOMEASSISTANT_SUPPORT build flag to 0 if you don't need...

I very briefly tested the TUYA with the current dev version (after the 012c3818) Output should no longer ignore 0...16 values. But, I wonder if that will cause the lights...

Another thing that came to mind - what about 'times' setting / parameter for the code? https://github.com/xoseperez/espurna/commit/52a244db6e9fe4ad373b580ed4e504c0d84d6afd Just to test some things, going into the terminal on one device: ```...

So, by the 5second mark, board connects to the WiFi for the first time and immediately crashes after the very first nofuss HTTP request? What is the HTTP answer there?...

Related to another patch from current development version? esp8266/Arduino@47a57e1ec690d0e4fea01a865bc2c5c8adb74b97 And btw, Nofuss sets HTTP version to 1.0 i.e. `curl --http1.0`. Response above shows no content-lenght, but chunked won't happen on...

There are a lot of moving parts here and I'd agree with the previous issue answer that we don't generally want to do this. What you propose (if I understand...

But what would be the approach for nofuss, since the device itself initiates the upgrade? I'll also answer my own question about the versioning - we can always store some...