DPIclimate / DPIclimate/broker

Change delivery service to not use TTN deveui for Ubidots device label

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
3
Avg merge
3m
Merged PRs (30d)
1

Description

Consider changing the delivery service to not use the deveui as the Ubidots label.

This causes a problem when creating new logical devices and mapping them to existing TTN phyiscal devices because even though a new logical device is created within IoTa, when the data is sent to Ubidots using the deveui as the device label Ubidots will find and use the existing device (from the previously mapped device).

[Make the change here](https://github.com/DPIclimate/broker/blob/35c1c38ea0261847ebe0ed008b7270d4f86084b1/src/python/delivery/UbidotsWriter.py#L114)

The Ubifunction mentioned in the comment has been disabled so is not a problem.

The TTN special case can be removed so the else clause handles TTN devices.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.