Skip to content

actions

Dave edited this page Dec 29, 2023 · 5 revisions

There are two action items defined within the plugin:

Plugin Action Items

  • Refresh All Sensors
    Select the Refresh All Sensors Action Item to cause every 1-Wire sensor on your network to be polled.

  • Send Command to 1-Wire Device
    Select Send Command to 1-Wire Device to send a custom command to the 1-Wire device of your choice. When you select this item, you will be presented with a configuration dialog that will require four pieces of information to be entered:

  1. the IP address of the server where the sensor resides,
  2. the ROM ID address of the sensor itself,
  3. the name of the variable that you want to adjust, and
  4. the value that you want to write to the variable.

Caution

There is little to no evaluation of the values written to the device; the plugin will require the value to be a numeric float, but it doesn't determine whether the individual device/variable is capable of accepting the value presented.

Clone this wiki locally