lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
953 stars 225 forks source link

[Bug] exporting setting as JSON triggers a prompt to restart #1671

Open rori1977 opened 5 months ago

rori1977 commented 5 months ago

Platform

ESP8266

Assembly

I did the assebly by myself

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

Elko (~100uF)

Connection picture

Version

0.8.123

Github Hash

8d4ca49

Build & Flash Method

AhoyDTU Webinstaller

Setup

Irrelevant for this bug

Debug Serial Log output

No response

Error description

After downloading the settings, I am reminded to perform a (unneccesary) restart. Exporting to JSON should not require any restart.

rori1977 commented 5 months ago

Screenshot_2024-06-09-21-59-35-739_org mozilla firefox-edit

lumapu commented 5 months ago

yes that's true. It occurs since we save the settings prior downloading them. The 'normal' save feature requires a reboot, because the ESP does not know if settings were changed which will be applied with ne next reboot earliest. Thank you for the note.