/Homey_WashingMachine_Trigger

A HomeyScript which detect with a Neo CoolCam socket if a washing machine has finished his program.

Primary LanguageJavaScript

Homey Washing Machine Trigger

A HomeyScript which detect with a Neo CoolCam socket if a washing machine has finished his program.

  1. First I connect the Neo CoolCam socket between the outlet and the powercord of the washing machine.
  2. Add the socket on Homey with the name 'Wasmachine'.
  3. Create a new flow named 'Wasmachine'.
  4. Use 'time/date' as the main trigger and use the "Run every ..." method. Configure for example every 15 minutes.
  5. Add the notification methode you want in the Action column, for example speech or/and mobile.
  6. Now open your HomeyScript editor (https://homeyscript.athom.com) and copy the script from ScriptWashingMachine.js .
  7. If the script is saved, go back to the flow editor and add a HomeyScript item into the And-column. Choose the script you just saved.

Now Homey will check every ? minutes if the power consumption of the washing machine is 0 Watt and if the power consumption is 0 Watt for 50% of the ? minutes interval. If so the flow actions will be started.

Comments and ideas are welcome ;-)