Hi to all,
I'm tring to make sort of "master off" without creating a specific group address into ets, but sending a value to multiple group addresses from smarthome.
I wrote down something like this:
But when I put more than one ga, widget doesn't render in SmartVisu, it works only with one group address in knx_init and knx_send.
Need some help...! Thank you!
P.S.: I tried to search into forum but it's quite difficult for me because the language.
I'm tring to make sort of "master off" without creating a specific group address into ets, but sending a value to multiple group addresses from smarthome.
I wrote down something like this:
Code:
['generale'] sv_page = generale sv_img = scene_office.png [[off_p1]] name = 'Off Piano 1' type = bool visu = yes sv_widget = "{{ basic.button('item', 'item', 'off', 'minus', 0, 'midi') }}" knx_dpt = 1 knx_init = 0/2/0 | 0/2/4 | 0/2/8 knx_send = 0/2/0 | 0/2/4 | 0/2/8
Need some help...! Thank you!
P.S.: I tried to search into forum but it's quite difficult for me because the language.
Kommentar