Gábor AUTH
@gabor-auth
Member
Joined: Oct 27, 2020
Last seen: May 5, 2022
Topics: 4 / Replies: 11
Reply
RE: API functionality

I'm glad to hear it working! 🙂 If there is any problem, we will help! 🙂

2 years ago
Forum
Reply
RE: REST API functionality....

Hi, Would you try the following URL on your network? or

2 years ago
Forum
Reply
RE: API functionality

Hi, It looks like a DNS issue on your side, your network cannot resolve the `api.iotguru.live` domain name to an IP address.

2 years ago
Forum
Reply
RE: Copy Dashboard config to new device

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...

3 years ago
Forum
Reply
RE: Update multiple fields of same node

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...

3 years ago
Forum
Reply
RE: [Solved] No subscribe echo when publishing via MQTT

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...

4 years ago
Forum
Reply
RE: [Solved] No subscribe echo when publishing via MQTT

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...

4 years ago
Forum
Reply
RE: [Solved] No subscribe echo when publishing via MQTT

Any message I publish to pub/{user short identifier}/{device short identifier}/{node short identifier}/{field name} using the Paho test client never a...

4 years ago
Forum
Reply
RE: Change request for Range check

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...

4 years ago
Forum
Reply
RE: Add functionality to Delete Devices and Nodes and Edit Fields

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...

4 years ago
Reply
RE: Codesys help

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 ...

4 years ago
Forum