-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
P164 gases ens160 #4910
P164 gases ens160 #4910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a first quick scan over the PR.
But since I kept seeing the same issue, please fix these things first.
Just don't write to Serial
for logs,
Rather use addLog(LOG_LEVEL_INFO, F("..."));
or LOG_LEVEL_ERROR
You haven't yet included I think this one should be included in |
Added P164 ENS16x to Collection G and Climate. As far as I understand the structure all Collection G plugins will be included in MAX. Collection G and Climate do compile and run on ESP8266. |
I tried to merge some files, but I don't understand how Github can update my branch such that I can finish this pull request. Code is running fine and last review comments are processed. |
Only TD-er can merge pull requests, so we'll wait for that. 😺 |
Mergeconflict resolved |
Adding P164 gasses ENS16x measuring eCO2 & TVOC.
Code is based upon Sciosense Arduino code from Github and adapted to ESPeasy concepts.
The code should work on both ENS160 and ENS161 devices. I can test ENS160 only.