Custom HTML front-end

Hello,
Maybe an odd question, but I’m new to Cayenne. In the other hand I’ve made some small projects with Arduino + my own html frontend as I’m web developer.
I wonder if is possible to use the simplicity of cayenne to make things in a custom html front end, i.e. using the arduino sketch made by cayenne to show data in an web page using some api or sth.
I hope I’ve explained that clearly and makes sense.

Thx!!!

2 Likes

I would really like to be able to add custom text too. It would be really useful to be able to use sensor readings as variables too. e.g. The Current Temperature is x degrees.

1 Like

What I’d like to do is to get all data in variables in order to display them in a cusutom scada made by me in HTML + CSS+ JS

Any clue???

If you really wanted to go crazy you could use the MQTT API and Node-RED to do this. See my thread here for a basic Node-RED setup Using Node-RED as a Local Fallback Server After setting up you can use the HTTP nodes to create a page and display values from the MQTT messages.