Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many Warnings like: Read-only state ... has been written without ack-flag with value "" #61

Closed
MarkusKress opened this issue Apr 29, 2022 · 3 comments

Comments

@MarkusKress
Copy link

Hello,

the enigma2 Adapter throw many warnings like:

  • State "enigma2.0.Message.MESSAGE_ANSWER" has no existing object, this might lead to an error in future versions
  • Read-only state "enigma2.0.enigma2.MUTED" has been written without ack-flag with value ""

80% of Log entries are only from enigma2.

@OberfragGER
Copy link

OberfragGER commented May 5, 2022

Here too. Happens sice update of js-controller.
Somehow this needs to be changed in writing the state with the ACK-flag.

adapter.setState(xxx, true);

@Lucky-ESA Lucky-ESA mentioned this issue Sep 3, 2022
@mcm1957 mcm1957 added the bug label May 5, 2023
GermanBluefox added a commit that referenced this issue Aug 15, 2023
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
GermanBluefox added a commit that referenced this issue Aug 15, 2023
* (Lucky-ESA) Bugfixes: [#61](#61)
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
mcm1957 added a commit that referenced this issue Aug 15, 2023
* (Lucky-ESA) Bugfixes: [#61](#61)
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
* (mcm1957) Adapter now requires node 16
GermanBluefox added a commit that referenced this issue Aug 17, 2023
* (Lucky-ESA) Bugfixes: [#61](#61)
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
* (mcm1957) Adapter now requires node 16
@mcm1957
Copy link
Member

mcm1957 commented Sep 18, 2023

  • State "enigma2.0.Message.MESSAGE_ANSWER" has no existing object, this might lead to an error in future versions

    Please let us know if this problem still occures with current release (2.03 or 2.0.5)

  • Read-only state "enigma2.0.enigma2.MUTED" has been written without ack-flag with value ""

    This is NO problem of the adapter. Most likely you write to this state by vis or a script and heve ACK=true set. The controller warns about this error now. Input states MUST be written with ack=false - otherwise the controler ignores the value change (or at east should do it)

@mcm1957
Copy link
Member

mcm1957 commented Oct 19, 2023

Problem should be fixed with 2.0.2/2.0.3
No feedback received here.

let's close.

Please open a new issue if still some problmes exist.

@mcm1957 mcm1957 closed this as completed Oct 19, 2023
@mcm1957 mcm1957 added fixed and removed question labels Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants