|
1 | 1 | # TerrariumPI 4.2.0 |
2 | 2 |
|
| 3 | + |
3 | 4 |  |
4 | 5 | [](https://weblate.theyosh.nl/engage/terrariumpi/) |
5 | 6 | [](https://hub.docker.com/repository/docker/theyosh/terrariumpi) |
@@ -34,9 +35,10 @@ And all this is controlled with a nice web interface based on AdminLTE 3 with Bo |
34 | 35 | 1. [GPIO numbering](#gpio-numbering) |
35 | 36 | 2. [New hardware](#new-hardware) |
36 | 37 | 6. [Remote data](#remote-data) |
37 | | -7. [Screenshots](#screenshots) |
38 | | -8. [Testing](#testing) |
39 | | -9. [About](#about) |
| 38 | +7. [Contributors](#contributors) |
| 39 | +8. [Screenshots](#screenshots) |
| 40 | +9. [Testing](#testing) |
| 41 | +10. [About](#about) |
40 | 42 |
|
41 | 43 | ## Features |
42 | 44 |
|
@@ -81,7 +83,7 @@ And all this is controlled with a nice web interface based on AdminLTE 3 with Bo |
81 | 83 | - Weather forecast from external source for lighting schema |
82 | 84 | - Supports <https://openweathermap.org> |
83 | 85 | - Temperatures in Celsius or Fahrenheit |
84 | | -- Distances in centimetres or inches |
| 86 | +- Distances in centimeters or inches |
85 | 87 | - Alarm detections |
86 | 88 | - Audio support through internal audio jack or USB sound cards [#42](https://github.com/theyosh/TerrariumPI/issues/42) |
87 | 89 | - Create playlists (loop and repeat) |
@@ -132,7 +134,7 @@ It is possible to use USB or SSD drives to speed things up: <https://www.tomshar |
132 | 134 | `sudo ./install.sh` |
133 | 135 | 6. Reboot Raspberry PI to get all the needed modules loaded<br> |
134 | 136 | `sudo reboot` (if done manual) |
135 | | -7. Go to the webinterface at <http://[raspberry_ip>]:8090 (login: **admin/password**) |
| 137 | +7. Go to the web interface at <http://[raspberry_ip>]:8090 (login: **admin/password**) |
136 | 138 |
|
137 | 139 | All needed options and modules are setup by the installer script. This means that I2C and 1Wire overlay are enabled by default. |
138 | 140 |
|
@@ -189,10 +191,14 @@ If there is some other hardware which is not working with TerrariumPI, open an i |
189 | 191 |
|
190 | 192 | It is possible to use external sensor data that is available through HTTP(S) in JSON format. This way you can combine multiple Raspberry Pi's with TerrariumPI running to one single system. By using multiple Raspberry PI's you can cover a bigger area. But there are limitations. |
191 | 193 |
|
192 | | -Currently it is READONLY. So you can read out remote sensors and switches but you cannot control the remote switches. But this way you can combine the power swiches total costs and power usage. |
| 194 | +Currently it is READONLY. So you can read out remote sensors and switches but you cannot control the remote switches. But this way you can combine the power switches total costs and power usage. |
193 | 195 |
|
194 | 196 | more information is here: [Remote data wiki](https://github.com/theyosh/TerrariumPI/wiki/Remote-data) |
195 | 197 |
|
| 198 | +## Contributors |
| 199 | + |
| 200 | + |
| 201 | + |
196 | 202 | ## Screenshots |
197 | 203 |
|
198 | 204 | (made on a very big screen :P ) |
|
0 commit comments