mvalla / openhab-addons

Add-ons for openHAB
Eclipse Public License 2.0
24 stars 16 forks source link

support for AUX Channel (WHO=9) #12

Closed k0nti closed 1 year ago

k0nti commented 5 years ago

It would be nix to have a integraten of the AUX Channels

WHO 9

bg Patrick

fmalfatto commented 5 years ago

It would be great for me also! I still have the 3486 burglar-alarm unit and that's the only way I can manage it because it's not well covered by phone field. MHS1 does no more support it.

mvalla commented 5 years ago

Can you provide a link to the official documentation of this WHO ? I have looked in the BTicino MyOpen web site (https://www.myopen-legrandgroup.com/developers/), but this WHO apparently does not exist. Without a proper documentation, is very difficult to implement support for AUX channels.

fmalfatto commented 5 years ago

It should be under the who=5 section, but I did find the document they are referring here: https://www.myopen-legrandgroup.com/forums/topic/frame-who9-in-alarm/

Gozilla01 commented 5 years ago

See official documentation WHO = 5 on page 7 and 8      [Who] [WHAT] [WHERE] ## AUX commands      [WHO] = 9 AUX      [WHAT] = 0-10 See Table      [WHERE] = 1-9 AUX number            Example set status:       9 0 7 ## Sets the AUX 7 to 0 (OFF)       9 1 7 ## Set to 1 (ON) the AUX 7      Others [WHAT] 2-10 I do not know what they are for,      I can not find any documentation on the network.      The MyHOME_Suite suite also does not have a [WHAT] 2-10 configuration            Example reading status       # [Who] [WHERE] ##       # 9 7 ## Displays AUX status 7      Responds 9 [WHAT] [WHERE] ##            Example reading of all states       # [Who] 0 ##       # 9 0 ## It responds with all the AUX states      Responds 9 [WHAT] [WHERE] ##      I do not know how to detect the lights automatically but it could      use # 9 0 ## to detect AUXs           Auxiliary WHAT values:      OFF -> 0 = Off      ON -> 1 = On      TOGGLE -> 2      STOP -> 3      UP -> 4      DOWN -> 5      ENABLED -> 6      DISABLED -> 7      RESET_GEN -> 8      RESET_BI -> 9      RESET_TRI -> 10

Gozilla01 commented 5 years ago

Look here https://community.openhab.org/t/bticino-openwebnet-adding-aux-commands-design/58035/6

mickymix commented 5 years ago

I would appreciate the investigation on WHO=9 too, as I have some presence sensors (L4610) which I use to switch on lights... but would like to take control of them... if I can be of any help with logs, just let me know... I'll do my best to send them...

Gozilla01 commented 5 years ago

@mickymix If you send logs (OpenWebNet Client) it would be very nice together with a description.

Gozilla01 commented 5 years ago

Remove label question

mvalla commented 4 years ago

Some discussion: https://www.domoticz.com/forum/viewtopic.php?t=14053&start=40

mvalla commented 1 year ago

sending AUX commands is supported by the official openwebnet binding