leofabri / hassio_appliance-status-monitor

🔌 Detect the state of your appliances based on their power consumption ✨
245 stars 18 forks source link

appliance_finishing_power_threshold min 1.0 -> 0.1 #18

Closed david1155 closed 2 years ago

david1155 commented 2 years ago

This PR allows setting appliance_finishing_power_threshold lower than 1. It is useful in case when, for example, the dishwasher consumes 0.6 Watts while waiting for program to finish and consumes 0.4 Watts when idle.

Screenshot 2022-08-13 at 02 08 48
leofabri commented 2 years ago

Hi, @david1155 thanks for this pull request. I'm working on a new version that will definitely ship with this change. Unfortunately, I am not sure we should merge this immediately as we would need to ask the users to upgrade (and I'm trying to limit that). I don't want the user to be overwhelmed by updates, as there's not an automatic way of pulling those from Home Assistant.

I'll keep you posted. In the meantime, if you didn't do that already, you could manually add that change to your appliance-status-monitor.yaml inside of blueprints/automation/leofabri/appliance-stopped-working-alert.yaml

leofabri commented 2 years ago

https://github.com/leofabri/hassio_appliance-status-monitor/commit/49f89bcac1965e117e029d8c07ac5ca0fc5b19fd - Added! Coming with stable V3.0.0. Thank you again