yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
450 stars 42 forks source link

Show most recent data sent from device (Feature request) #339

Open kristianrl opened 3 years ago

kristianrl commented 3 years ago

I'd like to see the most recent raw data from each device on its individual page.

Example

Last updated: 2020-10-23 09:56:01

battery: 80
voltage: 2965
temperature: 11.02
humidity: 100
linkquality: 15
unit_of_measurement: %
friendly_name: temperature_shed
device_class: battery

(the data is copied as it is shown in Home Assistant)

Let me know if I need to elaborate.

kristianrl commented 3 years ago

Does this feature request make sense, @carldebilly or @magpern?

carldebilly commented 3 years ago

You mean you want a "dump" of the device's json directly on the page? Yeah that could be possible... nice idea.

kristianrl commented 3 years ago

Yes, exactly. Thanks, @carldebilly.