09.06.2022, 11:04
I have found out that, there was wrong name for object of maximum wind speed
was
should be
was
Code:
status_max_wind_speed_today = grp.create({ datatype = dt.float16, address = '33/1/15', name = 'today_press_max',})
should be
Code:
status_max_wind_speed_today = grp.create({ datatype = dt.float16, address = '33/1/15', name = 'today_wind_max',})