-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can’t connect Gen 1 lights #15
Comments
I have first generation Twinkly lights and it works great. For me, the following is written in my settings: { BR, |
Thanks for your reply! I duplicated your entry: { This is what shows in logs: 3/6/2021, 8:25:16 AM [3/6/2021, 9:25:16 AM] Registering accessory 'homebridge-twinkly.Twinkly' But the device still doesn't show up... I have no idea what I'm doing wrong. |
@saiajin This is a networking problem. Your Twinkly didn't get a proper IP address from your router (via DHCP). That means it's unreachable from the device running Homebridge. |
I'm not sure of the solution as it shows the same IP address in the Twinkly app and I have given it a static ip. |
@nschum what steps can I take to troubleshoot? |
@nschum I have my RPI connected via Wi-Fi and Ethernet at the same time could I that possibly cause the issue? |
@saiajin You could try a ping the IP address from the device running homebridge and check the homebridge logs for errors. |
hoobs@hoobs:~ $ ping 192.168.254.132 |
This is my current config: |
Any clues? as U can see Pings seem to work..... |
I'm having the same problem after I had to reinstall my Hoobs box and all my plugins. I hope this explanation sheds some light for you. When I was on the previous version and having problems with my V1 lights breaking, the latest update fixed them. Saiajin, installing fresh is having problems like I am. Something is happening where previously installed versions are functioning properly, but if you are working with a new instal, not a deleted and reinstall, but a CLEAN instal, it remains broke. Any help would be GREATLY appreciated. Cheers! |
Yes it appears if you had them previously and updated they still work for them... but new installs can't get them to work... I bought a set to test out and the Homekit functionality was the main reason... but I can't seem to get any help. |
Have you had any luck getting it to run on your gen1 lights? |
Nope I gave up.. No response from Dev..... Still watching this though... |
@saiajin Since you have access to the command line, could you try the bundled |
Hi I have been trying to connect my Gen 1 lights to no avail... they do not auto discover.
I tried editing my JSON like this:
{
"accessory": "Twinkly",
"plugin_map": {
"plugin_name": "homebridge-twinkly"
},
"name": "TWINKLY1",
"ip": "192.168.254.132",
"allowBrightnessControl": true,
"removeUnreachableDeviceMinutes": 0
}
but still no dice... Can someone help?
The text was updated successfully, but these errors were encountered: