An ebusd add-on

My current state is captured in [26.1.6] new errors with convig files that worked fine with 25.1 · Issue #211 · LukasGrebe/ha-addons · GitHub

I guess the completely differnet behavior of ebus 26.1 is not something you can influence, but I feel completely stumped. resolved by adding back the --scanconfig option.

@afiwube and again, thank you for packaging ebusd for easy installation on HAOS. Without that I would probably have had even more hurdles to overcome. Everything seems to be running just right again.

EDIT: This morning, a number of entities suddenly turned “Unavailable” even though I can see them with ebusctl and with MQTT integraton MQTT queries and MQTTExplorer. I can’t really tell why. Some of them came back when querying, others do not.

Update: with the dropped command line options, I also lost write mode, which replaced some of the option type entities to sensors. But not all. For posterity, here is my current configuration with ebusd-26.1.6, which seems to have helped rebuilding my dashboard.

commandline_options:
  - "--enablehex"
  - "--enabledefine"
  - "--configpath=/config/configuration/en"
  - "--loglevel=info"
  - "--scanconfig"
  - "--accesslevel=*"
  - "--mqttvar=filter-direction=r|u|^w"
network_device: enh:192.168.xx.yy.:9999

I think that should be all (-:

1 Like