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

Updaterate of smartmeter #37

Open
naeblizz opened this issue Sep 10, 2023 · 2 comments
Open

Updaterate of smartmeter #37

naeblizz opened this issue Sep 10, 2023 · 2 comments

Comments

@naeblizz
Copy link

Hi , just wan't to start to say that this code works great for me with an esp8266. Big thanks to you. This is not really an issue but I want to know if its possible to get some values updated more frequently ? Like the "sensors/power/p1meter/actual_consumption". All my values updates in an interwall of 70seconds . The han port sends data every 10 sec if I have understood it right? . Im not so good with arduino code so maybe you know if its possible to get some values to update more frequently. Big thanks again

@daniel-jong
Copy link
Owner

Hi,
In the file settings.h you will see #define UPDATE_INTERVAL 60000 // 1 minute on line 6.

If you change this to #define UPDATE_INTERVAL 10000 // 10 sec you should get updates around every 10 seconds, depending on your meter.

@naeblizz
Copy link
Author

Perfect , will try that . tnx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants