Reference
Components
Netvox Temperature Sensor
Description
This component allows you to connect to a Netvox temperature sensor device that is paired with a Netvox USB adapter attached to your PC.
IMPORTANT: you must first use a Netvox USB component and successfully connect to the USB adapter before attempting to connect to a
device.
Before starting the component you need to send the IEEE address of the device to the 'Id' input. The IEEE address is usually written on the
device itself.
Trigger the Start input to connect. The Status output will show as "Searching”. If the device can't be found the status will show as “Not
Found”. If the status shows “No Network” then the Netvox USB adapter has been disconnected.
On successful startup the device details will be updated. Battery level, Temperature will be sent to the relevant outputs. Humidity and UV
levels will also be reported if supported by the device.
You can set the minimum and maximum time reporting intervals in seconds and the reportable change. These 3 work together as follows:
Minimum reporting time interval is the minimum reporting time, in seconds. If this value is set to 0, then there is no minimum limit.
Maximum reporting time interval is the fixed reporting time, in seconds. If this value is set to 0, then the device will not report the
temperature. Reportable change is the minimum temperature change between the previous and the last detected. If the change in
temperature is greater than Reportable Change value, the device issues the report at the minimum reporting time. If the change is
less than the reportable change, it will not report until the time reaches the maximum reporting time.
Updates are triggered automatically based on the above settings. However, you can request an update manually by sending a trigger to the
'Query' input.
If the connection is lost at any time the status will change to “Lost Connection”. Reconnection will start automatically at which point the status
will change to “Reconnecting”.
Connectors
Inputs Type Outputs Type
IEEE address of the device
you want to connect to
String The current connection
status
String
Trigger to start the
component
Trigger The percentage
battery level (-1 means
if it could not be read)
Int
270 of 494