Skip to content

Commit

Permalink
TCP client Access improvement (#82)
Browse files Browse the repository at this point in the history
* TCP client Access improvement

Documentation improvement: TCP client Access

* TCP client Access improvement

Make the IP addresses more general for he eBUSd addon and for the eBUS adapter as well.
  • Loading branch information
cociweb authored Dec 3, 2023
1 parent 34897f8 commit 6cacf10
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions ebusd/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,24 @@ Similarly for MQTT create config file in "/config" folder and link it using the
## HTTP and TCP client Access

To use HTTP and TCP clients enter port numbers into the add-on network settings and activated in the config.
After TCP clients activation you can connect from any system with installed [ebusd clients](https://github.com/john30/ebusd/wiki/3.-Clients-and-commands).

The following example will force a reading of all messages from loaded csv config files and can be included via crontab for regular message updates:

```ebusctl -s X.X.X.X f -l "*" -a|awk '{print $2}' | xargs -L1 -t ebusctl -s X.X.X.X r```
Where ```X.X.X.X``` is the address of the ebusd add-on.


## Custom command line options

You can add any command line options using the custom command line options field. Check the eBUSd wiki for all available options - https://github.com/john30/ebusd/wiki/2.-Run

For example ``` --initsend --dumpconfig```

## Network eBUSd adapter support
## Network eBUS adapter support

This release now fully supports wireless/network eBUSd adapters. The configuration options has changed from custom_device to network_device.
This release now fully supports wireless/network [eBUS adapters](https://adapter.ebusd.eu/index.en.html). The configuration options has changed from custom_device to network_device.

For example ```network_device: enh:192.168.0.7:9999```
For example ```network_device: enh:Y.Y.Y.Y:9999```
Where ```Y.Y.Y.Y``` is the address of the eBUS asapter.

0 comments on commit 6cacf10

Please sign in to comment.