Search found 3 matches

by MrClem_Domoticz
Saturday 21 January 2017 11:17
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 109625

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

I also tried with python 3 but same error on my Rpi. weird

I cloned the git : OK
I launched the setup.py install : OK
I checked the bluetooth layer testing the lescan and the gatttool tools.: OK
when i launch the demo.py : KO with this import error.

I don't know what to do. maybe reinstall python ...
by MrClem_Domoticz
Friday 20 January 2017 17:16
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 109625

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

thank you trixwood

pip install TimeoutExpired
Downloading/unpacking TimeoutExpired
Could not find any downloads that satisfy the requirement TimeoutExpired
No distributions at all found for TimeoutExpired
Storing complete log in /home/pi/.pip/pip.log

I have already tried but with no success ...
by MrClem_Domoticz
Friday 20 January 2017 14:31
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 109625

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

Hello,

First, thank you for the script.

I encounter an error when i want to test the demo.py file

Traceback (most recent call last):
File "demo.py", line 1, in <module>
from miflora.miflora_poller import MiFloraPoller, \
File "/home/pi/flora/miflora/miflora/miflora_poller.py", line 12, in ...