Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabix-1311 authored Dec 21, 2024
1 parent 8854a3f commit 44aefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The project is based on Python/Flask as the backend, plus Vuetify as the reactiv

To explain the building blocks, let's start with a simple temperature controller:

You select an analog input node (reading values from a temperature sensor like DS1820) and connect it to a threshold node (switching on/off depending on the reading), which then is connected to a relay output node. That's all. Add a history node to get temperature graphs with selectable time period.
You select an analog input node (reading values from a temperature sensor like DS1820) and connect it to a threshold node (switching on/off depending on the reading), which then is connected to a relay output node. That's all. Finally you may add a history node to get temperature graphs with selectable time period.

Later, for improved reliability, you might want to have redundant sensors; you would simply add a 2nd input node reading another sensor, plus an averaging node to combine both readings. Finally, you would reconfigure your threshold node to listen to the average node instead of the sensor.

Expand Down

0 comments on commit 44aefd6

Please sign in to comment.