Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Help with Lua

Help with Lua

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 763 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dragon
    wrote on last edited by
    #1

    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 script

    local 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 commandArray

    In domoticz log is everything fine but it dont shows up in Nextion.

    Any ideas?

    K 1 Reply Last reply
    0
    • D Offline
      D Offline
      Dragon
      wrote on last edited by
      #2

      If i put http://192.168.1.115/control?cmd=Nextion,page2.t2.txt="12"
      in my webexplorer it works

      1 Reply Last reply
      0
      • D Dragon

        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 script

        local 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 commandArray

        In domoticz log is everything fine but it dont shows up in Nextion.

        Any ideas?

        K Offline
        K Offline
        kimot
        wrote on last edited by
        #3

        @dragon
        Look at characters on end of your command.
        You have got two times " instead of two times '

        1 Reply Last reply
        0
        • D Offline
          D Offline
          Dragon
          wrote on last edited by
          #4

          @kimot said in Help with Lua:

          '

          Thanks but it didnt help

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          21

          Online

          11.7k

          Users

          11.2k

          Topics

          113.1k

          Posts


          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • MySensors
          • OpenHardware.io
          • Categories
          • Recent
          • Tags
          • Popular