Skip to content

Commit

Permalink
Specify that the clamp sensors use induction in the Behavior section …
Browse files Browse the repository at this point in the history
…of the readme
  • Loading branch information
Aldaviva committed Jun 10, 2023
1 parent 9171650 commit a3a9e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ DryerDuty
<a id="behavior"></a>
## Behavior

1. When you start a load of laundry in the dryer, a clamp sensor installed inside the dryer detects the increased current flowing from the start button to the motor.
1. A .NET daemon running on a Raspberry Pi reads the voltage from the clamp sensor using an analog-to-digital converter, and sends a Change event to PagerDuty when the motor starts.
1. When you start a load of laundry in the dryer, an induction clamp sensor installed inside the dryer detects the increased current flowing from the start button to the motor.
1. A .NET daemon running on a Raspberry Pi reads the voltage from the induction sensor using an analog-to-digital converter, and sends a Change event to PagerDuty when the motor starts.
1. When the motor stops, the Raspberry Pi triggers an Alert in PagerDuty. This will notify you on your configured communications channels, like a push notification in the mobile app.
1. When you open the dryer door to remove the laundry, another clamp sensor detects the door light turning on, and the Raspberry Pi automatically resolves the Alert so you don't keep getting notifications.
1. When you open the dryer door to remove the laundry, another induction clamp sensor detects the door light turning on, and the Raspberry Pi automatically resolves the Alert so you don't keep getting notifications.

<a id="prerequisites"></a>
## Prerequisites
Expand Down

0 comments on commit a3a9e9b

Please sign in to comment.