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.72k stars 829 forks source link

[HELP] Integrate Mysensors with Thingsboard #502

Closed garudaonekh closed 2 years ago

garudaonekh commented 3 years ago

Describe the issue I want to send MySensor data to Thingsboard so it's necessary to map the dataformat between the two. I have done the Thingsboard deploiyment and submit directly to Thingsboard cloud but have no idea if it's configurable to map the data from Mysensors to Thingsboard or need to customize the Gateway code or override something.

https://github.com/mysensors/MySensors

Here's the Mysensors data format: https://www.mysensors.org/download/serial_api_20

Connector name (If you need help with some connector/converter): Devices will pass data to the gateway thru NRF24

DEVICE I will use ESP32 as the Gateway.

samson0v commented 2 years ago

Hi @garudaonekh, if you want to use your specific data format and custom logic to reproduce your data, you can use custom connector. Thanks for your interest in ThignsBoard IoT Gateway!