(venv_python2.7)[juan.sancho@lab Sensors_UL20]$ python RegisterDevice.py SENSOR_MODEL_PI_02 BJDEVICE_05 BJSENSOR_05 * opening: ./devices/SENSOR_MODEL_PI_02 * Asking to http://130.206.80.40:5371/iot/devices * Headers: {'Fiware-Service': 'bus_auto', 'content-type': 'application/json', 'Fiware-ServicePath': '/', 'X-Auth-Token': 'NULL'} * Headers: {'Fiware-Service': 'bus_auto', 'content-type': 'application/json', 'Fiware-ServicePath': '/', 'X-Auth-Token': 'NULL'} * Sending PAYLOAD: { "devices": [ { "protocol": "PDI-IoTA-UltraLight", "entity_name": "BJSENSOR_05", "entity_type": "thing", "static_attributes": [ { "type": "string", "name": "att1", "value": "value1" }, { "type": "string", "name": "att2", "value": "value2" } ], "timezone": "Europe/Madrid", "attributes": [ { "type": "float", "name": "temperature", "object_id": "t" }, { "type": "float", "name": "voltage", "object_id": "v" } ], "device_id": "BJDEVICE_05" } ] } ... * Status Code: 201 * Response: