Volue-Public / energy-mesh-python

A Python API able to communicate with Volue Energy's Mesh server.
Other
10 stars 0 forks source link

Extend write ts points example #472

Closed tnoczyns-volue closed 2 months ago

tnoczyns-volue commented 2 months ago

When preparing for Python SDK demo I realized there is no example with setting time zone for time series points when writing. The thing is that usual tzlocal() does not work:

AttributeError: 'NoneType' object has no attribute 'replace'