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

Can’t connect Gen 1 lights #15

Open
saiajin opened this issue Feb 28, 2021 · 16 comments
Open

Can’t connect Gen 1 lights #15

saiajin opened this issue Feb 28, 2021 · 16 comments

Comments

@saiajin
Copy link

saiajin commented Feb 28, 2021

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?

@ortoberi
Copy link

ortoberi commented Mar 5, 2021

I have first generation Twinkly lights and it works great. For me, the following is written in my settings:

{
"name": "Twinkly",
"ip": "192.168.88.100",
"allowBrightnessControl": true,
"accessory": "Twinkly"
},

BR,
David

@saiajin
Copy link
Author

saiajin commented Mar 6, 2021

Thanks for your reply! I duplicated your entry:

{
"name": "TWINKLY1",
"ip": "192.168.254.132",
"allowBrightnessControl": true,
"accessory": "Twinkly"
}

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'
3/6/2021, 8:25:16 AM [3/6/2021, 9:25:16 AM] Registering platform 'homebridge-twinkly.Twinkly'

But the device still doesn't show up... I have no idea what I'm doing wrong.

@nschum
Copy link
Owner

nschum commented Mar 6, 2021

@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.

@saiajin
Copy link
Author

saiajin commented Mar 6, 2021

@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.image

@saiajin
Copy link
Author

saiajin commented Mar 7, 2021

@nschum what steps can I take to troubleshoot?

@saiajin
Copy link
Author

saiajin commented Mar 7, 2021

Here is the device connected to my router:

image
Screen Shot 2021-03-07 at 11 19 59 AM

@saiajin
Copy link
Author

saiajin commented Mar 7, 2021

@nschum I have my RPI connected via Wi-Fi and Ethernet at the same time could I that possibly cause the issue?

@nschum
Copy link
Owner

nschum commented Mar 9, 2021

@saiajin You could try a ping the IP address from the device running homebridge and check the homebridge logs for errors.

@saiajin
Copy link
Author

saiajin commented Mar 11, 2021

hoobs@hoobs:~ $ ping 192.168.254.132
PING 192.168.254.132 (192.168.254.132) 56(84) bytes of data.
64 bytes from 192.168.254.132: icmp_seq=1 ttl=128 time=12.2 ms
64 bytes from 192.168.254.132: icmp_seq=2 ttl=128 time=9.65 ms
64 bytes from 192.168.254.132: icmp_seq=3 ttl=128 time=8.78 ms
64 bytes from 192.168.254.132: icmp_seq=4 ttl=128 time=15.6 ms
64 bytes from 192.168.254.132: icmp_seq=5 ttl=128 time=12.6 ms
64 bytes from 192.168.254.132: icmp_seq=6 ttl=128 time=14.7 ms
64 bytes from 192.168.254.132: icmp_seq=7 ttl=128 time=8.91 ms
64 bytes from 192.168.254.132: icmp_seq=8 ttl=128 time=7.79 ms

@saiajin
Copy link
Author

saiajin commented Mar 11, 2021

This is my current config:
{
"name": "TWINKLY1",
"platform": "Twinkly",
"timeout": 5000,
"ip": "192.168.254.132",
"accessory": "Twinkly",
"removeUnreachableDeviceMinutes": 0,
"allowBrightnessControl": true
},

@saiajin
Copy link
Author

saiajin commented Mar 25, 2021

Any clues? as U can see Pings seem to work.....

@wtdeane
Copy link

wtdeane commented Mar 29, 2021

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!

@saiajin
Copy link
Author

saiajin commented Apr 19, 2021

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.

@wtdeane
Copy link

wtdeane commented May 18, 2021

Have you had any luck getting it to run on your gen1 lights?

@saiajin
Copy link
Author

saiajin commented Jun 14, 2021

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...

@nschum
Copy link
Owner

nschum commented Jun 21, 2021

@saiajin Since you have access to the command line, could you try the bundled twinkly command?
./bin/twinkly -v --discover
./bin/twinkly -v --mode movie 192.168.254.132

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

4 participants