I have a Class C device successfully connected to my ChirpStack Network Server, enabling it to send uplink data. Additionally, I’ve integrated ChirpStack with InfluxDB, and InfluxDB with Grafana. As a result, I can visualize device data on a Grafana dashboard, both within a web page and independently.
Now, I aim to implement a user interface feature where, upon pressing a button on my web page, a downlink message is sent to the device. This downlink activity should be reflected in the Grafana dashboard displayed on the webpage.
I’d like to know best possible way to achieve this please. Thank you.