Open saroele opened 7 years ago
timezone
for every site in the Houseprint sheet, set it to Europe/Brussels
timezone
attribute to the site
classif self.site.timezone is not None: data = data.tz_convert(self.site.timezone)
to sensor.get_data()
, right after the call to tmpo.
As the method does not convert the index to local time, it gets days in UTC. Therefore, the values are shifted by 1 or 2 hours for Brussels.