OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

HS-WS200+ support scenes #190

Open miguelarios opened 3 years ago

miguelarios commented 3 years ago

Hi, how does one edit the config file for the homeseer WS200+ to read the scene changes inside home assistant?

crzykidd commented 3 years ago

Any answer to this? This is one of the major pieces I need to make a move.

kpine commented 3 years ago

Central Scene is supported by default. There are no files to edit.

miguelarios commented 3 years ago

Central Scene is supported by default. There are no files to edit.

So if central scene is supported, and pardon if I lack the context to understand, AND I lack the additional scene buttons or entities inside home assistant is not due to a lack of OZW but in fact is lack of home assistant exposing these entities is this correct?

What I want is the scene to appear as an entity in home assistant and, in fact, the RGB LED would be nice if that could be exposed as a light entity as well but that is a "nice to have".

kpine commented 3 years ago

It's not an entity, it's an event. https://www.home-assistant.io/integrations/ozw/#event-ozwscene_activated

miguelarios commented 3 years ago

Damn! Well what do you know. Let me check this out! I also see there is a config parameter event I can send so I am thinking that is how I set the color of the RGB LED.