Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some settings configurable #33

Open
gropi75 opened this issue Nov 12, 2023 · 0 comments
Open

Make some settings configurable #33

gropi75 opened this issue Nov 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gropi75
Copy link
Owner

gropi75 commented Nov 12, 2023

Following variables are currenty fixed in the code. They should be removed from secrets.h and made adjustable over the Settings tab of the GUI.
At the same time they should be stored in the permanent storage of the SEM32 controller.

char mqtt_server[40]
char mqtt_port[6]
char current_clamp_ip[40]
char current_clamp_cmd[40]
char sensor_resp[20]
char sensor_resp_power[20]
char solarprognose_token[40] = "token"; // token to get prognosis from http://www.solarprognose.de
char solarprognose_id[4] = "999";
float lagmorning=0; // time in decimal hours between real sunset and start of PV
float lagevening=0; // time in decimal hours between end of PV power production and real sunset
float laenge // Postition of PV
float breite // Position of PV

@gropi75 gropi75 added the enhancement New feature or request label Nov 12, 2023
@gropi75 gropi75 self-assigned this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant