cyrax72
cyrax72
Please tell me how to use this library to transmit humidity data?
Hello. You already have hdc1080 sensor supported, maybe it would be easy to add hdc2080 too? I tried, now it doesn't work. Thank you in advance. https://www.ti.com/lit/ds/symlink/hdc2080.pdf?ts=1647106412661&ref_url=https%253A%252F%252Fwww.google.com%252F
Hi. I run the application like this: /home/pi/modbus2mqtt/bin/python3 -m modbus2mqtt --rtu /dev/ttyUSB0 --rtu-baud 9600 --rtu-parity none --mqtt-host localhost --config /home/pi/modbus2mqtt/example.csv I get this error: Traceback (most recent call last): File...