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

Extent Library secrets.h #11

Open
barakuda21 opened this issue Feb 13, 2023 · 1 comment
Open

Extent Library secrets.h #11

barakuda21 opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@barakuda21
Copy link
Collaborator

barakuda21 commented Feb 13, 2023

1.) In order to connect to the smart plugs, its needed to add the IPs to the sectet.h file.

2.) The constants lagmorning and lagevening are required to calculate the start and end of PV Production. This values must be added to the sectret.h file. They can also added to the Wifi setup, since they will not change, but are different depending on the location of the PV installation.

This code must be added to the Secret.h file
// Uli, These values must be determined once, This data must be added to the wifi setup
float lagmorning=1.5; // time in decimal hours between real sunset and start of PV
float lagevening=2; // time in decimal hours between end of PV power production and real sunset
// IPs for smart plugs. This data must be added to the wifi setup
char plug_ip_charger[39] = "192.168.XXX.XX"; // Inverter Smart plug
char plug_ip_inverterip[39] = "192.168.XXX.XX"; // charger Smart plug

@barakuda21 barakuda21 added the enhancement New feature or request label Feb 13, 2023
@gropi75 gropi75 self-assigned this Mar 12, 2023
@gropi75 gropi75 mentioned this issue Mar 19, 2023
@gropi75
Copy link
Owner

gropi75 commented Mar 19, 2023

Values shall be stored to memory as well

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

2 participants