Masquerade Plugin

User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

Now includes new (float) value sensor, with the ability to set the sensor as Temperature (F), Temperature (C), Humidity, or Ambient Light.

https://github.com/FlyingDiver/Indigo-M ... /tag/0.1.2
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
BonfireVA
Posts: 62
Joined: Sun Sep 17, 2017 1:44 pm

Re: Masquerade Plugin

Post by BonfireVA »

Thanks for the updates Joe. Could you update the ambient light sensor option to use "lux" as the unit of measure and could you also add an option for motion sensors? Attached are screen grabs of how these items are displayed using masquerade and how they are displayed using an Aeonlabs multi sensor.

Thanks again for the updates, this combined with the MQTT plugin is exactly what I needed to start using my own arduino based sensors.

-Eric
Attachments
masquerade.tiff
masquerade.tiff (29.49 KiB) Viewed 8393 times
aeonlabs.tiff
aeonlabs.tiff (28.24 KiB) Viewed 8393 times
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

Clarification on the motion sensor type - what's the value range you get from the sensor? And type (float, integer)?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
BonfireVA
Posts: 62
Joined: Sun Sep 17, 2017 1:44 pm

Re: Masquerade Plugin

Post by BonfireVA »

FlyingDiver wrote:Clarification on the motion sensor type - what's the value range you get from the sensor? And type (float, integer)?
Currently I am sending the int "0" for no motion and the int "1" when motion is detected ( I am pretty sure that is what the Aeonlabs sensors do). But technically I can set that to anything as I am just reading in the content of the MQTT topic.

-Eric
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

Try updating to 0.1.3. Note that the motion sensor is a subtype of On/Off sensor, not Value Sensor.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
BonfireVA
Posts: 62
Joined: Sun Sep 17, 2017 1:44 pm

Re: Masquerade Plugin

Post by BonfireVA »

FlyingDiver wrote:Try updating to 0.1.3. Note that the motion sensor is a subtype of On/Off sensor, not Value Sensor.
Looks great!

This is extremely useful, thank you!
Attachments
masquerade 1.3.png
masquerade 1.3.png (55.93 KiB) Viewed 8369 times
siclark
Posts: 2282
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

Re: Masquerade Plugin

Post by siclark »

This is amazing, and wish I'd found this sooner. Together with the virtual energy plugin this let's me monitor the energy use of my electric underfloor heating that are controlled with the Heatmiser plugin.
Something else I can take off my to do list once I learn python


Sent from my iPhone using Tapatalk
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

siclark wrote:This is amazing, and wish I'd found this sooner. Together with the virtual energy plugin this let's me monitor the energy use of my electric underfloor heating that are controlled with the Heatmiser plugin.
Something else I can take off my to do list once I learn python
Glad to hear it. If there's any other device types I need to add, let me know.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
siclark
Posts: 2282
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

Re: Masquerade Plugin

Post by siclark »

No. It picked up the plugin and device with no problem. Once I'd worked out the capitalisation the device uses, True vs true, it was all simple.


Sent from my iPhone using Tapatalk
Asconasny
Posts: 161
Joined: Fri Jan 16, 2015 5:05 am

Re: Masquerade Plugin

Post by Asconasny »

Thanks for this plugin.
i have a feature req :)

I have some sensor via the mqttgateway plugin that give me large number of desimals, like 345.00000000.
OCD is killing me with this one :)

What would be great is an option to choose how many desimals that would be shown in the value sensor device.
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

Asconasny wrote:Thanks for this plugin.
i have a feature req :)

I have some sensor via the mqttgateway plugin that give me large number of desimals, like 345.00000000.
OCD is killing me with this one :)

What would be great is an option to choose how many desimals that would be shown in the value sensor device.
You're using a valueSensor with a sensor type of Generic? Yeah, that one doesn't do any formatting.

Not sure when I'll get to it. Best if you create a ticket for it at https://github.com/FlyingDiver/Indigo-Masquerade/issues . That way I won't forget.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
nathanw
Posts: 175
Joined: Mon Sep 05, 2011 3:51 pm
Location: Boston, MA

Re: Masquerade Plugin

Post by nathanw »

Interesting plugin! I'm using it for my fan control (the GE/Jasco 12730), and it works well for directly setting the low/medium/high fan speed, but the "Increase fan speed"/"Decrease fan speed" actions don't seem to work - they just end up setting the speed to Low. I'm not sure how this is implemented in Indigo - does the fan device (and thus the masquerade plugin) need to implement exactly those commands, or is Indigo doing a read/modify/write cycle?
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Masquerade Plugin

Post by FlyingDiver »

nathanw wrote:Interesting plugin! I'm using it for my fan control (the GE/Jasco 12730), and it works well for directly setting the low/medium/high fan speed, but the "Increase fan speed"/"Decrease fan speed" actions don't seem to work - they just end up setting the speed to Low. I'm not sure how this is implemented in Indigo - does the fan device (and thus the masquerade plugin) need to implement exactly those commands, or is Indigo doing a read/modify/write cycle?
I don't think I implemented all the commands needed for that to work properly. Didn't come up with the first user who requested fan control. Please open an issue for that on the GitHub page for the plugin.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
shapa
Posts: 483
Joined: Mon Sep 08, 2014 6:51 am
Location: Swindon

Re: Masquerade Plugin

Post by shapa »

Could you please add gas concentration (ppm)? Using MQ to create Netatmo virtual devices

I.e. it should be 595ppm :)
Attachments
Screenshot 2019-06-03 at 13.26.22.png
Screenshot 2019-06-03 at 13.26.22.png (25.14 KiB) Viewed 7527 times
User avatar
kw123
Posts: 8685
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Masquerade Plugin

Post by kw123 »

You have 590 ppm co2 in a bed room?



Sent from my iPhone using Tapatalk
Post Reply

Return to “Other Plugins”