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

Devices Not loading #21

Open
dmxwidget opened this issue May 27, 2020 · 20 comments
Open

Devices Not loading #21

dmxwidget opened this issue May 27, 2020 · 20 comments

Comments

@dmxwidget
Copy link

Homebridge: Version 1.1.1-beta.3
homebridge-isy v0.5.0-rc7
homebridge-config-ui-x v4.20.0

I've been fighting with this for a couple days now...I was able to get the Home app to connect to homebridge and then once I added the isy plugin, it would fail to connect/not display devices. BUT I was able to see my lights and such in the Homebridge UI.

Today, I started over with a fresh config. Added Homebridge to my home. I was able to see it. Then, I added a Dummy Switch, and that appears fine. I add the ISY plugin, but I am not able to see any of my Isy devices. The dummy switch keeps working just fine.

Any thoughts?

@pradeepmouli
Copy link
Owner

pradeepmouli commented May 27, 2020 via email

@dmxwidget
Copy link
Author

Screen Shot 2020-05-27 at 11 43 53 AM

@pradeepmouli
Copy link
Owner

pradeepmouli commented May 27, 2020 via email

@dmxwidget
Copy link
Author

Updated. No change on my end...Same issues.

@pradeepmouli
Copy link
Owner

pradeepmouli commented May 27, 2020 via email

@dmxwidget
Copy link
Author

Let me know if this works?

cachedAccessories.zip

@jrork
Copy link

jrork commented May 28, 2020

I'm having the same issue. I can see all of the device messages in my UX but no accessories. [5/28/2020, 10:21:08 AM] [isy-nodejs] Error initializing ISY: {} [5/28/2020, 10:21:08 AM] [isy-nodejs] Connecting to: ws://192.168.1.21/rest/subscribe [5/28/2020, 10:21:08 AM] [ISY] Accessories to configure: 0 [5/28/2020, 10:21:08 AM] [ISY] ISY has 81 devices and 28 scenes [5/28/2020, 10:21:08 AM] [ISY] Device Kitchen-Familyroom-Dining undefined is not supported yet. [5/28/2020, 10:21:08 AM] [ISY] Device Kitchen-Familyroom-Dining undefined is not supported yet. [5/28/2020, 10:21:08 AM] [ISY] Device Kitchen-Familyroom-Dining undefined is not supported yet.

@pradeepmouli
Copy link
Owner

pradeepmouli commented May 28, 2020 via email

@jrork
Copy link

jrork commented May 28, 2020

Please see the github invite I just sent to you

@dmxwidget
Copy link
Author

Here's mine as well

ISYNodesDump.json.zip

@dmxwidget
Copy link
Author

@pradeepmouli Any update on this?

@Mandaur1
Copy link

I’m having the same problem and have been trying to figure out what my problem is all week. The older version homebridge-isy-js identifies my zwave devices fine but the homebridge isy only identifies my scenes and one moisture sensor. I’m attaching screen shot of where the error begins. Any help would be much appreciated.
7F973EA3-68D0-4174-A65E-31C7C1D67739

@chadhobson
Copy link

chadhobson commented Sep 16, 2020

@dmxwidget @Mandaur1

I had the same issue and after a quick look at the code, I discovered that port 80/443 are essentially hardcoded. I was running my ISY on a non-standard port and getting this error.

This plugin needs to add a port field to the config (which the old version allowed for and that's why it worked) but in the meantime, make sure you're running on port 80. If I get some free time, I'll put a PR together if @pradeepmouli wants.

Similarly, if you're running on port 443 and you don't have a valid cert (or you're using the one installed on the ISY), then you're also kind of screwed as there is no rejectUnauthorized option in the config either. That's probably more of an edge case though.

EDIT: Here's the configuration area I'm talking about (http/https port)...

Screen Shot 2020-09-16 at 10 46 59 AM

@pradeepmouli
Copy link
Owner

pradeepmouli commented Sep 16, 2020 via email

@pradeepmouli
Copy link
Owner

actually, as a work around, you should be able to include the port number in the address e.g. 192.168.1.190:xxx your config file.

@pradeepmouli
Copy link
Owner

also, @Mandaur1 - for your issue, it looks like the problem is that you have no variables defined - also a bug which I need to remedy, but if you add at least 1 variable of each type to your isy, the issue should go away.

@Mandaur1
Copy link

Thank you very much to both of you! The error was resolved by adding variables of each type to my isy. So now I can see every device in the log. Almost all of my devices are Z-wave. They just don't want to cooperate showing up in my accessories tab. Log says they are unsupported. I have tried all sorts of combinations in the config file. the only accessories that will show up are my scenes that are tied to my Z-wave switches and they work. What am I doing wrong. If I use the unsupported version of homebridge-isy-js, they do show up in my accessories tab. I am using 192.168.1.45:80.
image

@pradeepmouli
Copy link
Owner

pradeepmouli commented Sep 17, 2020 via email

@Mandaur1
Copy link

I’ll just configure the Homebridge the way you suggested. Thank you very much.

@jrork
Copy link

jrork commented Mar 26, 2021

I am still struggling to see anything in my devices tab. I have a default config and the device traffic shows up in the logs. I have had random moments of time here and there for months and I keep thinking there is a setting or a step that I'm missing but I find none. The only other plug-in was for cameras and that works great.

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

5 participants