Pushing nested json into influxdb using python

@Aakash_Shrestha it is caused by different type for windSpeed:

  • 5 is integer
  • 5.5 is float

you have to pre-process your data to have same type. It is same problem as is reported here Add uint64 support to line protocol serializer · Issue #516 · influxdata/influxdb-client-python · GitHub