addon-influxdb icon indicating copy to clipboard operation
addon-influxdb copied to clipboard

to() function not installed

Open Thomas7173 opened this issue 2 years ago • 2 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:

grafik

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)

Thomas7173 avatar Jan 29 '24 12:01 Thomas7173

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!

github-actions[bot] avatar Feb 29 '24 08:02 github-actions[bot]

Is the to() function available for all other users of HAssOS using influxbd? Is my installation the only one with this issue?

Thomas7173 avatar Feb 29 '24 12:02 Thomas7173

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!

github-actions[bot] avatar Mar 31 '24 08:03 github-actions[bot]