Page 1 of 1

looking for a text-query function for a text device

Posted: Wednesday 09 January 2019 19:35
by jluc2808
hi ,

i want to send a message to a smartled_messenger (material with some led that could display a message scrolling)
so i want to add a device which could open a window to allow to type the text which will be sent to ledmessenger.

i have a DzVents scripts which listen to an update of the device and will send the https , but i'am looking for the text-query itself ?

is there any program that will get this functionality ?

Re: looking for a text-query function for a text device

Posted: Thursday 10 January 2019 0:03
by waaren
jluc2808 wrote: Wednesday 09 January 2019 19:35 i want to send a message to a smartled_messenger (material with some led that could display a message scrolling)
so i want to add a device which could open a window to allow to type the text which will be sent to ledmessenger.
i have a DzVents scripts which listen to an update of the device and will send the https , but i'am looking for the text-query itself ?
is there any program that will get this functionality ?
Try domoticz :D
Probably not exactly what you are looking for but you could use a domoticz uservariable or the description field of a dummy switch. Both can be picked up by dzVents.

Re: looking for a text-query function for a text device

Posted: Thursday 10 January 2019 9:13
by jluc2808
waaren wrote: Thursday 10 January 2019 0:03
jluc2808 wrote: Wednesday 09 January 2019 19:35 i want to send a message to a smartled_messenger (material with some led that could display a message scrolling)
so i want to add a device which could open a window to allow to type the text which will be sent to ledmessenger.
i have a DzVents scripts which listen to an update of the device and will send the https , but i'am looking for the text-query itself ?
is there any program that will get this functionality ?
Try domoticz :D
Probably not exactly what you are looking for but you could use a domoticz uservariable or the description field of a dummy switch. Both can be picked up by dzVents.
yes , thanks you're right it works with a user variable, it doesn't run with the field description (the trigger isn't activate, it reset the dummy switch, but doesn't modify the state as a changed state) but my main question is there a widget that popup "enter a text " to get the contents with a WAF skin ?