ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

Topics should be read when the dialogue is opened. #276

Open mickym2 opened 2 years ago

mickym2 commented 2 years ago

Currently the NodeRed Adapter reads the states only during startup of the adapter. If a new state has been created - the NodeRed Adapter has to be restarted to get a current list of the topics.

The rebuild tree button in the dialogue does not work:

image

So it would be great if the select dialogue window is working as for other adapters as well - to get always an up to date list of states.

image

state "testType3" under userdata_0.0 will appear in NR only after adapter restart. You can press rebuild tree without an update of objects.

GermanBluefox commented 2 years ago

Implemented in next version

mickym2 commented 2 years ago

In current git-hub it is still not working - neither refresh nor automatically new topics are shown in the dialogue.

Apollon77 commented 2 years ago

@mickym2 can you please recheck that too with latest GitHub version?

mickym2 commented 2 years ago

No - still not working. I create a new state - and the open the topic dialog does not list the new state - also refresh button is still not working. In addition has nothing to do with browser cache - so issue remains unchanged.

Apollon77 commented 2 years ago

@GermanBluefox Please have a look when you find time. Thank you!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

mickym2 commented 2 years ago

No activity does not mean that the issue is solved.

Typ1er commented 2 years ago

same problem here

klein0r commented 10 months ago

also refresh button is still not working

Tested the refresh button in my PR, so should work after merging https://github.com/ioBroker/ioBroker.node-red/pull/407