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

Publish system state via MQTT #50

Open
mrtnkhl opened this issue Dec 11, 2024 · 2 comments
Open

Publish system state via MQTT #50

mrtnkhl opened this issue Dec 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mrtnkhl
Copy link

mrtnkhl commented Dec 11, 2024

It would be great if the firmware could publish it's state via MQTT, possible states could include:

  • watchdog, timestamp, reset every 60s to know if the unit is still alive or not
  • WIFI, which ap and ssid is the unit connected to, which IP address did it get
  • firmware version, what firmware is installed
  • bus status, connected or offline
  • SIP status, registration server and state
  • message counter, how many messages received and sent
  • errors, any error states the firmware knows
  • any other state information that is readily available
@DaSchaef DaSchaef added the enhancement New feature or request label Dec 17, 2024
@DaSchaef
Copy link
Contributor

bus status, connected or offline
This is already in v4 as part of the IDLE packet. If bus voltage is over 25V, it is connected :)

@jschroeter
Copy link
Collaborator

firmware version, what firmware is installed

This is already sent in the HA device config for MQTT auto-discovery.

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