Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trigary/hiveheatersensors
Hive temperature regulators/loggers and a central hub for them.
https://github.com/trigary/hiveheatersensors
arduino esp8266 java sensor sensors temperature-control
Last synced: 23 days ago
JSON representation
Hive temperature regulators/loggers and a central hub for them.
- Host: GitHub
- URL: https://github.com/trigary/hiveheatersensors
- Owner: Trigary
- License: gpl-3.0
- Created: 2017-09-18T13:52:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T10:53:27.000Z (almost 6 years ago)
- Last Synced: 2023-09-06T18:30:03.976Z (about 1 year ago)
- Topics: arduino, esp8266, java, sensor, sensors, temperature-control
- Language: Java
- Size: 3.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This repository is about a temperature regulator/logger system for beehives.
It contains the sketch for the ESP8266s and the source code of a java application which acts as the hub for the ESPs.
Due to the dangers of over/underheating of hives, the hub-sensor communication has redudancy layers for safety.## How it works
You can configure whether you would like heating enabled and the temperature which the sensor should heat up to.
You are also be to post timed configurations: at the specified time, the active configuration changes to that.
The ESPs expose a REST API, they communicate with the hub through that.
The heating is done using a resistance.## The interface
The hub application hosts a simple, but powerful webpage, here is an image of that:
![image](https://i.imgur.com/umUAxVa.png)