Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Revolt NX-4608 #217

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

zivillian
Copy link

Internally this is a HY02B05MB, but the PCB is different from the picture in #162. The DPs also differ from the number documentend in this issue.

I've added a picture of the device and PCB and also added the documentation I've found.

This may for now fix #162, since all implemented DPs are equal, but I'm not able to verify this.

@KG3RK3N
Copy link

KG3RK3N commented Dec 7, 2021

Tested with the same device like #162, seems work.
Note: Its necessary to disable the setting "Relay at GPIO 5", otherwise the state switch always between off and heating if the state should heating.

{
  "idx": "thermostat_1234",
  "ip": "xx.xx.xx.xx",
  "alive": true,
  "firmware": "1.20n",
  "temperature": 17.5,
  "targetTemperature": 15,
  "floorTemperature": 19,
  "deviceOn": true,
  "schedulesMode": "auto",
  "locked": false,
  "state": "off",
  "sensorSelection": "both"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for HY02B05-WIFI
2 participants