We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running your exporter I get an error message about failed decryption:
s0me0ne@s0me0ne-T14s:/tmp$ sudo ~/go/bin/co2meter_exporter -d /dev/hidraw0 2021/02/12 14:36:34 Listening on http://0.0.0.0:9200/metrics 2021/02/12 14:36:35 Data decryption failed: [0 234 204 41 204 0 155 24]
The python library for co2 meter seems to have run in the same problem and solve it by just skipping decryption of retrieved values -> vfilimonov/co2meter#16 / vfilimonov/co2meter@5d4187d
I will provide a PR.
The text was updated successfully, but these errors were encountered:
Make it possible to skip decryption of received values
2d01411
Some CO2 meter models seem miss encrypted responses. This change adds a way to skip decryption. Fixes rnurgaliyev#2.
7055ab7
Thank you for reporting this issue!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When running your exporter I get an error message about failed decryption:
s0me0ne@s0me0ne-T14s:/tmp$ sudo ~/go/bin/co2meter_exporter -d /dev/hidraw0 2021/02/12 14:36:34 Listening on http://0.0.0.0:9200/metrics 2021/02/12 14:36:35 Data decryption failed: [0 234 204 41 204 0 155 24]
The python library for co2 meter seems to have run in the same problem and solve it by just skipping decryption of retrieved values -> vfilimonov/co2meter#16 / vfilimonov/co2meter@5d4187d
I will provide a PR.
The text was updated successfully, but these errors were encountered: