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

Fix typo in #include <WiFiUdp.h> & increasing turns per kWh limit #5

Merged
merged 3 commits into from
Sep 15, 2022
Merged

Fix typo in #include <WiFiUdp.h> & increasing turns per kWh limit #5

merged 3 commits into from
Sep 15, 2022

Conversation

jellekaufmann
Copy link
Contributor

@jellekaufmann jellekaufmann commented Sep 7, 2022

Hi,

I fixed a typo in influx.h that caused compilation to fail with a no such file or directory error.

It's a bit weird that I'm the first to run into this problem. This probably has something to do with how different operating systems handle case sensitivity in file names...

Jelle

@jellekaufmann
Copy link
Contributor Author

Hi again.

I bumped into the next issue which is my (very old) meter making 600 revolutions per kWh. Requiring me to increase the limit.

image

I picked 800 to be on the safe side, but 1000 might be more appropriate.

@jellekaufmann jellekaufmann changed the title Fix typo in #include <WiFiUdp.h> Fix typo in #include <WiFiUdp.h> & increasing turns per kWh limit Sep 7, 2022
@lrswss
Copy link
Owner

lrswss commented Sep 7, 2022

Thanks for fixing the typo (i'm using a MacBook by the way) and adjusting the upper limit for turns/kwh. I actually did a quick google image search looking for small meters: 600 seems to be the maximum. 800 as upper limit should be OK. Could you please bump the version to 221 in platform.ini and config.h, then I can merge you PR.

@jellekaufmann
Copy link
Contributor Author

Done

@lrswss lrswss merged commit db2c41b into lrswss:main Sep 15, 2022
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

Successfully merging this pull request may close these issues.

2 participants