Table with temperatures in horizontal axe and timestamps in vertical axe

Hello everyone

I have an MQTT IN node that receives temperature data (Temp1, Temp2, Temp3, Temp4) that can be distinguished by its topic. The Message payload contains a Value parameter (which is the temperature) and a Timestamp parameter. What I need is to generate a table that is updated in real time as the messages arrive. It is necessary to emphasize that the timestamps are rounded to the nearest minute, so the table should show minute by minute data. Obviously those temperatures that have no value in a given minute should just leave the cell blank. I don't know if there is a simple way to perform this task with the ui-table node or something similar.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.