Hello,
I am using the golioth-websocket-datasource plugin (version 1.0.2) with Grafana (version 12.1.1). When I try to connect to my local WebSocket API at “ws://localhost:1845/ws/simple/prozelBMS/1”, I am unable to connect. Instead, I receive the following error:
**failed to read CustomSettings from the Query Request: error converting json.RawMessage to map[string]string
my api responce is as per the below**
{
"topic": "prozelBMS",
"partition": 1,
"offset": 818,
"value": {
"PZ-DHL-BMS-B-BMS802-A": 0,
"PZ-DHL-BMS-B-BMS802-V": 1284.6,
"PZ-DHL-BMS-B-BMS802-W": 0,
"timestamp": "2025-09-08T11:37:30.000Z"
},
"timestamp": 1757331451783
}