LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

Documentation improvement: TCP client Access (ebusctl) #69

Closed heinemannj closed 6 months ago

heinemannj commented 9 months ago

Please improve your wiki with the following really useful staff:

HTTP and TCP client Access

To use HTTP and TCP clients enter port numbers into the add-on network settings and activate them in the config.

After TCP clients activation you can connect from any system with installed ebusd clients.

The following example will force a reading of all messages from loaded csv config files

ebusctl -s 192.168.178.17 f -l "*" -a|awk '{print $2}' | xargs -L1 -t ebusctl -s 192.168.178.17 r

and can be included via crontab for regular message updates.

LukasGrebe commented 9 months ago

hi @heinemannj, this sound great. could you expand on

To use HTTP and TCP clients enter port numbers into the add-on network settings and activate them in the config.

there isn't a wiki associated with this project. did you mean the "documentation" tab in Home assistant?

heinemannj commented 9 months ago

hi @heinemannj, this sound great. could you expand on

To use HTTP and TCP clients enter port numbers into the add-on network settings and activate them in the config.

there isn't a wiki associated with this project. did you mean the "documentation" tab in Home assistant?

Yes - potentially: https://github.com/LukasGrebe/ha-addons/blob/main/ebusd/DOCS.md