Found it! Let me share.....
It's possible by using
Domoticz API.
1 - Enable access with no protection by adding
127.0.0.* in System Setup --> Local Networks (no username/password)
2 - Restart (in my case the Raspberry Pi 3)
3 - Add in Blocky --> Messages -->
Open Url: with
http://
4a - Text-sensor URL:
127.0.0.1:8080/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=TEXT
4b - Alert-sensor URL:
127.0.0.1:8080/json.htm?type=command¶m=udevice&IDX&nvalue=LEVEL&svalue=TEXT
- - Explanation of nvalue Level = (0=gray, 1=green, 2=yellow, 3=orange, 4=red)
Beware not to use space-characters in
TEXT. Replase with space with
%20, otherwise it will not work.
Tested it with Domoticz V3.5877 on Rapberry Pi 3.
See Yah!