Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T16:59:26.000Z (about 6 years ago)
- Last Synced: 2024-09-30T08:40:51.036Z (about 1 month ago)
- Topics: esp8266, home-automation, sensors-data-collection, smart
- Language: Go
- Size: 121 KB
- Stars: 4
- Watchers: 2
- 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`