Last seen: May 5, 2022
I'm glad to hear it working! 🙂 If there is any problem, we will help! 🙂
Hi, Would you try the following URL on your network? or
Hi, It looks like a DNS issue on your side, your network cannot resolve the `api.iotguru.live` domain name to an IP address.
At the moment, no... but I've just added it to the todo list, I'm working on the Android app already. I planned a release at the middle of the next we...
At the moment, it is not possible with the REST API, you need two separated calls, but you can send two request in the same HTTP channel with reuse on...
If you decide to make the change, I would then change my suggestion from having the indicator at node level to field level. Something like "Allow Subs...
This makes perfect sense. Most of the time you would not want the broker to be sending back the data you just sent. And the pub -> sub gateway cou...
Any message I publish to pub/{user short identifier}/{device short identifier}/{node short identifier}/{field name} using the Paho test client never a...
There is only a thing which might be helpful, it is to provide also the device name. If we have several devices with the same node name, we have to se...
Can you please add the ability to delete devices and nodes. It is one of the tasks of this week. 🙂 Fields names are not editable i.e. the input...
Hm... the `clientId` must be unique on the MQTT server, because of any new connection with the same `clientId` terminates the old connection based on ...