Luup UPnP Variables and Actions
This is a list of all the UPnP actions and variables used by MiOS.
Some actions and variables have self-explanatory names, so there's a dash ('-') instead of the description.
HomeAutomationGateway1
- Service ID: urn:micasaverde-com:serviceId:HomeAutomationGateway1
- File: S_HomeAutomationGateway1.xml
Variable | Type | Description |
---|---|---|
DataVersion | ui4 | A number that increases each time the data changes. |
UDN | string | The Unique Device Name of the UPnP device. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
Reload | none | Reload the LuaUPnP engine. | |
ModifyUserData | inUserData | UserData | Make changes to the UserData.
For more information read the ModifyUserData page. |
DataFormat | string | ||
Reload | boolean | ||
SetVariable | DeviceNum | ui4 or string | Create or change the value of a variable.
|
Service | string | ||
Variable | string | ||
Value | string | ||
RunScene | SceneNum | ui4 | Run the given scene. |
SceneOff | SceneNum | ui4 | Turn off all the devices from DEVICE_CATEGORY_DIMMABLE_LIGHT and DEVICE_CATEGORY_SWITCH from the given scene. |
RunLua | DeviceNum | ui4 or string | Run the given Lua code. If DeviceNum is specified, the code is run using that device's interface. |
Code | string | ||
CreateDevice | deviceType | string | Create a device using the given parameters.
|
internalID | string | ||
Description | string | ||
UpnpDevFilename | string | ||
UpnpImplFilename | string | ||
IpAddress | string | ||
MacAddress | string | ||
DeviceNumParent | ui4 | ||
RoomNum | ui4 | ||
StateVariables | string | ||
DeleteDevice | DeviceNum | ui4 | Delete the device given either through its number, or through its UDN. |
UDN | string | ||
CreatePlugin | PluginNum | ui4 | Create a plugin with the PluginNum number and Version version. StateVariables are the variables that will be set when the device is created. For more information look at the description of the CreateDevice action above. |
Version | ui4 | ||
StateVariables | string | ||
DeletePlugin | PluginNum | ui4 | Uninstall the given plugin. |
CreatePluginDevice | PluginNum | ui4 | Creates a device for plugin #PluginNum. |
StateVariables | string | ||
ImportUpnpDevice | UDN | UDN | |
RoomNum | DeviceNum | ||
LogIpRequest | IpAddress | UDN | |
MacAddress | UDN | ||
SetHouseMode | Mode | ui1 | Changes the house mode.
Mode can be:
|
HaDevice1
- Service ID: urn:micasaverde-com:serviceId:HaDevice1
- File: S_HaDevice1.xml
Variable | Type | Description |
---|---|---|
CommFailure | boolean | This is set to 1 if we've lost communication with the device. |
Configured | boolean | The configuration state of the device:
|
AutoConfigure | boolean | If this is "1", MiOS will automatically check the routing info for this every 12 hours. |
BatteryLevel | i1 | The battery level reported by the device. |
BatteryDate | boolean | The UNIX time when the BatteryLevel was reported. |
LastTimeCheck | ui4 | Only for devices that are capable of implementing time, this is when the time was last checked. |
LastTimeOffset | ui1 | For LastTimeCheck, this is the timezone offset from UTC when the time was last checked. |
LastUpdate | ui4 | This is when the device information was last updated. (Mostly used for Z-Wave devices) |
FirstConfigured | ui4 | This is when the device was first configured. (Mostly used for Z-Wave devices) |
IgnoreRoom | boolean | Used only by the MiOS scene controller. Internal stuff. |
Commands | string | This is a comma separated list of ControlCodes for the enabled UI controls. If the ControlCode of an UI control (e.g. button) is not in this list, the button will be disabled (greyed out). If this variable is missing, all controls will be enabled. If this variable is empty, all controls will be disabled. |
IODevice | ui2 | The device number to connect to for IO. (this is on the master device) |
IOPort | ui2 | The port to receive connections on from IODevice. (this is on the serial port) |
ReverseOnOff | boolean | If this is "1", the commands for some devices are reversed (e.g. the On command will turn the device Off, and vice versa). Not all devices support this. |
sl_Alarm | string | Currently used only by the water leak sensor, contains the alarm code. |
ModeSetting | string | Contains the state of the device for each house mode.
The format is: <house mode>:<state>;<house mode>:<state>;...
Example: 1:;2:A;3:A;4:A
|
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
Reconfigure | none | Reconfigure the device. | |
StressTest | none | Stress test the Z-Wave device. | |
Remove | none | Remove the device from the Z-Wave network. | |
Poll | none | Poll the device. | |
ToggleState | none | Toggle the state of the device (e.g. if the device it's Off, turns it On). The device must have a binary state (On/Off, Locked/Unlocked, etc.). |
ZWaveDevice1
- Service ID: urn:micasaverde-com:serviceId:ZWaveDevice1
- File: S_ZWaveDevice1.xml (nonexistent)
Variable | Type | Description |
---|---|---|
PollSettings | ui4 | This is the polling frequency for a node (i.e. the minimum number of seconds between two poll commands to the same node). If this variable doesn't exist or is blank, the default polling frequency set in the ZWaveNetwork1's PollFrequency variable will be used. If it's 0, polling will be disabled for this node. |
PollCommands | string | A comma-separated list of command classes/commands to poll. 'X' means the device won't respond to any poll. |
MultiChEndpoint | string | Internal stuff. |
MultiChCapabilities | string | Internal stuff. |
Neighbors | string | This is a comma-separated list of the neighbor devices' node IDs. '1' is the Vera's node ID. |
NeighborsInverse | string | This is a comma-separated list of the neighbors that see us. |
Capabilities | string | The first 6 numbers in Capabilities are what is reported by the ZW_GetNodeProtocolInfo function: Capability, Security, Reserved, Basic Device Class [, Generic Device Class, Specific Device Class]. If the Capability is >= 128, then the device listens for commands, otherwise it's a battery operated device that only wakes up occasionally. After the '|' in Capabilities are the command classes supported. More information here: ZWave_Command_Classes |
SecurityFailed | boolean | If this is "1", MiOS won't talk to this node with security even if the node reports it can. |
LastReset | ui4 | When we last reset the node association. (UNIX time) |
WakeupInterval | ui4 | How often this battery operated device should wake up to report its status. The default value is 1800 seconds. |
LastWakeup | ui4 | When this device last woke up and reported its status. (UNIX time) |
LastRouteUpdate | ui4 | When this device's routing information was last checked/updated. (UNIX time) |
Health | ui1 | A rating from 0-5. A large number means that MiOS can communicate with it easily. |
HealthDate | ui4 | The date the rating was assigned. (UNIX time) |
VariablesGet | string | This is a comma-separated list of the configuration settings read from the device.
The format is: variable1_number,variable1_value,variable2_number,variable2_value,... |
VariablesSet | string | This is a comma-separated list of the configuration settings set by the user.
The format is: variable1_number-variable1_description,variable1_data_type,variable1_value,variable2_number-variable2_description,variable2_data_type,variable2_value,... |
AssociationGet | string | This are the association settings read from the device. |
AssociationSet | string | This are the association settings set by the user. |
AssociationNum | ui1 | The number of association groupings. |
NonceACK | boolean | Internal stuff. |
ManufacturerInfo | string | Device information. Format:
manufacturerID,productType,productID |
VersionInfo | string | This is what's reported by the COMMAND_CLASS_VERSION command VERSION_REPORT. There are 5 values: Z-Wave Library Type, Z-Wave Protocol Version, Z-Wave Protocol Sub Version, Application Version, Application Sub Version. The Application Version is specific to the device and not defined by Z-Wave. |
SetPointInfo | string | A comma-separated list of the supported setpoint types:
|
NodeInfo | string | The list of the command classes supported by this device. (hexadecimal numbers) |
InitialName | string | The name that was initially set when the node was first added. |
ConfiguredName | string | The user-specified name when we configured the node. |
ConfiguredVariable | string | The user-specified VariablesSet when we configured the node. |
ConfiguredAssoc | string | The user-specified AssociationSet when we configured the node. |
Documentation | string | URL of the documentation used on the Device Options page. |
MeterType | ui1 | The meter type:
|
MeterScale | ui4 | A bit map of the supported meter scales. |
AlarmType | string | List of the supported alarm types. |
PollOk, PollTxFail, PollNoReply | ui4 | These variables are incremented each time the last poll job has the status they describe. They are reset after each network heal. |
ManualRoute | string | A route specified by the end-user. This is a dot-separated list of nodes. |
AllRoutesFailed | boolean | This is "1" when all the manual routes have failed. |
AutoRoute | string | This contains a list of various routes chosen by profilings.
Format: route1_node1.route1_node2...-route1_score[x],route2_node1.route2_node2...-route2_score[x],... The score is a measure of latency and accuracy, the lower the number, the better. 'x' means that the last attempt to use this route failed, so it won't be used anymore. |
IgnoreDirectScene | boolean | Internal stuff. |
SwitchMlSettings | string | Internal stuff. |
ZWaveNetwork1
- Service ID: urn:micasaverde-com:serviceId:ZWaveNetwork1
- File: S_ZWaveNetwork1.xml
Variable | Type | Description |
---|---|---|
NetStatusID | ui1 | The status of the Z-Wave network:
|
NetStatusText | string | Full Z-Wave network status description |
LastError | string | The last Z-Wave error in the network |
LastUpdate | ui4 | The UNIX time when the Z-Wave component of the LuaUPnP engine started. |
LastDongleBackup | ui4 | The UNIX time of the last Z-Wave dongle backup. |
LastHeal | ui4 | The UNIX time of the last Z-Wave network heal. |
VersionInfo | boolean | The Z-Wave version. |
HomeID | boolean | The unique ID of the Z-Wave network. |
Role | boolean | Z-Wave specific stuff. |
TO3066 | boolean | Internal stuff. |
ComPort | string | This is the port where MiOS will search for the Z-Wave dongle. On Vera Lite, this is /dev/ttyS0. |
LockComPort | boolean | If this is "1", MiOS won't search for the Z-Wave dongle on the other available ports if it doesn't find it on ComPort. |
Use45 | boolean | If this is "1", use Z-Wave version 3.20 instead of 2.78. |
UseMR | boolean | If this is "1", use MiOS routing. |
LimitNeighbors | boolean | With MiOS routing: if this is "1", when the routing table is created, consider only Z-Wave's neighbors as valid options. |
PollingEnabled | boolean | If this is "1", MiOS will automatically poll the Z-Wave devices. |
PollDelayInitial | ui1 | Number of seconds after the LuaUPnP engine has (re-)started before the polling loop begins. |
PollDelayDeadTime | ui1 | Number of seconds MiOS must not have transmitted any non-poll command before the next poll command is sent. |
PollMinDelay | ui1 | Number of seconds between poll commands. |
PollFrequency | ui1 | Minimum number of seconds between poll commands to the same node. |
SceneIDs | string | Used for scene controllers. This is a CSV where each item has this format: node#-button#=ZWaveSceneID |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
ResetNetwork | ResetMode | string | Reset the Z-Wave network.
|
HomeID | string | ||
ZeroMemory | boolean | ||
PutByte | StartAddress | string | Used to convert Z-Wave from 2.78 to 3.20 in which case the StartAddress parameter must be "convert502_452" and the rest are ignored. |
StopAddress | string | ||
Value | ui4 | ||
ReconfigureAllNodes | FailedOnly | boolean | Reconfigure the Z-Wave nodes. If FailedOnly is "1", only the devices that failed to configure are reconfigured. |
UpdateNetwork | none | Get network update from SUC/SIS. | |
UpdateNeighbors | Device | ui4 | Update the neighbor nodes of the given device. Device is the device number. |
BackupDongle | Restore | boolean | Backs up the Z-Wave network. The backup is in /etc/cmh/dongle.dump. If Restore is "1", the Z-Wave network is restored from the backup. |
PollAllNodes | none | - | |
RemoveNodes | InclusionMode | string | Puts Vera in exclude mode.
|
NodeType | ui1 | ||
Timeout | ui1 | ||
Multiple | boolean | ||
Reload | boolean | ||
AddNodes | InclusionMode | string | Puts Vera in include mode.
|
NodeType | ui1 | ||
Timeout | ui1 | ||
Multiple | boolean | ||
ControllerShift | boolean | ||
Reload | boolean | ||
DownloadNetwork | none | Copy the Z-Wave network from a master controller. | |
HealNetwork | BatteryMinutes | ui1 | Heals/consolidates the Z-Wave network.
|
Node | ui1 | ||
StressCycles | ui1 | ||
Configure | boolean | ||
ManualRoute | boolean | ||
StartStage | ui1 | ||
StopStage | ui1 | ||
SetPolling | IsTemporary | boolean | Set the polling parameters.
|
PollingEnabled | PollingEnabled | ||
PollDelayInitial | PollDelayInitial | ||
PollDelayDeadTime | PollDelayDeadTime | ||
PollMinDelay | PollMinDelay | ||
PollFrequency | PollFrequency | ||
SendData | Node | ui1 | Sends the Z-Wave Data to the Z-Wave Node. |
Data | string | ||
SimulateIncomingData | Data | string | Calls the Z-Wave message handler for the given data. |
USBUIRT1
- Service ID: urn:micasaverde-com:serviceId:USBUIRT1
- File: S_USBUIRT.xml
Variable | Type | Description |
---|---|---|
ComPort | string | The path of the USB port the UIRT is connected to. On Vera Lite this is /dev/ttyUSB0 |
Camera1
- Service ID: urn:micasaverde-com:serviceId:Camera1
- File: S_Camera1.xml
Variable | Type | Description |
---|---|---|
VideoURLs | string | This variable defines the streaming parameters, and without it streaming doesn't work. This variable has this structure:
Info1:URL1:Info2:URL2:
1. The protocol: can be rtsp or http 2. HTTP authentication required: 1 = yes, send the username and password in the request, 0 = no, don't send the username and password 3. Video codec: mpeg4 | mjpeg | etc. 4. Audio codec: blank = no audio 5. Resolution: t = thumbnail, s = small, m = medium, l = large 6. Width: 640 7. Height: 480 8. Players: q|a|i|w, a string of characters indicating known good players. q = Quicktime plugin, a = Android, i = iPhone, w = normal web browser.
Currently only the protocol, HTTP auth, players and URL parameters are used. The rest of the parameters are ignored.
rtsp,0,mpeg4,,m,640,480,qai:img/media.sav:http,0,mjpeg,,m,640,480,w:img/video.mjpeg: |
URL | string | This is the URL to get a snapshot from the camera. |
RelatedSensors | string | Comma separated list of device numbers: archive a photo whenever one of the sensors is tripped. |
SensorArchiveSeconds | ui4 | How many seconds to archive the video after the sensor(s) are tripped. |
RelatedLights | string | Comma separated list of device numbers: which lights should be turned on when viewing this camera. |
LightOptions | string | When to turn on the lights:
So VSBA means do them all. |
AutoArchiveSeconds | ui4 | Archives a picture from the camera every this number of seconds. |
AutoArchivePreserveDays | ui4 | How many days to keep the pictures in the archive. |
PanTiltZoom1
- Service ID: urn:micasaverde-com:serviceId:PanTiltZoom1
- File: S_PanTiltZoom1.xml
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
MoveLeft | none | - | |
MoveRight | none | - | |
MoveUp | none | - | |
MoveDown | none | - | |
ZoomIn | none | - | |
ZoomOut | none | - | |
GoToPreset | presetNumber | ui1 | Moves the camera to the given preset. |
SwitchPower1
- Service ID: urn:upnp-org:serviceId:SwitchPower1
- File: S_SwitchPower1.xml
Variable | Type | Description |
---|---|---|
Target | boolean | The target state of the device. |
Status | boolean | The current state of the device. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetTarget | newTargetValue | Target | Sets the target state of the device. Used to turn a device On or Off. |
WindowCovering1
- Service ID: urn:upnp-org:serviceId:WindowCovering1
- File: S_WindowCovering1.xml
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
Up | none | - | |
Down | none | - | |
Stop | none | - |
Dimming1
- Service ID: urn:upnp-org:serviceId:Dimming1
- File: S_Dimming1.xml
Variable | Type | Description |
---|---|---|
LoadLevelTarget | ui1 | The target dimming value; it doesn't represent the actual dimming state. |
LoadLevelStatus | ui1 | Represents the actual dimming state. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetLoadLevelTarget | newLoadlevelTarget | LoadLevelTarget | Sets the desired dimming level. Used to adjust the dimming level of a device. |
DoorLock1
- Service ID: urn:micasaverde-com:serviceId:DoorLock1
- File: S_DoorLock1.xml
Variable | Type | Description |
---|---|---|
Target | boolean | Represents the target (desired) door state. |
Status | boolean | Represents the current door state. "1" = locked, "0" = unlocked |
PinCodes | string | The list of PIN codes.
Syntax: <VERSION=2>user_code_id,active,PIN_code(encrypted),name(a-z,0-9); slot,slot_lock,w,[d|s],dow,hour_start,minute_start,hour_stop,minute_stop; slot,slot_lock,t,[d|s],start,stop;\t <VERSION=3>next_available_user_code_id\t user_code_id,active,date_added,date_used,PIN_code(encrypted),name(a-z,0-9); slot,slot_lock,w,[d|s],dow,hour_start,minute_start,hour_stop,minute_stop; slot,slot_lock,t,[d|s],start,stop;\t Where:
|
NumSchedules | string | Maximum number of restrictions supported by the door lock.
Syntax: max_weekly,max_yearly,max_daily_repeating Where:
|
MinPinSize and MaxPinSize | ui1 | The minimum and maximum number of digits of the PIN code. |
sl_UserCode | string | Contains information about the last used PIN code:
UserID="<pin_slot>" UserName="<pin_code_name>" |
sl_PinFailed | boolean | This becomes "1" when a bad PIN code is entered. |
sl_CodeChanged | ui1 | If a PIN code was changed using the lock keypad, this contains the PIN code index number. |
sl_LockButton | boolean | This is "1" if the Lock button has been pressed on the lock keypad. |
sl_LockFailure | boolean | This is "1" if the lock fails to operate. |
sl_UnauthUser | boolean | This is "1" if the user code was entered outside of a valid date. |
sl_LockChanged | ui1 | If a PIN code was changed using the lock keypad, this contains the PIN code index number. |
sl_LowBattery | boolean | This is "1" when the battery level is low. |
sl_VeryLowBattery | boolean | This is "1" when the battery level is very low. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetTarget | newTargetValue | Target | Sets the target (desired) state of the door. Used to lock and unlock the door. |
SetPin | UserCodeName | string | Adds a PIN code. This code will be added to the PinCodes variable and to the door lock.
The following parameters are not available in the release version of the firmware:
{ "user_code" : { "slot" : "<pin_slot>", // Used when adding/updating a PIN code. "name" : "<name>", "code" : "<pin_code>", "user" : "<restriction_slot>" // Used when adding/updating restrictions. }, "weekly_schedules" : [ { "day_of_week" : "136" "from_time" : "12:34" "to_time" : "23:45" }, { "day_of_week" : "25" "from_time" : "13:46" "to_time" : "21:09" } ... ], "daily_schedules" : [ { "start_date" : "YYYY-MM-DD HH:MM:SS" "stop_date" : "YYYY-MM-DD HH:MM:SS" }, { "start_date" : "YYYY-MM-DD HH:MM:SS" "stop_date" : "YYYY-MM-DD HH:MM:SS" } ... ] }
If the json parameter is present, user, UserCodeName and newPin are ignored. * The parameters from SetPinValidityDate and SetPinValidityWeekly are also accepted. Internally, this action calls the implementation functions of those actions if StartDate, respectively DayOfWeek parameters are given. The parameters in the json take precedence over the other parameters. |
newPin | ui4 | ||
user | ui1 | ||
json | string | ||
* SetPinValidityDate parameters | |||
* SetPinValidityWeekly parameters | |||
SetPinValidityDate | UserCode | ui1 | Sets the daily time interval in which a PIN code is valid.
|
StartDate | string | ||
StopDate | string | ||
Replace | boolean | ||
SetPinValidityWeekly | UserCode | ui1 | Sets the weekly time interval in which a PIN code is valid.
Example: 1367 means Monday, Wednesday, Saturday and Sunday.
|
DayOfWeek | ui4 | ||
StartHour | ui1 | ||
StartMinute | ui1 | ||
StopHour | ui1 | ||
StopMinute | ui1 | ||
Replace | boolean | ||
ClearPinValidity | UserCode | ui4 | Clears the given restriction slot.
|
slotID | ui4 | ||
ClearPin | UserCode | ui1 | Removes the PIN code from slot UserCode. |
HVAC_UserOperatingMode1
- Service ID: urn:upnp-org:serviceId:HVAC_UserOperatingMode1
- File: S_HVAC_UserOperatingMode1.xml
Variable | Type | Description |
---|---|---|
ModeTarget | string | The desired operating mode of the HVAC. Currently MiOS supports only:
|
ModeStatus | string | The actual operating mode of the HVAC. |
EnergyModeTarget | string | The desired energy mode. Can be Normal or EnergySavingsMode. |
EnergyModeStatus | string | The actual energy mode. |
AutoMode | boolean | If specified, and if 0, the thermostat doesn't support auto mode. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetModeTarget | NewModeTarget | ModeTarget | Sets the desired HVAC operating mode. |
SetEnergyModeTarget | NewModeTarget | EnergyModeTarget | Sets the desired energy mode. |
HVAC_OperatingState1
- Service ID: urn:micasaverde-com:serviceId:HVAC_OperatingState1
- File: S_HVAC_OperatingState1.xml
Variable | Type | Description |
---|---|---|
ModeState | string | Represents what the HVAC is actually doing right now. The most common actions are:
|
HVAC_FanOperatingMode1
- Service ID: urn:upnp-org:serviceId:HVAC_FanOperatingMode1
- File: S_HVAC_FanOperatingMode1.xml
Variable | Type | Description |
---|---|---|
Mode | string | The fan operation mode. Can be:
|
FanStatus | string | Represents the current fan state; can be On or Off. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetMode | NewMode | Mode | Sets the fan operating mode. Changes the Mode variable. |
TemperatureSetpoint1
- Service ID: urn:upnp-org:serviceId:TemperatureSetpoint1 / urn:upnp-org:serviceId:TemperatureSetpoint1_Heat / urn:upnp-org:serviceId:TemperatureSetpoint1_Cool
- File: S_TemperatureSetpoint1.xml
Variable | Type | Description |
---|---|---|
SetpointTarget | i4 | The target temperature setpoint. |
CurrentSetpoint | i4 | The actual temperature setpoint. |
AutoMode | i4 | If specified, the thermostat doesn't support auto setpoint, so set heat+cool this many degrees +/- |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetCurrentSetpoint | NewCurrentSetpoint | CurrentSetpoint | Sets the target setpoint. |
TemperatureSensor1
- Service ID: urn:upnp-org:serviceId:TemperatureSensor1
- File: S_TemperatureSensor1.xml
Variable | Type | Description |
---|---|---|
CurrentTemperature | i4 | - |
GenericSensor1
- Service ID: urn:micasaverde-com:serviceId:GenericSensor1
- File: S_GenericSensor1.xml
Variable | Type | Description |
---|---|---|
CurrentLevel | i4 | - |
LightSensor1
- Service ID: urn:micasaverde-com:serviceId:LightSensor1
- File: S_LightSensor1.xml
Variable | Type | Description |
---|---|---|
CurrentLevel | i4 | - |
HumiditySensor1
- Service ID: urn:micasaverde-com:serviceId:HumiditySensor1
- File: S_HumiditySensor1.xml
Variable | Type | Description |
---|---|---|
CurrentLevel | i4 | - |
SecuritySensor1
- Service ID: urn:micasaverde-com:serviceId:SecuritySensor1
- File: S_SecuritySensor1.xml
Variable | Type | Description |
---|---|---|
Tripped | boolean | - |
Armed | boolean | This is used by MiOS as a way to disable sending notifications when a sensor is tripped/untripped. |
LastTrip | i4 | This is the UNIX time when the sensor last reported that it was tripped. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetArmed | newArmedValue | Armed | Arms or disarms the sensor. |
EnergyMetering1
- Service ID: urn:micasaverde-com:serviceId:EnergyMetering1
- File: S_EnergyMetering1.xml
Variable | Type | Description |
---|---|---|
Watts | ui4 | If the device can report its wattage, this is the value reported by the device, otherwise this is the value supplied by the user in UserSupliedWattage. |
Pulse | ui4 | - |
UserSuppliedWattage | ui4 | See Watts.
Note: For thermostats, UserSuppliedWattage consists of 3 numbers separated by commas. The default is 1500,1500,300. The first number is how many watts are used when the thermostat is in 'heat' mode; the second is how many watts are used when the thermostat is in 'cool' mode; and the third number is for the 'fan only' mode. |
KWH | ui4 | - |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
ResetKWH | none | - |
IrTransmitter1
- Service ID: urn:micasaverde-com:serviceId:IrTransmitter1
- File: S_IrTransmitter1.xml
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SendProntoCode | ProntoCode | string | Sends the given IR code. |
SerialPort1
- Service ID: urn:micasaverde-org:serviceId:SerialPort1
- File: S_SerialPort1.xml
Variable | Type | Description |
---|---|---|
path | string | The path of the serial port. On Vera Lite it's /dev/ttyUSB0 |
baud | ui4 | The baud rate. |
stopbits | ui1 | The number of stop bits. |
databits | ui1 | The number of data bits. |
parity | string | Can be odd or even. |
SceneController1
- Service ID: urn:micasaverde-com:serviceId:SceneController1
- File: S_SceneController1.xml
Variable | Type | Description |
---|---|---|
sl_SceneActivated | ui2 | The number of the activated scene on the scene controller. |
sl_SceneDeactivated | ui2 | The number of the deactivated scene on the scene controller. |
Scenes | string | ? |
LastSceneID | string | The scene ID (as reported by the scene controller) of the last activated or deactivated scene. |
LastSceneTime | ui4 | The UNIX time when the scene was last activated or deactivated. |
ManageLeds | boolean | If this is "1", automatically turn on/off the scene indicator lights. |
NumButtons | ui1 | How many buttons the scene controller has. |
SceneShortcuts | string | ? |
FiresOffEvents | boolean | ? |
ActivationMethod | ui1 | Z-Wave stuff. |
SceneControllerLED1
- Service ID: urn:micasaverde-com:serviceId:SceneControllerLED1
- File: S_SceneControllerLED1.xml
Variable | Type | Description |
---|---|---|
LightSettings | ui1 | The lights' state. The lower 4 bits of LightSettings are the 4 green LEDs, and the upper 4 are the 4 red LEDs. So, 10001 is an orange light, 110010 is an orange light and a red, etc. |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetLight | newValue | ui4 | Change a light's state.
|
Indicator | ui4 |
IrDevice1
- Service ID: urn:micasaverde-com:serviceId:IrDevice1
- File: S_IrDevice1.xml
Variable | Type | Description |
---|---|---|
Codesets | string | |
Codeset | string | |
Remote | int | |
Scene | string |
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SendCode | Codeset | Codeset | |
Button | Remote | ||
Repeat | Remote |