bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 199 forks source link

Can't find devices on 5.4.0-java11 with Echo Flex #1333

Closed dunkelheim closed 3 years ago

dunkelheim commented 3 years ago

Hi, I have searched for my issue in "Issues" and the Wiki, but can't find anything that helps. I am running a RPI3 with Hyperbian on Port 8090 and ha-bridge on 80. The "Manage Links" button shows my Echo Flex, which is the only Echo in my Network. Whatever i tried, the Echo didn't find new devices. I have two scripts in there, controlling my hyperion, why works well by testing it, but no "real" devices. Is there somebody who had the same issues at the beginning or can help me?

111wolf111 commented 3 years ago

We just moved and I added some new devices and at the moment we're only useing 2 gen3 echos and a flex and the echo couldn't find the new devices, but this helped me not sure it will help you but you could try.

  1. backup your DB and backup your settings in case.
  2. update to 5.4.1RC1
  3. goto bridge control and make sure "Unique ID to use 9 Octets (Renumber after saving this setting)" is true
  4. go through the devices and make sure "Lock Device ID" is false
  5. renumber devices.
  6. try to discover again with echo.
  7. go back and lock device ID again.

Not sure if it helps but it helped me.

dunkelheim commented 3 years ago

What should I say - I thought that I am already running the latest version, Lesson learned, look more than two times the next time. Your solution solved my problem. Thank you very much.