LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
43 stars 49 forks source link

Suggesting wrong enh prefix in adapter configuration #131

Closed thomaskilian closed 2 months ago

thomaskilian commented 3 months ago

Ths is only a minor issue (though easy to fix). When configuring the adapter address there is a flaw:

Bildschirmfoto 2024-07-29 um 19 29 57

The prefix enh is wrong. ebusd expects either a plain IP (meaning non-enhanced) or ens:IP (meaning enhanced). I got confused by this and ebusd seems to take the enh as ens (or at least it did not work as expected).

And further it should read e.g. (exempli gratia = for example) instad of i.e. (id est = that is)

cociweb commented 2 months ago

udp:: - means plain udp enh:: - means ENHannced ens:: - means ENhanced highSpeed It depends on your board version/type/jumper settings/firmware. (enh or ens are exclusive because of this.)

Please check the related docs It works as is for me. the prefix correctly appended if you select the radio selector

thomaskilian commented 2 months ago

For me it did not work. Anyhow, I now use my own ebus daemon, so from my POV this here is a don't care anymore.