homebridge-mi-flower-care icon indicating copy to clipboard operation
homebridge-mi-flower-care copied to clipboard

no data

Open BreitiDE opened this issue 5 years ago • 7 comments

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]

BreitiDE avatar Feb 07 '19 19:02 BreitiDE

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

Only difference: node-9.9.0

Viper-Gtr avatar Mar 07 '19 20:03 Viper-Gtr

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

BreitiDE avatar Mar 08 '19 05:03 BreitiDE

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

Hulliee avatar Mar 18 '19 14:03 Hulliee

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]

AndreiFAD avatar Mar 21 '19 20:03 AndreiFAD

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

omnidepp avatar May 25 '19 17:05 omnidepp

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

tonyduanesmith avatar Jul 24 '19 06:07 tonyduanesmith

Do you have "mi hygrothermograph" plugin installed?

NathanAMiller avatar Aug 15 '19 12:08 NathanAMiller