Unofficial speed controller for EasyHome Hygro Premium SP via web. It exposes an API REST server with a simple frontend in order to control the current speed.
- Raspberry PI
- Up to 7 relays
- Software: pip
- Development Software: pip, node, yarn
We need to interface our Raspberry PI to the EasyHome Hygro card through relays. There are currently two types of configurations available:
- With normal relays. When the Raspberry PI has not started is in
QUIET
speed. - With solid state relays.
NOTE: If you want to shut down the EasyHome Hygro when the Raspberry PI has not started with normal relays use the solid state configuration.
sudo pip install hygro
Run the command hygro-premium-sp-server
.
If do you prefer to have it in a background process you can run as nohup hygro-premium-sp-server &
It will open a web frontend in Raspberry PI at port 21000. It exposes an API rest too in the same port.
{
"speeds": ["quiet", "normal", "maximum"],
"available_speeds": ["quiet", "maximum"],
"current": {
"speed": "maximum",
"ratio": 1.00,
"real_ratio": 1.00
}
}
{
"velicity_ratio": 1.00,
"product": "default"
}
{
"velocity_ratio": 0.54,
"velocity_percentage": 66,
"velocity": "quiet",
"product": "default"
}
[1] Page 36: https://www.aldes-international.com/img/2019/10/Gamme_EasyHOME_Tech_Corp_En_2_HD.pdf