You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to run this querry: CREATE CONTINUOUS QUERY "cq_downsample_1h" ON "homeassistant" BEGIN SELECT mean(*) INTO "homeassistant"."infinite".:MEASUREMENT FROM "homeassistant"."autogen"./.*/ GROUP BY time(1h), * FILL(previous) END
Problem is, when use symbol " : "
TypeError: Cannot read properties of undefined (reading 'getInstance')
at s.getInstance (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:107:190219)
at s.componentDidMount (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:107:190349)
at ws (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:134781)
at Ml (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:152426)
at v (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:172695)
at ao (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:96502)
at Al (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:149092)
at bl (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:145246)
at http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:96793
at v (http://homeassistant.local:8123/api/hassio_ingress/A1bTNJ5SfESP37ir6Ty01UQWNmcHWMPbi4-oj49NkWg//index.c5ba09e6.js:1:172695)
The text was updated successfully, but these errors were encountered:
Google Chrome
Windows 10
Try to run this querry:
CREATE CONTINUOUS QUERY "cq_downsample_1h" ON "homeassistant" BEGIN SELECT mean(*) INTO "homeassistant"."infinite".:MEASUREMENT FROM "homeassistant"."autogen"./.*/ GROUP BY time(1h), * FILL(previous) END
Problem is, when use symbol " : "
The text was updated successfully, but these errors were encountered: