Skip to content

Commit 8e74be9

Browse files
authored
Update README.md
1 parent 0179a35 commit 8e74be9

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,29 @@ To reduce network trafik and load for Homey the multi sensor only report status
66

77
| Parameter | Default value | Description |
88
| ---------------------- | -------------- | -------------------------------------------------------------------- |
9-
| `reportInterval` | 60 000 ms | Time in milliseconds between reports to Homey (60 000ms = 1min) |
10-
| `thresholdTemperature` | 0.5 | Threshold level in celsius (*C) to send report to Homey |
11-
| `thresholdHumidity` | 1 | Threshold level in humidity (H) to send report to Homey |
12-
| `thresholdLuminance` | 100 | Threshold level in luminance (Lux) to send report to Homey |
9+
| **reportInterval** | 60 000 ms | Time in milliseconds between reports to Homey (60 000ms = 1min) |
10+
| **thresholdTemperature** | 0.5 | Threshold level in celsius (*C) to send report to Homey |
11+
| **thresholdHumidity** | 1 | Threshold level in humidity (H) to send report to Homey |
12+
| **thresholdLuminance** | 100 | Threshold level in luminance (Lux) to send report to Homey |
1313

1414
## Release Notes
1515
version 1.0 - initial release
1616

1717
## Installation
18+
In the Homey install the [Homeyduino](https://apps.athom.com/app/com.athom.homeyduino) app
19+
20+
Needed Arduino Libraries to be included in [IDE](https://www.arduino.cc/en/Main/Software). Install them either from GitHub repositories directly or within the IDE application itself **Sketch > Import Library**
21+
22+
| Library | Link to GitHub |
23+
| ---------------------------------- | --------------------------------------------------- |
24+
| Homey-arduino | https://github.com/athombv/homey-arduino-library |
25+
| Adafruit TSL2561 Luminance sensor | https://github.com/adafruit/Adafruit_TSL2561 |
26+
| Adafruit Unified Sensor | https://github.com/adafruit/Adafruit_Sensor |
27+
| DHT22 sensor for esp8266 | https://github.com/beegee-tokyo/DHTesp |
1828

1929
## Wiring
2030

2131
![Homeyduino_MultiSensor](https://github.com/MagnusPer/Homeyduino_MultiSensor/blob/master/docs/Homeyduino_MultiSensor.jpg)
2232

2333
## References
2434
Athom Homey: https://www.athom.com/en/
25-
26-
Arduino library for communicating with Homey: https://github.com/athombv/homey-arduino-library
27-
28-
Arduino library for Adafruit TSL2561 Luminance sensor: https://github.com/adafruit/Adafruit_TSL2561
29-
30-
Arduino library for Adafruit Unified Sensor: https://github.com/adafruit/Adafruit_Sensor
31-
32-
Arduino library for DHT22 sensor for esp8266: https://github.com/beegee-tokyo/DHTesp

0 commit comments

Comments
 (0)