Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eBus Adapter info into ebusd #29

Open
Koky05 opened this issue Oct 20, 2023 · 3 comments
Open

eBus Adapter info into ebusd #29

Koky05 opened this issue Oct 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Koky05
Copy link

Koky05 commented Oct 20, 2023

Would it be possible to populate some eBus Adapeter info into ebusd and then read them in KNX / HA?
For example WiFi strength or FW version?

@john30
Copy link
Owner

john30 commented Oct 20, 2023

firmware version is already reported to HA and reflected as device update check entity.
wifi strength might be interesting to add indeed

@john30 john30 added the enhancement New feature or request label Oct 20, 2023
@JavanXD
Copy link

JavanXD commented May 3, 2024

For HA there is already the option to fetch the data via API request from your Adaper:

The in-built MQTT option which got recently released did not work unfortunately, as it does comes with a few bugs, so I helped myself:

sensor:
- platform: rest
  name: "eBUS Adapter JSON" 
  resource: http://192.168.178.XX/api/v1/status
  json_attributes_path: "ebus"
  value_template: "{{ value_json.ebus.signal }}"
  json_attributes:
    - on
    - connected
    - proto
    - host
    - signal
  headers:
    Content-Type: application/json
  scan_interval: 60

Other values can be fetched too, by changing the json_attributes_path.

@john30
Copy link
Owner

john30 commented May 5, 2024

being a bit more specific wrt "comes with a few bugs" would certainly be helpful...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants