Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusPer authored Aug 19, 2018
1 parent 0179a35 commit 8e74be9
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,29 @@ To reduce network trafik and load for Homey the multi sensor only report status

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

## Release Notes
version 1.0 - initial release

## Installation
In the Homey install the [Homeyduino](https://apps.athom.com/app/com.athom.homeyduino) app

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**

| Library | Link to GitHub |
| ---------------------------------- | --------------------------------------------------- |
| Homey-arduino | https://github.com/athombv/homey-arduino-library |
| Adafruit TSL2561 Luminance sensor | https://github.com/adafruit/Adafruit_TSL2561 |
| Adafruit Unified Sensor | https://github.com/adafruit/Adafruit_Sensor |
| DHT22 sensor for esp8266 | https://github.com/beegee-tokyo/DHTesp |

## Wiring

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

## References
Athom Homey: https://www.athom.com/en/

Arduino library for communicating with Homey: https://github.com/athombv/homey-arduino-library

Arduino library for Adafruit TSL2561 Luminance sensor: https://github.com/adafruit/Adafruit_TSL2561

Arduino library for Adafruit Unified Sensor: https://github.com/adafruit/Adafruit_Sensor

Arduino library for DHT22 sensor for esp8266: https://github.com/beegee-tokyo/DHTesp

0 comments on commit 8e74be9

Please sign in to comment.