tony-fav / tasmota-blerry

GNU General Public License v3.0
96 stars 29 forks source link

Mqtt entity name stats with device name, new mqtt requirements #78

Closed IsaacBreuer closed 12 months ago

IsaacBreuer commented 1 year ago

The new nqtts requirements that a entity not to use the device name, it looks like blerry names the device and entities with duplicate name thatxwill stop working soon. Below is warning I got

Some MQTT entities have an entity name that starts with the device name. This is not expected. To avoid a duplicate name the device name prefix is stripped off the entity name as a work-a-round. Please inform the maintainer of the software application that supplies the affected entities to fix this issue

tony-fav commented 1 year ago

Hey @IsaacBreuer thanks for the note, I'll have to look at what the required change from the HA side is. Don't want to do anything that would break anyone's automations.

devzwf commented 1 year ago

thanks @tony-fav this MQTT naming convention is a pain....

tony-fav commented 12 months ago

https://github.com/tony-fav/tasmota-blerry/tree/fixHAMQTTwarning

Can y'all check this really tiny change from this branch that should fix this warning?

tony-fav commented 12 months ago

Closed by https://github.com/tony-fav/tasmota-blerry/pull/79