(0)| 11/23/2025 4:52 PM | |
|
Joined: 6/11/2019 Last visit: 11/23/2025 Posts: 2689 Rating:
|
Hello AutoGen, HTML is essentially just a list of instructions for the browser to execute the commands. Since LWE only implements a portion of HTML's capabilities, I've made some graphical changes externally in the past and transferred them to the Logo via LWE. Every project created with LWE is also saved as a complete HTML page in the project folder. Since HTML allows the browser to be instructed to download files (e.g., images) from other servers, it should be possible to direct the browser to the camera. Unfortunately, LWE doesn't offer these options. This modification would then have to be done externally using an HTML editor or the browser's built-in editor.Once this code snippet is running, you would upload the modified project back to LWE, make a small change there (such as loading an image and then immediately deleting it, or moving some text), so that LWE registers it. Then you would transfer this page to the Logo. I've already made a few minor adjustments this way. I'll link your example here. Unfortunately, my HTML skills are very rudimentary, so I can't help you with the code for integrating an IP camera. That's more of a job for an HTML specialist. Or try Node-RED, IObroker, etc. You'll have more work building an external site, but you'll have more options and it will be much faster to set up. Regards, Ella_68 (translated with Google) |
Follow us on