ttrading
ttrading
Does this mean we cannot submit an array of JSON so we need to keep sending individual JSON with schema attached?
what should my schema look like then if i want to insert an array in this form: [ { "text": "Hello1", "sent_at": 1560507792000.001 }, { "text": "Hello2", "sent_at": 1560507794000.001 }...
Thank you for the explanation. I have a couple of more question please. I can either send my messages to Kafka in JSON with schema or AVRO with schema. Can...
Attached is the wireshark output from the Windows machine that hosts the simulator. 
I did this first without changing anything: ``` root@meet:~# sudo systemctl stop thingsboard-gateway root@meet:~# sudo netstat -tunlp | grep 47808 root@meet:~# sudo systemctl start thingsboard-gateway root@meet:~# sudo netstat -tunlp |...
Please note that I tried to use 0.0.0.0 and 255.255.255.255 in the device IP section as well. I am getting the same Who-Is and I-am message exchange and that's it.
I applied the configuration but not seeing any change:    
No matter what I change, the connector log reads: 2025-05-22 17:50:01.955 - |DEBUG| - [bacnet_connector.py] - bacnet_connector - __discover_devices - 209 - WhoIs request sent to device 10.10.10.200:47808 2025-05-22 17:50:22.004...
Hello folks: I just installed the gateway (v3.7.4) on Ubuntu using the latest deb and trying to test it with Yabe Room Simulator. (wget https://github.com/thingsboard/thingsboard-gateway/releases/latest/download/python3-thingsboard-gateway.deb) Unfortunately, I am not having...