https://github.com/skillcoder/homer
Home automation server for ESP8266 in Go.
https://github.com/skillcoder/homer
esp8266 home-automation sensors-data-collection smart
Last synced: 5 months ago
JSON representation
Home automation server for ESP8266 in Go.
- Host: GitHub
- URL: https://github.com/skillcoder/homer
- Owner: skillcoder
- License: gpl-3.0
- Created: 2018-08-16T15:59:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T16:59:26.000Z (about 7 years ago)
- Last Synced: 2025-03-15T16:13:16.691Z (9 months ago)
- Topics: esp8266, home-automation, sensors-data-collection, smart
- Language: Go
- Size: 121 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homer
Home automation server for ESP8266 in Go.
Features:
* Collecting sensors data from **all** home esp8266 nodes
* Every 5 sec aggregating by getting median for each
* Sending aggregated data in one time serie in ClickHouse database for compact and long store for future use
### Compile and run
See in [CONTRIBUTE.md](CONTRIBUTE.md)
### HTTP Request
`curl http://127.0.0.1:18266/info`
`curl http://127.0.0.1:18266/stat`
`curl http://127.0.0.1:18266/health`