-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
HC8 sensor support #19714
HC8 sensor support #19714
Conversation
You have to provide the changes in all language files. |
Thx. |
I don't find the sensor in the current precompiled version (both release and development) at https://ota.tasmota.com/tasmota32/ / https://ota.tasmota.com/tasmota32/release/? It is not in the list at https://github.com/arendst/Tasmota/blob/v13.2.0/BUILDS.md as well. |
It is not in any precompiled binaries, you need to do a build with |
Ah, ok. Works, thanks :-) |
I got the problem, that after a few hours/days, the sensor seems to stop sending messages. A power cycle helps. Do you have any hints? |
Ah, btw, you can tick the
;-) |
Description:
HC8 CO2 sensor support
This sensor is similar to the common MH-Z19 sensor family, but it uses a different protocol.
Protocol documentation https://spezifisch.codeberg.page/posts/2022-08-23/co2-sensor-reverse-engineering/
This PR implements support for the active output mode sent by the sensor every 1s.
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass