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

Support Gree VRF #85

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

Support Gree VRF #85

wants to merge 22 commits into from

Conversation

lelemka0
Copy link

issue #72

node index.js \
    --hvac-host="192.168.1.255" \
    --mqtt-broker-url="mqtt://localhost" \
    --mqtt-topic-prefix="home/greehvac" \
    --mqtt-username="" \
    --mqtt-password="" \
    --controllerOnly

Some old firmwares always return cid as 0, but mac is the necessary value.
A Controller with many sub-devices.
return name & value with type in commandEnums
When the number of sub devices is high, the list will be fragmented
On my device, the return value is fine but the actual temperature does not change, when I use this order [unit, value]. \
Works normally after swapping unit and value. \
I don't know why
onSetup is executed after props got.\
add debug flag && print debug info.
Some new devices use WdSpd:6 instead of Tur:1\
Adjust debug information printing.
… component at the front of object_id in auto discovery msg.
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.

None yet

1 participant