streampipes
streampipes copied to clipboard
Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
### Body When a user removes an adapter that is referenced in an asset link, the asset link is not cleaned up correctly. This forces the user to manually delete...
### Apache StreamPipes version None ### Affected StreamPipes components Processing Elements ### What happened? I am using Streampipes on a Raspberry Pi. The data source is an HTTP server adapter...
### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Processing Elements ### What happened? After restarting the stack via portainer or even after restart the host the...
### Purpose PR adds new Endpoints to java client for getting, adding and removing data from data measures. 1. Initialize Client ``` java StreamPipesClient client = StreamPipesClient .create(,, StreamPipesCredentials.withApiKey(, ),true);...
### Purpose This PR converts the timestamp from a `double` to a `long` for all rows in the `SPQueryResult`. ### Remarks PR introduces (a) breaking change(s): no PR introduces (a)...
### Body Currently, the timestamp extracted from the InfluxDB client is always returned as a `double` when using `influxDB.query(query, TimeUnit.MILLISECONDS);`. This has worked so far because it did not affect...
### Body When a user updates a chart name and returns to the overview using the back button (top left), the chart list still displays the old name. The issue...
### Body We use `ngx-translate-extract` to extract strings for translation. This approach is currently quite error-prone when strings are edited. To reduce sources of errors, the extracted strings in translation...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.13.1 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version changelogs. Version 5.3.0 2025-10-30 New: Add tags...