Masquerade Plugin
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Masquerade Plugin
Your Masquerade device should be an on/off sensor, not a value sensor. Value sensors don't have an on/off state.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
- durosity
- Posts: 4810
- Joined: Thu May 10, 2012 3:21 pm
- Location: Newcastle Upon Tyne, Ye Ol' England.
Re: Masquerade Plugin
Aha that's working now. I'd tried that earlier but Occupatum didn't recognise it in the list so I thought it must not recognise that type! Thanks
Computer says no.
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Masquerade Plugin
Occupatum pretty much only recognizes on/off sensors.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Masquerade Plugin
Masquerade: On/Off SensorDevice
The device has the following states: What I want to do is create a virtual Power On/Off device with the inverse state. If I select onOffState as the State to Masquerade the Masquerade device is always On. Selecting Reverse match logic has no effect.
Instead, I chose a Dimmer Device , using brightnessLevel as the State to Masquerade , selected Reverse scaling, and that works.
So, no real problem, I have the functionality I wanted. But, I am wondering why the simpler On/Off SensorDevice didn't work.
The device has the following states:
Code: Select all
states :
brightnessLevel : 100 (integer)
brightnessLevel.ui : 100 (string)
onOffState : on (on/off bool)
onOffState.ui : on (string)Instead, I chose a Dimmer Device , using brightnessLevel as the State to Masquerade , selected Reverse scaling, and that works.
So, no real problem, I have the functionality I wanted. But, I am wondering why the simpler On/Off SensorDevice didn't work.
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Masquerade Plugin
What kind of device is it? Post the complete device details for it.
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Masquerade Plugin
A digital input sensor
Voila...FlyingDiver also wrote: Post the complete device details for it.
Code: Select all
batteryLevel : None
blueLevel : None
brightness : 0
buttonConfiguredCount : 0
buttonGroupCount :
configured : True
defaultBrightness : 100
description : Bergerie
deviceTypeId : digitalOutput
displayStateId : brightnessLevel
displayStateImageSel : SensorOff
displayStateValRaw : 0
displayStateValUi : 0
enabled : True
energyAccumBaseTime : None
energyAccumTimeDelta : None
energyAccumTotal : None
energyCurLevel : None
errorState :
folderId : 841354721
globalProps : MetaProps : (dict)
com.yikes.eric.phidgets-indigo : (dict)
address : house-din|do-8 (string)
channel : 8 (string)
hubPort : (string)
isAlarm : true (bool)
isVintDevice : false (bool)
isVintHub : false (bool)
serialNumber : 311750 (string)
greenLevel : None
id : 1298993125
lastChanged : 2025-05-06 19:50:17
lastSuccessfulComm : 2025-05-06 19:50:17
ledStates : []
model : Digital Output
name : Panel 8: alert
onBrightensToDefaultToggle : False
onBrightensToLast : False
onState : False
ownerProps : com.yikes.eric.phidgets-indigo : (dict)
address : house-din|do-8 (string)
channel : 8 (string)
hubPort : (string)
isAlarm : true (bool)
isVintDevice : false (bool)
isVintHub : false (bool)
serialNumber : 311750 (string)
pluginId : com.yikes.eric.phidgets-indigo
pluginProps : emptyDict : (dict)
protocol : Plugin
redLevel : None
remoteDisplay : True
sharedProps : com.indigodomo.indigoserver : (dict)
states : States : (dict)
brightnessLevel : 0 (integer)
brightnessLevel.ui : 0 (string)
onOffState : off (on/off bool)
onOffState.ui : off (string)
subModel :
subType :
supportsAllLightsOnOff : False
supportsAllOff : False
supportsColor : False
supportsOnState : True
supportsRGB : False
supportsRGBandWhiteSimultaneously : False
supportsStatusRequest : True
supportsTwoWhiteLevels : False
supportsTwoWhiteLevelsSimultaneously : False
supportsWhite : False
supportsWhiteTemperature : False
version : None
whiteLevel : None
whiteLevel2 : None
whiteTemperature : None- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Masquerade Plugin
Well, I would have to see a debug log showing both device state changes to figure out what's going on. It's possible the Phidget plugin isn't behaving properly.
I'm leaving for vacation tomorrow, and have surgery the week I get back. I wouldn't be able to look at this again for probably three weeks,
I'm leaving for vacation tomorrow, and have surgery the week I get back. I wouldn't be able to look at this again for probably three weeks,
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Masquerade Plugin
Enjoy your vacation, and take care of yourself. This is by no means a pressing matter. In fact, getting it to work as I expected instead of as how I worked around the issue would change nothing in my setup.FlyingDiver wrote: ↑Wed May 07, 2025 12:23 pm... I'm leaving for vacation tomorrow, and have surgery the week I get back. I wouldn't be able to look at this again for probably three weeks,