Thomas Dietrich

Results 254 comments of Thomas Dietrich

Did you try this? https://github.com/mroosmalen/nanosv/issues/45#issuecomment-400640884 https://stackoverflow.com/a/50495200/6654920 https://stackoverflow.com/a/45555936/6654920

That might be a small bug on my side. Could you just remove btlewrap from requirements.txt? Should work after.

It's weird that no exception is printed. Anyhow, the most likely cause is that bluetooth is not set up properly. Did the manual scanning work? https://github.com/ThomDietrich/miflora-mqtt-daemon#configuration Docker: Now that you...

To see the actual exception, could you please change miflora-mqtt-daemon.py in line 207 (remove the try.. except ...): ```python flora_poller.fill_cache() flora_poller.parameter_value(MI_LIGHT) flora['firmware'] = flora_poller.firmware_version() print('Internal name: "{}"'.format(name_clean)) print('Device name: "{}"'.format(flora_poller.name()))...

> and now it's working. Yay non-deterministic behavior -.- The only thing meaningful I read is that you restarted. Any other changes to the system or user executing the daemon?

> export LC_CTYPE=en_US.UTF-8 > export LANG=en_US.UTF-8 Honestly you should consider to raise this issue in the volumio issue tracker. I don't know which environment settings they use (probably your local...

Hey, are you saying the command `bluetoothctl scan on` produces the list of found devices? Best!

Hey Pietro! Did you see https://github.com/ThomDietrich/miflora-mqtt-daemon#usage-with-docker Does this solve your issue

Can you confirm that the non-changing sensor value is indeed sent over by the sensor and this is not a bug in the daemon? Which value would be best suited...