LCN with dynamic Text and Node Red

How can I continue to use the dynamic text via NodeRed? Before the new LCN integration, it worked quite simply via address, but now I just get the message “no connection”. The bus itself works, though, because I can switch and query other things, just not via NodeRed.

Hi @CarstusKaktus
unfortunately I can’t help with NodeRed. I don’t know if there are any issues when HASS actions are called with NodeRed. The actions (service calls) for the LCN integration itself did not change at all.
Btw.: The address parameter for the actions will soon be deprecated and replaced by the device_id. Addressing a module via the device_id is the HASS intended way to do it (see this PR).

OK. I found out that something has changed in the syntax in Node-Red. Now I get the message that the host name “lcn”, which I chose during the integration, is rejected by HA when I want to send a dynamic text there. Message: “HomeAssistantError: Invalid host name.”

Problem solved: HA only accepts uppercase letters in the address. It works now with the address line “LCN.010.091” instead of “lcn.010.091”.