Page 2 of 2

Re: Virtual Energy Meter

PostPosted: Sat Feb 24, 2018 1:18 pm
by aldera
lindehoff wrote:
Hi, I am not at home at the moment. Will update the plugin as soon as possible.


Skickat från min iPhone med Tapatalk


That would be great! Thanks for responding!

Re: Virtual Energy Meter

PostPosted: Sat Feb 24, 2018 4:50 pm
by siclark
I think this is exactly what I have been looking for to help understand my energy use. I was hoping to use this to monitor the consumption of my electric floors, where the thermostat, added via emaila plugin, records a heat on/off state. However none of my thermostat devices show up.
Would this be easy to change.
Thanks


Sent from my iPhone using Tapatalk

Re: Virtual Energy Meter

PostPosted: Mon Feb 26, 2018 6:42 am
by lindehoff
I have now removed the Update checker and hopefully the plug in will work now.
I have tested it quickly and it works for me.
https://github.com/lindehoff/Indigo-VirtualEnergyMeter/releases/download/0.3.1/Virtual.Energy.Meter.indigoplugin.zip

Re: Virtual Energy Meter

PostPosted: Mon Feb 26, 2018 8:22 am
by aldera
lindehoff wrote:
I have now removed the Update checker and hopefully the plug in will work now.
I have tested it quickly and it works for me.
https://github.com/lindehoff/Indigo-VirtualEnergyMeter/releases/download/0.3.1/Virtual.Energy.Meter.indigoplugin.zip


Seems to be working on my end. Thanks again for taking care of this. Great plugin!

Ralph

Re: Virtual Energy Meter

PostPosted: Wed Aug 17, 2022 5:41 am
by Bildhauer
Hello,

is there an option to "urge" Virtual Energy Meter to update the power consumption (Energy Meter and Energy Meter current Power) using a Python Script?

Doing ti with following script

Code: Select all
for dev in indigo.devices.iter("props.SupportsEnergyMeter"):
   if dev.enabled and dev.supportsStatusRequest and dev.model == "Virtual Group Energy Meter":
      indigo.device.statusRequest(dev)


it ends up in:

Code: Select all
   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database

   Virtual Energy Meter Error      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 328, in deviceUpdated
KeyError: key id 710455184 not found in database




Best regards

Bildhauer

Re: Virtual Energy Meter

PostPosted: Tue Aug 23, 2022 2:26 pm
by Bildhauer
If this plugin is not supported any more does anyone know a replacement?

Best regards

Bildhauer

Re: Virtual Energy Meter

PostPosted: Tue Aug 23, 2022 3:16 pm
by howartp
The error above is less a bug and more a missing device.

Have you checked/edited your plugin devices to make sure they're not pointing at/using a no-longer-existent device?

Re: Virtual Energy Meter

PostPosted: Sun Aug 28, 2022 2:54 pm
by Bildhauer
I'll check but the Id which is shown i totally not known. So where ist it coming from?

Re: Virtual Energy Meter

PostPosted: Fri Feb 03, 2023 10:08 pm
by roquej
Will this plugin be update to Python 3? It's very useful to track power consumption, not just for those device that have not energy reporting, but also for groups (e.g., all power use in Pool, etc.)

JP

Re: Virtual Energy Meter

PostPosted: Mon Mar 13, 2023 3:23 am
by siclark
I am hoping this will be supported going forward, its an incredibly useful app for monitoring all those lights and bulbs that dont report power, but where we know on / off state, or even brightness %

I was going to ask if we can have power for off as well, for bulbs like Hue that use maybe 0.5w in an off state, this would also be useful in being more accurate.