Example of device filter by current value
For your inspiration: you can filter devices by CO2 level and list all devices in specific group with CO2 > 1000ppm:
For your inspiration: you can filter devices by CO2 level and list all devices in specific group with CO2 > 1000ppm:
You will find more options in selecting devices by platform expiration date:
We have deployed several major changes / features today:
This release required many deep changes in our system and even we tried to test it as much as possible, you may spot some issues. Please, do not hesitate to contact us in such case. We will do the best to fix them as soon as possible.
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):