https://github.com/wwakabobik/home
H.O.M.E. is smart home project.
https://github.com/wwakabobik/home
arduino esp8266 flask home-automation iot iot-platform lora monitoring pws python python3 raspberry-pi smart-home sql sqlite sqlite3 weather-station wind-turbine
Last synced: 7 months ago
JSON representation
H.O.M.E. is smart home project.
- Host: GitHub
- URL: https://github.com/wwakabobik/home
- Owner: wwakabobik
- License: mit
- Created: 2021-02-02T17:51:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T10:25:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T09:14:38.994Z (over 1 year ago)
- Topics: arduino, esp8266, flask, home-automation, iot, iot-platform, lora, monitoring, pws, python, python3, raspberry-pi, smart-home, sql, sqlite, sqlite3, weather-station, wind-turbine
- Language: C++
- Homepage:
- Size: 3.74 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Home Online Monitoring Environment
This repo contains project of smart home.
[](https://www.youtube.com/watch?v=eQUUWfOznbs)
Video on russian with english subs. Detail article you can find on [Habr](https://habr.com/ru/post/543146/).
Home server based on Raspberry Pi (originally rev 1.0 B+).
All other devices are IOT devices like ESP8266 or Arduino+LoRa.

Main goal is to collect, store and process data, such as:
- real-time remote weather monitoring and reporting
- real-time remote monitoring of wind data
- real-time remote monitoring of windmill controller
- management of home appliances (i.e. dynamic light, boilers via ZONT-ONLINE) [TBD]
Data may be sent to some external display, if needed, by requesting via API.
Web server weather status dashboard (web):

As well as detailed monitored parameter details:

If you have a RPiCam, you can also get, store and share photos and videos from it:

Weather params may be shared to:
- [WeatherUnderground](https://www.wunderground.com/)
- [PWSWeather](https://www.pwsweather.com/)
- [OpenWeatherMap](https://openweathermap.org/) via my API, see detailed in repo: [openweather_pws](https://github.com/wwakabobik/openweather_pws) / [pypi](https://pypi.org/project/openweather-pws/)
- [NarodMon](https://narodmon.ru/) via my API, see detailed in repo: [narodmon](https://github.com/wwakabobik/narodmon) / [pypi](https://pypi.org/project/narodmon-python-api/)
Project uses flask as web-server, plotly as chart engine and other IOT-related packages.