https://github.com/m-pavel/go-co2
Go bindings for the MH-Z19 and SensAir S8 CO2 Modules
https://github.com/m-pavel/go-co2
golang hassio mhz19 s8
Last synced: 13 days ago
JSON representation
Go bindings for the MH-Z19 and SensAir S8 CO2 Modules
- Host: GitHub
- URL: https://github.com/m-pavel/go-co2
- Owner: m-pavel
- Created: 2019-09-19T06:52:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-03T09:04:50.000Z (6 months ago)
- Last Synced: 2025-12-06T11:25:48.988Z (6 months ago)
- Topics: golang, hassio, mhz19, s8
- Language: Go
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-co2
* Go bindings for the MH-Z19 and SensAir S8 CO2 Modules
* MQTT client for the hass.io integration
* For some bizarre reason the default for Pi3 using the latest 4.4.9 kernel is to DISABLE UART. To enable it you need to change enable_uart=1 in /boot/config.txt.
* Getty service must be stopped sudo service serial-getty@ttyS0 stop
* And disabled sudo systemctl mask serial-getty@ttyS0.service