-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data transfer with RPI 3/4 #135
Comments
Hey @Chouille, it's weird you are not seeing any error pop up after a certain timeout. Still, the error is very likely related to the bluetooth setup on your system. You shouldn't change the code. There were quite a few hurdles over the years and I can't help specifically. Did you receive results during the scan? https://github.com/ThomDietrich/miflora-mqtt-daemon#configuration |
Thanks @ThomDietrich for your answer. My config if you see something strange : [General]
reporting_method = mqtt-json
adapter = hci0
[Daemon]
enabled = true
period = 300
[MQTT]
hostname = localhost
port = 1883
keepalive = 60
basic_topic = miflora
homie_device_id = miflora-mqtt-daemon
username=XXXXXXXXXXXXXX
password=XXXXXXXXXXXXXX
[Sensors]
Basilic = C4:7C:XX:XX:XX:XX After a night, i interrupt the command and i have this :
Don't worry, i understand the issue is problably due to my device. I'm not an expert but if you have some idea of things i can check, i'm listen :) |
Because it was anyhow needed: I've just installed a fresh system for this.
|
Hello. ` Xiaomi Mi Flora Plant Sensor MQTT Client/Daemon [2021-03-28 21:47:03] Connecting to MQTT broker ... Adding sensor to device list and testing connection ... ` Stupid question, my sensor is this one : https://www.amazon.fr/gp/product/B01LXOJSWA/ |
Hello. |
Thanks. I'm honestly quite annoyed by Rasbian. It is supposed to be a baseline system for Raspi tinkerers and I honestly never encountered a worse linux default setup, at least not in the last 20 years. The software must work with all Raspberry Pis but maybe a slightly different setup is needed. If you are not able to get it working you can always just use openHABian. It features openHAB (which you can disable if not needed) and a correctly configured bluetooth stack. |
Hello.
I have some difficulties to run successfully the script. After some issues with MQTT connexion (Remove the space after "=" for login and password in config file), i have this :
An that's all. Nothing happend.
The script runs on RPI 3, Sensor is detected by the RPI.
I tried to update blueZ with version 5.56 without success.
i tried to switch differents libs.
Someone will have an idea on the issue origin, or success to run the script on RPI3 ?
Best regards.
The text was updated successfully, but these errors were encountered: