An open API service indexing awesome lists of open source software.

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

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