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

Accessory Types #112

Open
brianza opened this issue Oct 11, 2020 · 6 comments
Open

Accessory Types #112

brianza opened this issue Oct 11, 2020 · 6 comments

Comments

@brianza
Copy link

brianza commented Oct 11, 2020

Great App!

Question: On the README.md you mention that

Accessory valid values are "light", "switch", "dimmer", "shutter", "motion", "security", "trigger" and "contact".

However on your exmaple I also see other types being: "fan", "temperature", 'Smoke"

Where can we get an updated list of values and what each does please?

@JasonY00
Copy link
Contributor

Hi Brianza,

The types supported are: lights, switches (with optional timeout), dimmers, shutter relays, fans, motion sensors, security presence detectors, trigger events, contact sensors, smoke Sensor and temperature sensors. Examples are given for each of the supported accessory types. It appears that the "type" list was not updated to reflect the latest accessories that were added.

Cheers

Jason

@brianza
Copy link
Author

brianza commented Oct 11, 2020

Thank you for the information.

When you say switches are you refering to CBUS switches such as the NEO or something else please?

rgs
Brian

@JasonY00
Copy link
Contributor

Hi Brian,

A switch is something that turns a device on/off. It is virtual. An example may be a watering system valve. This is why there is an active duration option. You can turn it “on” for say, 10mim and then it will turn off by itself. Another example may be to Open/Stop/Close a garage door that requires a “pulse” to perform the function. It could also be used for a C-Bus controlled GPO that you plug a device into. For example an iron which you could turn off remotely if you forgot. It’s not a c-bus wall switch but can be set up to perform the same function from your phone/iPad/Siri/Google/Alexa/etc.

Hope this helps.

Cheers

Jason

@brianza
Copy link
Author

brianza commented Oct 11, 2020

Thank you. Got it.

@DaveGraham123456
Copy link

Hi guys. I thought I would add my PIRL montion sensor, which is a 5753L

I put in the config but then Homebridge won't run until I remove it. I tried adding the unit, it didn't work. I tried adding a new Group address and set the "Any Motion" to this address, it did not like this either.

How should it work? what config do I need to put in?

@JasonY00
Copy link
Contributor

JasonY00 commented Nov 8, 2020

Hi Dave,

look at this thread. It may help you.

https://www.cbusforums.com/threads/c-bus-homebridge-accessory-motion-sensor-no-response.10352/#post-55721

Remember, that your PIR is merely turning a Group Address ON/OFF in C-Bus that YOU choose. You are not querying the PIR directly. So don't go programming the C-Bus Address of the PIR into homebridge.

In homebridge you just set the Group Address up as a motion sensor and you are good to go.

Cheers

Jason

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

3 participants