openhab-addons icon indicating copy to clipboard operation
openhab-addons copied to clipboard

support for AUX Channel (WHO=9)

Open k0nti opened this issue 7 years ago • 9 comments

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

WHO 9

bg Patrick

k0nti avatar Jul 07 '18 19:07 k0nti

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.

fmalfatto avatar Nov 12 '18 08:11 fmalfatto

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.

mvalla avatar Dec 01 '18 16:12 mvalla

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/

fmalfatto avatar Dec 02 '18 07:12 fmalfatto

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 avatar Dec 02 '18 10:12 Gozilla01

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...

mickymix avatar Feb 02 '19 22:02 mickymix

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

Gozilla01 avatar Feb 02 '19 22:02 Gozilla01

Remove label question

Gozilla01 avatar Mar 23 '19 08:03 Gozilla01

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

mvalla avatar Oct 06 '19 15:10 mvalla

sending AUX commands is supported by the official openwebnet binding

mvalla avatar Nov 16 '22 07:11 mvalla