You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
GlowDash - The Smart Home Web Dashboard
4
4
============================================
5
5
6
-
GlowDash is web based dasboard to control (mostly) Shelly switches, shanding relays, scripts
6
+
GlowDash is [web based](https://en.wikipedia.org/wiki/World_Wide_Web) dasboard to control (mostly) [Shelly switches](https://www.shelly.com/), shanding relays, scripts
7
7
and custom thermostat daemons. **It does not need any cloud access, it uses the local rpc interface** of
8
-
the Shelly relays to query/set states. It was originally written to allow for more complex control
8
+
the Shelly [relays](https://en.wikipedia.org/wiki/Relay) to query/set states. It was originally written to allow for more complex control
9
9
over window shading slats as the original shelly application can.
10
10
Therefore, the program can define unique actions that can accept complex scripting methods.
11
-
The GlowDash written in Go language and designed to run in Docker container.
11
+
The GlowDash written in [Go language](https://en.wikipedia.org/wiki/Go_(programming_language)) and designed to run in [Docker](https://en.wikipedia.org/wiki/Docker_(software)) container.
- If you don't want to use the cloud or even you disabled cloud access on your devices, but you want to keep the functionality.
18
18
- If you want to create unique actions that perform complex tasks on multiple devices at the same time.
19
19
- If you want any local wifi device to be able to control your Shelly devices without a Shelly app or Shelly account.
20
-
- If you would like to use DHT22 and RaspberriPi based thermostat, with more sensors. (SMTherm daemon required)
20
+
- If you would like to use DHT22 and [Raspberry Pi](https://en.wikipedia.org/wiki/Raspberry_Pi) based thermostat, with more sensors. (SMTherm daemon required)
21
21
- If you would like to monitor and log temperatures and humidity with DHT22 and RaspberriPi. (SMTherm daemon required)
22
22
- If you want to create scheduled tasks which runs your custom actions or set the termostat.
0 commit comments