Skip to content

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

Merged
merged 5 commits into from
Sep 23, 2016

Conversation

kaustubhphatak
Copy link
Contributor

No description provided.

logo: mysensors.png
ha_category: Climate
featured: false
ha_release: 0.28+
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No + needed.

Copy link
Contributor Author

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!

Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done...

#include <MySensor.h>
...
...
...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dots?

Copy link
Contributor Author

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.

Copy link
Contributor Author

@kaustubhphatak kaustubhphatak left a 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+
Copy link
Contributor Author

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>
...
...
...
Copy link
Contributor Author

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]
Copy link
Member

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?

Copy link
Contributor Author

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?

Copy link
Member

@MartinHjelmare MartinHjelmare Sep 23, 2016

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done...

@MartinHjelmare
Copy link
Member

Looks good!

@fabaff fabaff merged commit d5db0dc into home-assistant:next Sep 23, 2016
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.

3 participants