s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

Integration with other HMI tool #174

Closed garudaonekh closed 2 years ago

garudaonekh commented 2 years ago

Hi, I have used ESPUI for several projects. Recently, I come across FUXA( https://github.com/frangoteam/FUXA) which is HMI tool(don't know if it's correct to call like this) for PLC/SCADA.

I like its flow and animation so that user can understand more about the automation.

I want to integrate it with ESPUI, can anyone with better knowledge on these share me some insight or suggestion?

Regards;

iangray001 commented 2 years ago

So something that you could probably try right now is creating a Label which just contains the HTML of an iframe that points to the web interface of this project. That should all just work out of the box.

I've not tried creating an iframe within ESPUI, but...it should just work I think.