jvmahon / Homebridge-HomeSeer4

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

Plug-in with HOOBS 4 #157

Closed csullivan2005 closed 2 years ago

csullivan2005 commented 2 years ago

Does your plug-in work with HOOBS 4? I’m having a lot of issues.

jvmahon commented 2 years ago

There are people on the HomeSeer forums who are using it with Hoobs, but I never have. Perhaps they can help you resolve your issues. See, e.g., https://forums.homeseer.com/forum/homeseer-products-services/system-software-controllers/hs4-hs4pro-software/1348142-proper-homekit-support?q=hoobs

bobsilver commented 2 years ago

I just got this working. There is an error in the configurator. After you created a device you will need to edit the JSON config file by going into the advanced bridge settings and change the "name" to "ref". After that I got access to the devices I wanted. Note that each device must be added individually.

Here are my devices from my config json.

"accessories": [
            {
                "type": "DimmingLight",
                "ref": "250"
            },
            {
                "type": "LightSwitch",
                "ref": "1165"
            },
            {
                "type": "Outlet",
                "ref":"269"
bobsilver commented 2 years ago

I missed some of the ending syntax. Here it is complete

"accessories": [ { "type": "DimmingLight", "ref": "250" }, { "type": "LightSwitch", "ref": "1165" }, { "type": "Outlet", "ref": "269" } ]

jvmahon commented 2 years ago

Glad to see you got it working!