node-red-contrib-power-monitor
node-red-contrib-power-monitor copied to clipboard
A Node-RED node to monitor home appliances based on their power consumption.
Attempt to resole #10. StartAfter and StopAfter can be ether readings count or seconds based. Still requires a message to trigger the event, there is no internal timer. For example...
I've noticed that when the device feeding data to the power-monitor node goes unavailable for any reason, it appears to see this as a value less to what is set...
Could energy cost also be tracked alongside kw/h? This cost per unit could be set on the node, or set via a parameter on an incoming message. This could dynamically...
I think I have found a bug at line 98 (if (node.latest > 0) energy = (time - node.latest) * power;) where it calculates the energy delta. It takes the...
I have state node feeding this node, and no matter what I do it keeps saying zero on the power-monitor node.
Enhancement request: There is a difference between an appliance having finished or stopped (and e.g., in the case of a washing machine, using a few watts to keep turning the...
Sending a payload of "stop" doesn't stop this immediately if you have "stop after" set to more than one. The instructions say that stop with override "stop after" and "stop...
First of all great power monitor. I just starting to migrate my fibaro LUA scene's to HA with node red. It's always hard to monitor these powers. For my case...
Hi, in the wiki I didn't find any information about the switch of the states. So, what are the conditions for start, pre-start, running and stop? I guess, running and...
I like this idea a lot, thanks for developing it! It would make it more flexible if you could input something like: ```{"name":"Livingroom lights", "watt":350}``` use the `key` as name...