I was wondering what people use this blueprint for.
Having attached a vibration sensor to a washing machine maybe? Will it work in terms of sensitivity?
I have one on the flap of the litterboxes so I get a notification when one of them went and I have to clean. But also to keep track of the times they went.
I’m new to HA and I spent a ton of time trying to figure out this automation. Between the blue print and the idea to attach the sensor to the drum, I have a working automation. Thank you ! ! ! Washing machine was so much easier with a zigbee power plug but the Dryer is electric and uses a 30amp connection.
@Rod_Poplarchick love your blueprint, and have it working nicely with my D1 mini and SW-420 vibration sensor. Is it possible to add a time condition into the blueprint, to prevent the action within designated times?
I tried editing the blueprint once downloaded but haven’t got it right (generates a log error), but this might be a feature others would use too.
I often run the dryer overnight (cheaper power) and don’t really need to know it’s finished at 2AM, so not triggering between say 2300 - 0700 would be ideal.
condition: time
before: "23:00:00"
after: "07:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
I’d written my own automation but was struggling with managing the hysterisis element. [My sensor is case mounted so only generates intermittent pulses when running; “on” is pulses for > 2 mins, “off” if no pulses for > 5 mins after an “on” period. This has so far eliminated false triggering from door opening and cupboard access.]
I’ve got two of these sensors - one on my dishwasher, one on my washing machine. I can see the sensors in ZHA, can see in the logs when they are acknowledging vibrations, but I have yet for either of the automations I created to fire. I’m not sure what I’m doing wrong.