https://github.com/andremiras/equation-connect
Unofficial Equation Connect webapp
https://github.com/andremiras/equation-connect
domotic iot radiador radiator reverse-engineering
Last synced: 4 months ago
JSON representation
Unofficial Equation Connect webapp
- Host: GitHub
- URL: https://github.com/andremiras/equation-connect
- Owner: AndreMiras
- License: mit
- Created: 2021-11-26T10:55:06.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-23T16:46:19.000Z (about 4 years ago)
- Last Synced: 2025-10-05T16:38:14.905Z (9 months ago)
- Topics: domotic, iot, radiador, radiator, reverse-engineering
- Language: TypeScript
- Homepage: https://andremiras.github.io/equation-connect
- Size: 16.1 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Equation Connect
[](https://github.com/AndreMiras/equation-connect/actions?query=workflow%3ATests)
[](https://github.com/AndreMiras/equation-connect/actions?query=workflow%3ADeploy)
This is an open alternative to the
[Equation Connect](https://play.google.com/store/apps/details?id=com.equation.connect) application
used for controlling wifi radiators, like the
[Emisor fluido EQUATION Adagio 1250w](https://www.leroymerlin.es/fp/83406849/emisor-fluido-equation-adagio-1250w)
from Leroy Merlin.
This is built on top of the [equation-connect.js](https://github.com/AndreMiras/equation-connect.js) library.
## Features / Roadmap
- [x] Firebase login
- [ ] Firebase register
- [ ] Demo account
- [x] Weather widget
- [x] Zones overview / listing
- [ ] Zones update
- [ ] Devices pairing
- [x] Devices overview / listing
- [x] Devices details
- [x] Devices update
- [x] Extra features
- [x] Temperature sensors read
- [x] Screen backlight control
- [x] Rointe devices support
## Run
```sh
yarn start
```
Note you need a valid Open Weather API key, see `.env.example` file for details.
## Test
```sh
yarn lint
yarn test
```