ioBroker / ioBroker.web

Simple WWW web server on express for ioBroker
MIT License
48 stars 24 forks source link

V6.1.5 - no refresh with Minuvis #353

Closed Ilovegym66 closed 1 year ago

Ilovegym66 commented 1 year ago

since V6.1.5 the Vis with Minuvis don't refresh the page anymore. ( Test: installed js-controller 5.0.13, Node 18.18.1, Minuvis V2.3.3, simple page with switchs in Minuvis. switch the button/switch in minuvis, you don't see, that it's switched. You have to refresh the complete page manually, than the status of the switch is updated. ) Socketio, WS is not used.

Back to 6.1.4 it works fine as before. image example page: image

if the issue is not depending on iobroker.web, move it to iobroker.minuvis, please.

Apollon77 commented 1 year ago

any errors in error console?

Ilovegym66 commented 1 year ago

sure... :-)

image

Apollon77 commented 1 year ago

Then amaybe try to change to ws?

Ilovegym66 commented 1 year ago

tested, no chance, minuvis is not working with option ws: image image

Port changes are not working too.. ws at 82, web at 81, ... any ideas.. or suggestions.. ?

Apollon77 commented 1 year ago

Dann wäre das jetzt eher erstmal ein minuvis thema. ich habe keine ahnung wie dort die socket Verbindung funktioniert

Ilovegym66 commented 1 year ago

..denke anders, als es soll.. :-) wir hatten da vor 1-2 Jahren schonmal was... kannst du das Issue dahin verschieben oder mach ich ein neues Issue beim Minuvis Adapter und hier zu?

guergen1 commented 1 year ago

Dann wäre das jetzt eher erstmal ein minuvis thema. ich habe keine ahnung wie dort die socket Verbindung funktioniert

Mit der normalen VIS geht es aber auch nicht! Erst DG auf 6.1.1 lässt es wieder aktualisieren

Apollon77 commented 1 year ago

try Web 6.1.5. bitte

Ilovegym66 commented 1 year ago

Fixed with web v6.1.6 ! Thank you 👍