-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Create Component page for mysensors based HVAC #943
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
Conversation
logo: mysensors.png | ||
ha_category: Climate | ||
featured: false | ||
ha_release: 0.28+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No +
needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no + when I edit the file!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be 0.29.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done...
#include <MySensor.h> | ||
... | ||
... | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dots?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just including a sample code require only for HVAC mysensors... hence put ... to signify add other necessary code. Will edit to put a comment there in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the documentation to include changes in the code to support various set points.
logo: mysensors.png | ||
ha_category: Climate | ||
featured: false | ||
ha_release: 0.28+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no + when I edit the file!
#include <MySensor.h> | ||
... | ||
... | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just including a sample code require only for HVAC mysensors... hence put ... to signify add other necessary code. Will edit to put a comment there in the code.
|
||
S_TYPE | V_TYPE | ||
------------|------------- | ||
S_HVAC | [V_HVAC_SETPOINT_HEAT, V_HVAC_SETPOINT_COOL, V_HVAC_FLOW_STATE, V_HVAC_SPEED] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should note that V_HVAC_FLOW_STATE
is required to add the device in home assistant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right... How does this look now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can remove the brackets. Previously I've only used brackets to signify options for the same function. That's partly the case here as well, but also not entirely. I've denoted required value with a star on the other platform pages. Add a star after V_HVAC_FLOW_STATE
and an explanation what the star means. Looks good otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done...
Looks good! |
No description provided.