thingsboard / thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
https://thingsboard.io/docs/iot-gateway/what-is-iot-gateway/
Apache License 2.0
1.74k stars 844 forks source link

[HELP] CAN config #403

Closed chennakeshavaSoC closed 3 years ago

chennakeshavaSoC commented 4 years ago

Hi tg Team,

We are exploring tg-gw and its connectors, with minor changes we are able to use the default configs for BLE, others (with minor changes) except CAN.

Can we use the default config (with minor modifications) to get the rpm/mileage/isdoor_open readings?

Which protocol (OBD2/J1939-71/etc) docs I need to read to get going with CAN?

Regards, Chenna

imbeacon commented 3 years ago

Hi @chennakeshavaSoC ,

The CAN connector reads bytes from CAN bus and then you can parse them on ThingsBoard and process. The gateway doesn't support higher level on CAN bus then reading bytes (at the moment).