So the problem here is that the Linear garage door opener has switch and a sensor built in, unlike older iterations where u would have a separate switch and a separate sensor, 2 devices this shows up as only one, a garage door, which is great but the problem is that VC and everything else sees it as a Switch - that only responds to the turn on/off the garage door. this is not really great because it gets really confusing when you are trying to open or close, dont know weather to day turn on of turn off.
the Garage door plugin is great for the simple fact that it should turn this into a simple door lock with the open close feature. so with that said this is what i am trying to accomplish
here is the Invoke for the garage door
urn:upnp-org:serviceId:SwitchPower1
SetTarget (newTargetValue)
GetTarget
GetStatus
-Status
-Target
urn:micasaverde-com:serviceId:EnergyMetering1
ResetKWH
urn:micasaverde-com:serviceId:HaDevice1
Reconfigure
StressTest
Remove
Poll
ToggleState
SetPollFrequency (PollingEnabled,PollMinDelay)
AllowPairing (Seconds)
-Configured
-CommFailure
-CommFailureTime
-CommFailureAlarm
-ModeSetting
-LastUpdate
-FirstConfigured
-PollRatings
urn:micasaverde-com:serviceId:ZWaveDevice1
urn:micasaverde-com:serviceId:ZWaveNetwork1
ResetNetwork (ResetMode,HomeID,ZeroMemory)
PutByte (StartAddress,StopAddress,Value)
ReconfigureAllNodes (FailedOnly)
UpdateNetwork
UpdateNeighbors (Device)
BackupDongle (Restore)
PollAllNodes
RemoveNodes (InclusionMode,NodeType,Timeout,Multiple,Reload)
AddNodes (InclusionMode,NodeType,Timeout,Multiple,ControllerShift,Reload)
DownloadNetwork
HealNetwork (BatteryMinutes,Node,StressCycles,Configure,ManualRoute,StartStage,StopStage)
SetPolling (IsTemporary,PollingEnabled,PollDelayInitial,PollDelayDeadTime,PollMinDelay,PollFrequency)
SendData (Node,Data)
SimulateIncomingData (Data)
-LastPollSuccess
-ConsecutivePollFails
urn:micasaverde-com:serviceId:SecuritySensor1
SetArmed (newArmedValue)
-IgnoreTripTime
-Armed
-ArmedTripped
-Tripped
as u can see it does have both a switch and sensor but it is seen as one unit - thus there is where the problem lies
thanks for the support @ rich
but all i want is open/close vs turn on/off