question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’ve got homebridge running on a RPi 3B. Works fairly well, and i was able to add the bridge to my iOS 10 device no problem. However, after a bit HomeKit isn’t able to receive updates from the bridge. The bridge hasn’t crashed however. Instead it will repeatedly attempt to send an update from the looks of it. On the iOS device the status shows Updating indefinitely. Interestingly enough if i go over to my iOS 9 iPad, and open a 3rd party home kit app (since there isn’t a home app) and send a command, it seems to go through and stop the loop. However, once i try to get an update from the iOS 10 device its the same loop. Here’s the specific output that seems to loop from DEBUG from command line session (not currently running as a service).

 EventedHTTPServer [::ffff:192.168.1.160] HTTP request: /characteristics?id=8.19,8.10,8.13,8.16,3.8,3.9,3.11,3.10,6.14,6.13,6.11,6.10,2.11,2.10,4.10,5.13,5.11,5.10,5.14 +273ms
  HAPServer [CC:22:3D:E3:CE:30] HAP Request: GET /characteristics?id=8.19,8.10,8.13,8.16,3.8,3.9,3.11,3.10,6.14,6.13,6.11,6.10,2.11,2.10,4.10,5.13,5.11,5.10,5.14 +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +1ms
  Accessory [Homebridge] Got Characteristic "On" value: 0 +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +1ms
  Accessory [Homebridge] Got Characteristic "On" value: false +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Got Characteristic "On" value: false +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Got Characteristic "On" value: false +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Got Characteristic "On" value: false +0ms
  Accessory [Homebridge] Getting value for Characteristic "Brightness" +1ms
  Accessory [Homebridge] Got Characteristic "Brightness" value: 100 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Saturation" +0ms
  Accessory [Homebridge] Got Characteristic "Saturation" value: 100 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Hue" +0ms
  Accessory [Homebridge] Got Characteristic "Hue" value: 342 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Saturation" +0ms
  Accessory [Homebridge] Got Characteristic "Saturation" value: 0 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Hue" +1ms
  Accessory [Homebridge] Got Characteristic "Hue" value: 0 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Brightness" +0ms
  Accessory [Homebridge] Got Characteristic "Brightness" value: 100 +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Getting value for Characteristic "Brightness" +1ms
  Accessory [Homebridge] Got Characteristic "Brightness" value: 75 +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Getting value for Characteristic "Current Temperature" +0ms
  Accessory [Homebridge] Got Characteristic "Current Temperature" value: 21.7 +1ms
  Accessory [Homebridge] Getting value for Characteristic "Hue" +0ms
  Accessory [Homebridge] Got Characteristic "Hue" value: 0 +0ms
  Accessory [Homebridge] Getting value for Characteristic "Brightness" +0ms
  Accessory [Homebridge] Got Characteristic "Brightness" value: 100 +0ms
  Accessory [Homebridge] Getting value for Characteristic "On" +0ms
  Accessory [Homebridge] Getting value for Characteristic "Saturation" +1ms
  Accessory [Homebridge] Got Characteristic "Saturation" value: 0 +0ms
[1/6/2017, 12:41:04 AM] [homebridge-lifx-lan.LifxLan] LIFX White 800 - Get power: 0
  Accessory [Homebridge] Got Characteristic "On" value: false +115ms

has anyone else run into this issue, or have any tips? Currently only have Lifx (which didn’t have to be added to config?) and Smartthings plugin running. The local IP is the iOS 10 device.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
StallionVcommented, Jan 7, 2017

Try deleting home bridge from the home app On your RBPi go to your home bridge directory cd /home/pi/.homebridge sudo rm -r persist/ sudo rm -r accessories/ Add home bridge again from home app

See if this helps

0reactions
ridncommented, Jan 9, 2017

This appears to be an issue with the way lifx-lan deals with offline devices, i’ve found a not so perfect solution for the problem for the time being. Thus im closing the issue here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS 10: How to use the new Home app to control HomeKit ...
With the new Home app in iOS 10, it's super-easy to set up and manage HomeKit-enabled devices. The app features integration with Control...
Read more >
Home app - Apple
Privately monitor home activities with HomeKit Secure Video. Learn more. Set up your HomePod mini or Apple TV as a home hub. Learn...
Read more >
How-To: HomeKit and Apple's Home App in iOS 10 - YouTube
With the release of iOS 10, Apple helps push home automation forward in a big way. Joe shows off the new features of...
Read more >
Apple Removed HomeKit Support for Third-Generation Apple ...
Apple is quietly phasing out HomeKit hub support for the third-generation Apple TV, meaning users who update their iPhones and iPads with ...
Read more >
Apple HomeKit And Home App In IOS 10
Apple HomeKit and Home App in iOS 10. According to recent surveys, smart home devices are becoming quite popular with modern homeowners.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found