ioBroker / ioBroker.node-red

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

Read-only state ... has been written without ack-flag with value ... #175

Closed thost96 closed 3 years ago

thost96 commented 3 years ago

Hi,

since js-controller 3.3.4 I'm getting spammed with warnings like this:

node-red.0 | 2021-05-01 13:09:18.524 | warn | (1895) Read-only state "0_userdata.0.sw-keller01.GigabitEthernet_23.AdminStatus" has been written without ack-flag with value "true"

How is it possible to set the ack-flag using the iob write node as all these states are created and updated dynamically using node-red flows ?

Walti1974 commented 3 years ago

Yup same here: Read-only state "homee.0.Homee-0.Homeegrams.6.play" has been written without ack-flag with value "true"

Apollon77 commented 3 years ago

When I read the cde correctly the in the incoming data mesaage you can use "ack" as key too which will then define this .., also neben "topic" geht auch "ack"

Apollon77 commented 3 years ago

Bzw genauer:

Apollon77 commented 3 years ago

Check 2.4.0