-
Notifications
You must be signed in to change notification settings - Fork 61
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
Improvements for Homie (V3.1) #75
Comments
Arrays
I was looking at this example and thought to my self, that actually looks complex to subscribe to via mqtt. Wouldnt it be nicer to do this:
Thus you onlt have to sub to Maybe also:
Just ideas, tell me your thoughts? |
|
My thought exactly. Remember that the underscore character is reserved for arrays in topic ids. You could benefit from that. I'd suggest to discuss this in a specific issue. |
Also could you create an issue to start discussion of the stats improvement? |
why is lights an array? is it because now at the nodes layer its by node type? My usage of a range/array is when i have a light strip where i refer to strip[] which is an array of led 0- length of strip. each led in the strip does not have a name they only have a value (which most of the time is a Red:Green:Blue string). i dont think having an name value for each array element is appropriate. if you need a name is should be its own node not a range. |
@nerdfirefighter |
sorry moved to #90 |
Can we create a "development" or testing branch and start putting the "approved" modification in it to see if this is coherent? |
Have you guys seen https://iot.mozilla.org/wot/, @ThomDietrich |
Closing this umbrella issue. See #62. |
Anyone have ideas for homie V3.1?
Some Outstanding Discussions:
The text was updated successfully, but these errors were encountered: