-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Basic image does not refresh itself anymore when using a binding #485
Comments
I have the same issue without binding. |
Hello, I can confirm this issue and have experienced it with version 2.9.64 as well. In VIS2, I integrated a Basic Image widget for a camera using the snapshot URL of my camera. The snapshot URL worked perfectly with version 2.9.32, and I received an updated image every 2 seconds since I had set the update interval (ms) to 2000 for reasonable image refresh rates. Tested with Fully Browser 1.53, Google Chrome 131.0.6778.86, Brave 1.73.91, and ioBroker Visu 1.3.0. |
I created a workaround script that works with multiple widgets. Simply adjust the widgets, links, NAME, and PASSWORD for the webcam images. This should also work with datapoints (not tested). Update: Here's how it works with multiple VIS, e.g., 3 webcams and 5 widgets:
|
Erweiterte Script-VersionDas Script funktioniert einwandfrei. Für alle, die Interesse haben: Ich habe das Script erweitert, sodass nun unterschiedliche Aktualisierungszeiten pro Widget möglich sind und Debugging-Informationen in der Konsole angezeigt werden können. 👉 ioBroker visWidgetUpdater auf GitHub PS: Only with version 2.9.32 did the refresh in basic images work. Even with the current NPM version 2.11.1, it doesn't work. The workaround has been working flawlessly for three weeks now. |
No existing issues.
Describe the bug
I'm using a basic image for displaying my ring hd image. To archieve this I added a binding instead of a selection.
Since I've updated to vis-2 2.9.64 thius doesn't work anymore on both of my tablets.
To Reproduce
Use a binding instead of a selection (see screenshot)
Expected behavior
Image is always fresh.
Screenshots & Logfiles
Page or affected widget
No response
Adapter version
2.9.64
js-controller version
6.0.11
Node version
20.17.0
Operating system
buanet docker (official image - v10.0.0)
Additional context
No response
The text was updated successfully, but these errors were encountered: