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

Use MQTT Discovery to register device sensors with Home Assistant #14

Open
danielrheinbay opened this issue Jun 15, 2019 · 0 comments
Open

Comments

@danielrheinbay
Copy link
Contributor

Using MQTT Discovery, Home Assistant can make use of sensors with only minimal configuration needed.
If Voice Panel implements MQTT Discovery, this would greatly reduce manual configuration effort and errors, especially when multiple Voice Panels are used.

Status quo

Voice Panel can report device sensor data over MQTT (temperature, light, pressure, battery, etc.).
However, each sensor must be configured manually on the Home Assistant site, as described in README:

sensor:
 - platform: mqtt
    state_topic: "voicepanel/sensor/temperature"
    name: "Voice Panel Temperature"
    unit_of_measurement: "°C"
    value_template: '{{ value_json.value }}'

To be

Voice Panel uses MQTT Discovery as described in https://www.home-assistant.io/docs/mqtt/discovery/. No manual configuration required for most device sensors, as Home Assistant will discover them automagically.

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

No branches or pull requests

1 participant