to() function not installed
Thomas7173 opened this issue · 3 comments
Problem/Motivation
I try to clean up my influxDB. This means deleting entities and copying date from on entity to another after replacement of older devices.
Expected behavior
I want to copy data from entity to entity:
from(bucket: "homeassistant/autogen")
|> range(start: 2023-12-15T00:00:00Z, stop: 2024-01-21T00:00:00Z)
|> filter(fn: (r) => r.entity_id == "wasserstand_cm")
|> set(key: "entity_id" , value: "levelheight")
|> to(bucket: "homeassistant/autogen")
Actual behavior
I get this message and nothing happens:
Steps to reproduce
Deleting the to() line gives shows the expocted selection. Editing gives context sensitive helpt for to()
Proposed changes
(If you have a proposed change, workaround or fix,
describe the rationale behind it)
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Is the to() function available for all other users of HAssOS using influxbd? Is my installation the only one with this issue?
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!