iobroker-community-adapters / ioBroker.wolf-smartset

Connect Wolf-smartset to IoBroker
MIT License
12 stars 3 forks source link

Changing of parameter value does not update wolf heating #282

Closed gertz167 closed 1 year ago

gertz167 commented 1 year ago

Describe the bug
When I try to change the parameter value "35001200000" (changing of program warmwater. 0=standby, 1=auto ) to "1" or "0" the change will not be sent to wolf heating. When I open and login to https://www.wolf-smartset.com and change the value manually then it works correctly.

I also could not see any debug value with string "SEND VALUE" in log of iobroker.

To Reproduce
Steps to reproduce the behavior:

  1. Install and create new instance of wolf-smartset adapter in iobroker
  2. change log level of wolf-smartset from "info" to debug
  3. Open "Objects" in iobroker and filter for value "35001200000"
  4. Change the value to "1" or "0" and enable checkbox "Wert bestätigen"
  5. Open log of iobroker. There there is no log entry for wolf-smartset with value "SEND-VALUE"
  6. Also open webpage https://www.wolf-smartset.com and check for changed value. The value is still the old one. Also the heating system still has the old value.

Expected behavior
Changing of value will be sent to wolf-smartset and heating system is updated with new value.

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

Versions:

Additional context
Add any other context about the problem here.

Apollon77 commented 1 year ago

Change the value to "1" or "0" and enable checkbox "Wert bestätigen"

Mööööööööppp WRONG! :-)

COmmands are only executed if "Wert bestätigen" is set to false!!

So might it be a using error? Please try to leave the "Wert bestätigen" at false

gertz167 commented 1 year ago

Ahhh. thanks. that works. :-)