-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 all friendly names to the status payload #2208
Comments
No offend! What is easier, for integration if friendly name is in? |
It will help knowing the name of each device when integrating with other systems. I can’t understand how it makes parsing harder... |
I didnt understand it correct. Read it again. Now it is clear. Has no affect in parsing. .. |
This is true. But only for the first switch / relay. See in the code snippet i attached how we take the first out of the array. |
Lets see what @arendst think about it 🤔 |
Have a look at HomeAssistant Mqtt discovery in Tasmota. It provide the friendlynames on startup in a retained message to be used by Hass or Domoticz. You might want to jump on the same bandwagon for your third party integration. |
thanks @arendst Thanks! |
Currently the only way is to execute commands like I will implement your request as an array of friendlynames in the status command. Expect something like
|
@arendst |
5.12.0h * Add all FriendlyNames to Status information (#2208) * Change status display of Ssid and SetOption
5.12.0h * Add all FriendlyNames to Status information (arendst#2208) * Change status display of Ssid and SetOption
Hi,
This is a feature request.
I would love to see all friendly names in the status payload, currently only the first is printed out.
This can be useful for third party integration.
Thanks!
The text was updated successfully, but these errors were encountered: