eclipse / kuksa.val

kuksa.val
Apache License 2.0
95 stars 51 forks source link

[databroker-cli] SELECT query not working for kuksa.val.v1 on databroker-cli #725

Open AkhilTThomas opened 9 months ago

AkhilTThomas commented 9 months ago

The SELECT query feature is not working for the databroker-cli when the protocol is set to kuksa-val-v1.

kuksa.val.v1 > subscribe SELECT Vehicle.Speed
[subscribe]  NotFound  No entries found for the provided. Path: SELECT
kuksa.val.v1 >

Also the autocomplete does not fill the SELECT keyword or the subsequent data points.

SebastianSchildt commented 8 months ago

Yes, from an API perspective we need to decide how to move forward here, currently it is in the "Old" sdv API, while the new kuksa API does not have such a feature.

We might either decide to just bring the same call to the v1 api, or considering that this is a "different" way of interacting with databroker, (becasue if you are using the v1 API maybe you would not use SQL and vice versa) maybe split it out into a seperate API/module

I think this has not been discussed much yet.