Detailed Hours Not Working #151
Replies: 3 comments
-
If I enable detailedDataSecondsEnabled then the hour data populates. But it doesn't populate unless detailedDataSecondsEnabled is enabled too. |
Beta Was this translation helpful? Give feedback.
-
I've pushed a change to the master branch and
Notice that after the |
Beta Was this translation helpful? Give feedback.
-
Seems to be working now with seconds disabled. Thanks so much for the great work. |
Beta Was this translation helpful? Give feedback.
-
Hi,
It looks like with 1.7 the detailed hours is not working. I have it configured in the JSON and verified in the logs and influxDB that the hours data is not being written or polled. I have waited a few hours after updating but still not working, here is my config:
{
"influxDb": {
"version": 2,
"url": "XXXX",
"org": "home",
"bucket": "XXXX",
"token": "XXXX
},
"updateIntervalSecs": 60,
"detailedDataEnabled": true,
"detailedDataSecondsEnabled": false,
"detailedDataHoursEnabled": true,
"timezone": "America/New_York",
"accounts": [
{
"name": "Home",
"email": "XXXX",
"password": "XXX"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions