-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BACnet device (Room Control Simulator) not connected to ThingsBoard Platform #1258
Comments
Try to use |
Hi, bacnet.json: tb_gateway.json: |
actually this might be related to how bacpypes works or more deeply the network stack below it. TLDR: Use 0.0.0.0:47808 for your gateway address Using 0.0.0.0 will enable it to transmit on any interface no matter the netmask if you're using docker you might also want to use host network mode and possibly run the container in privileged mode if that still doesn't help |
I have did like that but not connected
|
The same thing. My config:
Current situation: @kamisettychandan |
Hi, Sorry for late replay.
Please, help me out |
Kindly help me...! Please find logs: Please find config logs: |
Kindly help me out |
Hi Guys
I am new to ThingsBoard Platform, can anyone guide me
Aim: I want to send Room Control Simulator BACnet device to ThingsBoard Platform.
Successful steps:
1. Provision Gateway in Things Board Platform - Successful
2. Install Things Board Gateway in Local Machine using Docker - Successful
3. Establish Connection between Things Board Gateway & Things Board Platform (using Access Token)- Successful
4. Add BACnet Connectors to the Main Configuration file - Successful
5. Configure BACnet Connector - Successful
6. Provision Device in Things Board Platform - Successful
7. Connect Device to Things Board Gateway (mapped to specific Gateway) - Successful
8. Check Device Connectivity for sending telemetry on behalf of the device using shell (HTTP & MQTT) - Successful
9. Configure Dashboard for Visualization (behalf of the device using shell (HTTP & MQTT)) - Successful
10.Configure Alarms (behalf of the device using shell (HTTP & MQTT)) - Successful
11.Observe Room Control Simulator device data in YABE - Successful
Unsuccessful steps:
bacnet.json:
{
"general": {
"objectName": "TB_gateway",
"address": "127.0.0.1:47808",
"objectIdentifier": 599,
"maxApduLengthAccepted": 1476,
"segmentationSupported": "segmentedBoth",
"vendorIdentifier": 15
},
"devices": [
{
"deviceName": "BACnet Device ${objectName}",
"deviceType": "default",
"address": "192.168.55.103:47808",
"pollPeriod": 10000,
"attributes": [
{
"key": "temperature",
"type": "string",
"objectId": "analogOutput:1",
"propertyId": "presentValue"
}
Kindly guide me...!
The text was updated successfully, but these errors were encountered: