XLSX export
You can choose if you prefer CSV or XLSX format of exported data now.
You can choose if you prefer CSV or XLSX format of exported data now.
With next release, we will clean up the message structure that also impacts the messages being forwarded to your servers. Currently, the array of keys includes:
The key’s attributes: unit, isCode, and _id were there historically since version v1 and are not needed anymore, so we want to remove them from the message to make the messages smaller and be more efficient. It does not make sense to send a unit of temperature with every temperature since it does not change and we keep it as a part of our config files. Same with isCode. These attributes were mainly used internally.
The new message will keep this structure:
{
keys: [
{ key: 'action', value: 'gas_periodic' },
{ key: 'gas_concentration', value: 1040 },
{ key: 'mode', value: 'gas' }
],
deviceId: 'A152',
type: 'data_bidir',
timestamp: 1637575251,
seqNumber: 2,
_id: '619b6a5bf83148c4cc3ea3b9'
}
So the only difference is the removal of key’s attributes: unit, isCode, _id.
If you need to set tracked keys for multiple device, go to Group management, tab Devices and set tracked keys for selected devices in one step!
We have released these new features recently:
We had an idea to have only one base URL at the beginning (iofrog.com) but since we use different technologies for app development and different for web site development, we needed to create www.iofrog.com and iofrog.com. This became confusing over time and thus we have decided to make it better.
The app is already accessible at app.iofrog.com from now. Please, start using this URL. www.iofrog.com will navigate you to documentation site soon. We have added a new CONNECT button to navigate you to the web app.
We believe this naming will be more convenient for you and for all new partners and users.
We have added a support for new version of AirWits R6.2 from Connected Inventions. Supporting calibration details and CO2 baseline.
For better support, you can upload jpeg/png images up to 1MB to every device to keep pictures of how your device is being installed. Go to main dashboard and choose Documentation from device menu:
You will find a new dialog allowing you to upload multiple photos (in case you have device update permissions):
From now, we apply the same mechanism as Sigfox – once you register a new device, we store information about the acquired connectivity product but without start-end range. The subscription will stay inactive, you will not see any dates in shopping cart or in connectivity details. Once we receive the first message, we activate your subscription and update start-end range accordingly.
You can now register large number of devices in one batch and the subscription clock will start ticking only after the first message is received, so you will not loose any time from acquired subscription in case there is a delay between device registration and device installation on site.
You can send yourself a notification with current RSSI data received from Data advanced callback like this:
How-to setup the RSSI notification:
1) Make sure you have enabled “duplicates” on your Sigfox contract as a part of data advanced callback
2) Setup the new notification rule like this:
This part is a little bit tricky because you need to setup conditions in a way that data payload CANNOT pass the rule but data advanced payload WILL PASS. In such a way, the notification on short press (= data payload) will wait for the following data advanced message that is delayed by nature of Sigfox network.
3) Set message template like this:
We have refactored the tracing dashboard from the scratch with the goal of better scaling for large number of devices (you can render up to 1.000 devices without a paging now) and with better message detail. New or imprived features:
The list of messages now includes all messages, event the messages without the position. Red message = device was not moving, Blue message = device changed the location based on the preferences:
You can see a message detail, same data and structure like on the main dashboard: