Closed rucknapucknavitz closed 3 years ago
Python2 is required and fixed my issue. Works great now.
I changed the shebang to #!/usr/bin/env python3 and line 49 in radon_reader.py: RadonEyeWrite.write(bytes("\x50")) to RadonEyeWrite.write(b"\x50") and it works in python 3. but i did not test the mqtt and argparser part because i didn´t need it (removed it) maybe this can help
Wondering if this works under Python3?
I'm getting the following error:
The Bluetooth indicator on the device does turn on during this process.
Any and all ideas appreciated. Thanks!