User Tools

Site Tools


supported_hardware:veraui7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
supported_hardware:veraui7 [2018/07/08 14:39] – [Update Neighbor Nodes] James Sentmansupported_hardware:veraui7 [2018/07/09 03:27] – added setData command James Sentman
Line 196: Line 196:
  
 ===Clear KWH=== ===Clear KWH===
-This is for KWH Measurement units and is the same as just telling the unit to turn off. That will reset the KWH reading to 0. You should not have to call this directly but you can if you wish. There is also a contextual menu option to clear a KWH devices value back to 0. Note that not all Vera devices that support sending this value support clearing the value. If your value dies not go to 0 after sending this command then the device won’t let you reset it.+This is for KWH Measurement units and is the same as just telling the unit to turn off. That will reset the KWH reading to 0. You should not have to call this directly but you can if you wish. There is also a contextual menu option to clear a KWH devices value back to 0. Note that not all Vera devices that support sending this value support clearing the value. If your value does not go to 0 after sending this command then the device won’t let you reset it
 + 
 +===Set Data=== 
 +The setData command is sent to a specific unit. It is for setting ZWave parameters or variables and is potentially dangerous. Because every brand and model of device is different you’ll have to know exactly what you need to send in order to set the data correctly. Sending incorrect data or data meant for a different device could brick the dimmer or cause any number of kinds of malfunctions. Most manufacturers print the parameter data in their user manuals. but not all of them. 
 + 
 +This could be used to set the local ramp rate of a dimmer switch, or an of the other configurable options in a device. For the new Home Seer HS-WD200+ dimmer this can be used to change the light color on an individual LED basis.  
 + 
 +<code> 
 +tell xUnit “name of unit” to setData( parameterNumber, byteCount, value) 
 +</code> 
 + 
 +If the device is a battery operated device then the change will be sent by the Vera when the device next wakes up, if it’s a routing device then the change will be sent immediately. Most parameters i’ve seen are single bytes. The value can be a single integer number from 0 to 255 or might be a longer string of data depending on the parameter. If you have the data in hex instead of an integer you can send a string starting with a letter “x” for example “xFF” for 255. 
 + 
 +See the supported module section or your user manual for what parameters are available.
  
 ---- ----
supported_hardware/veraui7.txt · Last modified: 2023/02/13 14:52 by 127.0.0.1