Openremote VS Arduino integration of slider values.

Hi,

Slider consists of:

  • Slider
  • Sensor
  • ReadCommand
  • SetValue
  • WriteCommand

I’ll assume your sensor is working ok and the label correctly shows the temp value coming from the Arduino (although I’m not sure how your Arduino knows to broadcast to your RPi IP address on port 9091 - I’ll assume that is programmed into the Arduino).

For the Write Command you need to use the ${param} placeholder which openremote will replace with the slider value, so if your Arduino is expecting something like:

UPDATE 22

Then your command will be:

UPDATE ${param}

Hope this helps and good luck.

Rich