Hello all
I have a text sensor created from a modbus/tcp device which is defined like this:
- name: E3DC Firmware Release
unique_id: e3dc_firmware_release
address: 40051
data_type: string
count: 16
scan_interval: 86400
Which creates a sensor with a value like H20_2023_02
. Now I want to export that value with the prometheus exporter but upon looking up the export, the sensor shows up in the export but not the value. Is there a way to get that value exported?
Thanks for your help!