Skip to content
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 #13

Open
BreitiDE opened this issue Feb 7, 2019 · 7 comments
Open

no data #13

BreitiDE opened this issue Feb 7, 2019 · 7 comments

Comments

@BreitiDE
Copy link

BreitiDE commented Feb 7, 2019

hi,
I have installed homebridge on a raspberry, the Flower Care devices are shown in homebridge but data not shown. data keeps still 0

#uname -a
Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux

#node -v
v9.11.2

#npm -v
6.7.0

#npm -g list |grep homebridge
├─┬ [email protected]
├─┬ [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected] deduped
│ ├─┬ [email protected]
├─┬ [email protected]

#npm -g list |grep bluetooth
├─┬ [email protected]

@Viper-Gtr
Copy link

hi,
same problem here.
The configuration is exactly the same. No other plugin installed.

Only difference: node-9.9.0

@BreitiDE
Copy link
Author

BreitiDE commented Mar 8, 2019

oh, I forget to mention that I also went down to 8.10.x with same issuing result ...

@Hulliee
Copy link

Hulliee commented Mar 18, 2019

Hi,
I'm experiencing the same with node 11.12.0. RPi 3

@AndreiFAD
Copy link

AndreiFAD commented Mar 21, 2019

hi

with RPI Zero W works fine.
but first I have connected with mobile Flower Care app and update Xiaomi Flower Care device version v2.6.5 to v3.1.9

pi@raspberrypiW:~ $ uname -a
Linux raspberrypiW 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux
pi@raspberrypiW:~ $ node -v
v9.9.0
pi@raspberrypiW:~ $ npm -v
5.6.0
pi@raspberrypiW:~ $ npm -g list |grep homebridge
├─┬ [email protected]
├─┬ [email protected]
├─┬ [email protected]
├─┬ [email protected]
├── [email protected]

@omnidepp
Copy link

omnidepp commented May 25, 2019

Same problem - devices are visible in Home and ElgatoEve, hcitools finds the sensors, but no data ever shows up.

With default logging I get:

May 25 19:11:34 homeserver systemd-journald[261]: Suppressed 1656 messages from homebridge.service
May 25 19:11:34 homeserver homebridge[1023]: noble warning: unknown peripheral c47c8d6364b3

If I turn on debugging I get a lot of these:

May 25 19:06:19 homeserver homebridge[958]: Sat, 25 May 2019 17:06:19 GMT miflora device discovered:  undefined
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci onSocketData: 043e2802010000b364638d7cc41c020106030295fe141695fe7120980085b364638d7cc40d041002a000b7
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci   event type = 4
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci   sub event type = 62
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci           LE meta event type = 2
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci           LE meta event status = 1
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci           LE meta event data = 0000b364638d7cc41c020106030295fe141695fe7120980085b364638d7cc40d04100
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci                   type = 0
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci                   address = c4:7c:8d:63:64:b3
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci                   address type = public
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci                   eir = 020106030295fe141695fe7120980085b364638d7cc40d041002a000
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT hci                   rssi = -73
May 25 19:06:20 homeserver homebridge[958]: Sat, 25 May 2019 17:06:20 GMT gap advertisement = {"localName":"Flower care","serviceData":[{"uuid":"fe95","data":{"type":"Buffer","da

Environment

homebridge-config:
   "accessories":[  
      {  
         "accessory":"mi-flower-care",
         "name":"Olive",
         "deviceId":"C4:7C:8D:63:64:B3",
         "interval":300
      }
   ]

uname -a
Linux homeserver 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

 npm -g list | grep homebridge
├─┬ [email protected]
└─┬ [email protected]

npm -v
3.5.2

node -v
v8.10.0

@tonyduanesmith
Copy link

Did anybody work this out? I'm here with the same problem.

@NathanAMiller
Copy link

Do you have "mi hygrothermograph" plugin installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants