wk275 / qbTools-v2

Tooling environment for Qbus and MQTT via Nodered.
GNU General Public License v3.0
2 stars 0 forks source link

Qbus states are not refreshed after restart HA #1

Closed wk275 closed 1 year ago

wk275 commented 1 year ago

After restart of Home assistant, the Qbus states are not refreshed

mrombouts commented 1 year ago

I solved this by adding following automation in HA. Probably a better way to get this working is possible... Especially after adding / deleting items in qBus requires an updated list with entities that need to be queried.

`lias: Query Qbus at startup description: Query Qbus when MQTT reloads or HA restarts trigger:

wk275 commented 1 year ago

Thanks for your reply. But with a large qbus environment and a lot of entities, manual update is no easy task. I'll go for the automation.

I'll adapt the code soon to listen to the mqtt topic homeassistant/status. Whenever it becomes online I'll initiate the update.

wk275 commented 1 year ago

Change will be implemented in v2.2.3

wk275 commented 1 year ago

Solved in v2.2.3