Page 1 of 1

Input device

Posted: Thursday 05 November 2020 16:50
by pipiche
For the purpose of the plugin and to integrate a specific device, I need to get the end user entering a Code . Do we have any Widget type which allow the end user entering Digits/Chars ?

I have in parallel asked for UserVariables from the Python Plugin Framework but I had a look to teh source code, and got confirmation that there is nothing native ! ( viewtopic.php?f=65&t=34481)

Re: Input device

Posted: Saturday 28 November 2020 18:49
by Thorgal789
I m searching the same thing, an input widget, you have found a workaround on your side ?

Re: Input device

Posted: Saturday 28 November 2020 19:59
by pipiche
Thorgal789 wrote: Saturday 28 November 2020 18:49 I m searching the same thing, an input widget, you have found a workaround on your side ?
Unfortunately not with Domoticz. I just enhanced the plugin Web UI that we have developed.

Re: Input device

Posted: Thursday 06 October 2022 15:37
by timmpo
I ended up with this
viewtopic.php?p=293175#p293175

Re: Input device

Posted: Thursday 06 October 2022 15:39
by pipiche
You can use the device description to get inputs from user


Envoyé de mon iPhone en utilisant Tapatalk

Re: Input device

Posted: Friday 07 October 2022 17:37
by Thorgal789
timmpo wrote: Thursday 06 October 2022 15:37 I ended up with this
viewtopic.php?p=293175#p293175

Ha yes, right I m using too device description, but your "edit widget" is so nice for other thing.