@mfalkvidd Thanks
Dragon
@Dragon
Best posts made by Dragon
Latest posts made by Dragon
-
RE: Help with Lua
If i put http://192.168.1.115/control?cmd=Nextion,page2.t2.txt="12"
in my webexplorer it works -
Help with Lua
Hi!
I have a 433mhz temp sensor in domoticz there i want to send value to a Nextion display with espeasy. Here is my Lua scriptlocal devicename = 'Ute'
commandArray = {}if devicechanged[devicename] then
commandArray['OpenURL']= 'http://192.168.1.115/control?cmd=Nextion,page2,t2.txt='..otherdevices_svalues[devicename]..""
end
return commandArrayIn domoticz log is everything fine but it dont shows up in Nextion.
Any ideas?
-
5v cable
Have a panel with a Nextion 3.2" screen and a Wemos D1. I need about 5m cable to feed this with 5v. Would it work with an network cable or phone cable or would this be too thin?
-
RE: Repeater
@mfalkvidd thanks i missed that. So i only need to write this in the code #define MY_REPEATER_FEATURE
-
Repeater
How do i do a repeater node? I cant found it in the code anymore?
-
Copy sensor
Is it any way to copy the sketch from a sensor? I have lost it on my computer