itayraviv
itayraviv
i just run: sudo apt-get update sudo apt-get upgrade -y sudo apt remove git python3 python3-pip bluetooth bluez than reinstall with: sudo apt install git python3 python3-pip bluetooth bluez and...
looks like python 3.5 is required: when running: sudo pip3 install -r requirements.txt I get: Traceback (most recent call last): File "/usr/local/bin/pip3", line 7, in from pip._internal.cli.main import main File...
manual download and compile?? found these instructions: https://medium.com/@isma3il/install-python-3-6-or-3-7-and-pip-on-raspberry-pi-85e657aadb1e
running jessie because this Rpi SD flashed with Volumio image which is jessie. volumio@volumio:/opt/miflora-mqtt-daemon$ cat /etc/issue Raspbian GNU/Linux 8 \n \l Everything worked fine with miflora=0.4, when you moved to...
I installed python 3.6.5 and pip3, now those are the versions: python: volumio@volumio:/opt/miflora-mqtt-daemon$ python3 --version Python 3.6.5 pip3: volumio@volumio:/opt/miflora-mqtt-daemon$ sudo pip3 -V pip 20.0.2 from /usr/local/lib/python3.6/site-packages/pip (python 3.6) and this...
OK, getting some progress i think.. i run those: echo 'export LANG=en_US.UTF-8' >> ~/.bashrc echo 'export LANGUAGE=en_US:en' >> ~/.bashrc echo 'export LC_ALL=en_US.UTF-8' >> ~/.bashrc sudo apt-get install language-pack-en and installed...
ok, finished with no errors... trying to run i get these (no info what the exception is): volumio@volumio:/opt/miflora-mqtt-daemon$ python3 /opt/miflora-mqtt-daemon/miflora-mqtt-daemon.py Xiaomi Mi Flora Plant Sensor MQTT Client/Daemon Source: https://github.com/ThomDietrich/miflora-mqtt-daemon [2020-04-02...
maybe a different approach will work, what if I'll run miflora-mqtt-deamon as a docker? is it possible? wouldn't be isolating all the OS dependencies?
yes, the scan shows devices, I do have hci0 (on board) and hci1 (usb dongle), tried both in the config.ini with same result.. As i said, all the changes broke...
OK, got no idea what I was doing differently but its working now... with the error on btlewrap version. for the ASCI error, what helped me is to add the...