jvmahon / Homebridge-HomeSeer4

Homebridge Plugin for HomeSeer 3 and 4
28 stars 8 forks source link

Confused about what file works. This seems to work but I want to add other switches not just my bulb #152

Closed silverton38 closed 3 years ago

silverton38 commented 3 years ago

Confused about what file works. This seems to work but I want to add other switches not just my bulb. I want to add a switches and thermostats. Does someone have a simple file that they can post?

{ "accessories": [ { "type": "Lock", "ref": 640 } ], "platforms": [ { "platform": "HomeSeer", "name": "HomeSeer", "host": "http://10.0.0.15", "ASCIIport": 11000, "login": "xxxxxxxx", "password": "xxxxxx", "accessories": [ { "type": "Lightbulb", "ref": "1315" } ] } ] }

silverton38 commented 3 years ago

I do not know where the lock ref is coming from. Here is the file as I see it now.

{ "platform": "HomeSeer", "name": "HomeSeer", "host": "http://10.0.0.15", "ASCIIport": 11000, "login": "xxxxxxxx", "password": "xxxxxxxxxx", "accessories": [ { "type": "Lightbulb", "ref": "1315" } ] }

jvmahon commented 3 years ago

Did you look in the Wiki pages: https://github.com/jvmahon/Homebridge-HomeSeer4/wiki

Also, be sure to check "show Device Ref on Status Page" to see the proper Ref number to use. See: image

silverton38 commented 3 years ago

I have. The config files do not work in Hoobs and Homebridge. I was able to get it working but it is not very clear so most people will not be able to make it work. I want to get the visual configuration working for both Hoobs and Homebridge. I am looking for people to assist in this project.

On Sep 6, 2021, at 11:18 PM, jvmahon @.***> wrote:

Did you look in the Wiki pages: https://github.com/jvmahon/Homebridge-HomeSeer4/wiki https://github.com/jvmahon/Homebridge-HomeSeer4/wiki Also, be sure to check "show Device Ref on Status Page" to see the proper Ref number to use. See: https://user-images.githubusercontent.com/15061942/132279022-e96370b3-15c9-4076-b2f3-7c63dc97bee9.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jvmahon/Homebridge-HomeSeer4/issues/152#issuecomment-913960347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKNAWSC3JKQZ3LC7UZTMETUAWABBANCNFSM5DROFR4Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

silverton38 commented 3 years ago

By the way thank you so much for the work you did so far.

On Sep 6, 2021, at 11:18 PM, jvmahon @.***> wrote:

Did you look in the Wiki pages: https://github.com/jvmahon/Homebridge-HomeSeer4/wiki https://github.com/jvmahon/Homebridge-HomeSeer4/wiki Also, be sure to check "show Device Ref on Status Page" to see the proper Ref number to use. See: https://user-images.githubusercontent.com/15061942/132279022-e96370b3-15c9-4076-b2f3-7c63dc97bee9.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jvmahon/Homebridge-HomeSeer4/issues/152#issuecomment-913960347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKNAWSC3JKQZ3LC7UZTMETUAWABBANCNFSM5DROFR4Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jvmahon commented 3 years ago

Have you tried setting up other devices from the config-ui-x interface?

jvmahon commented 3 years ago

Since there was no response, I assume you figured this out using the Config-Ui-X interface.