<@898217314741280828> I remember that you are usin...
# umh-support
j
@Richard Shaw I remember that you are using HighByte. What would be a good example case that you would like to have shown together with the UMH? so where you model data in HighByte. I was playing around, extracting data via MQTT from the UMH, modeling it, and sending it back, but it was quite complex and required a lot of clicks. I kind of fear that I am doing something wrong? Here is what we did
Copy code
here also a small tutorial for example usage:
create input and output connection
create a model, ensure you also create a timestamp_ms
create an instance of the model, select stuff on the right and drag and drop into references of the model. for timestamp_ms you take a system variable datetime
do some calculations, e.g., convert the temperature from celsius to fahrenheit
create a pipeline that polls every second, reads then the instance, and writes into the output connection