Hi everybody:
Now I would like to send the tide level observation with MQTT, then I need it in the loop packet.
So, is there a way to augment loop packet with a data coming from database ?
It tried to extend the field map of the GW1000 driver, but it doesn't work
[[field_map_extensions]]
hauteur = hauteur(data_binding=wx_binding)
Thanks