Skip to content

Using actor to set a value, throwing error. #11

@swaroop-parupalli-wcar

Description

@swaroop-parupalli-wcar

The path/signal is registered.. however I am getting this error..
./grpcurl -plaintext -d '{
"signalId": {
"path": "Vehicle.Body.Windshield.Front.Wiping.System.Mode"
},
"value": {
"string": "STOP_HOLD"
}
}' localhost:44444 kuksa.val.v2.VAL/Actuate
ERROR:
Code: Unavailable
Message: Provider for vss_id 105 does not exist

But when I do Get , I can see value..

./grpcurl -plaintext -d "{"signalIds": [{"path": "Vehicle.Body.Windshield.Front.Wiping.System.Mode"}]}" localhost:44444 kuksa.val.v2.VAL/GetValues
{
"dataPoints": [
{
"timestamp": "2025-07-25T01:30:59.091750070Z",
"value": {
"string": "STOP_HOLD"
}
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions