This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Connection refused #42
Comments
Where is that exception coming from? From the Bluetooth stack? Or from mqtt? Maybe you can attach the stack trace? |
I was getting the same thing. It's a bit of a misleading error. It says "could not read data from ..." as though it couldn't connect to the bluetooth device. But in reality the stack trace shows it is covering up the actual error in the mqtt client. Slightly related, but I only found this because the default port is
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using the Northfifteen Connected Home Plant Monitor because I read it runs the same firmware as the Xiaomi miflora, and those have become hard to find.
I have plantgateway running on a Raspberry Pi Zero W. It seems to find my plant monitor because
sudo hcitool lescan
find the mac address with "Flower care" as the name.However when I run plantgateway I get
ConnectionRefusedError: [Errno 111] Connection refused
Any thoughts? Is my hardware actually compatible?
The text was updated successfully, but these errors were encountered: