This dashboard expects JSON format matching your TI Gateway:
{
"source": "ti154-gateway",
"node_id": "0x3",
"rssi_dbm": -49,
"sensors": {
"temperature_c": 18.2,
"humidity_pct": 67.3
},
"raw": {
"lightSensor": { "rawData": 57 }
}
}