ioBroker.hs100
ioBroker.hs100 copied to clipboard
HS100 Adapter sometimes resets states
Sometimes the HS100 Adapter resets states. After switching one of hs100 states manually to ON it will be set with "Anfrage intervall" back to off. It happens no more after restart of Adapter, but some time / some days later the behavior is again false.
To Reproduce
Steps to reproduce the behavior:
- Go to HS100 Objects
- Click on one of HS100 switch-state and set it to ON manually
- Wait till "Anfrage intervall" is over
- Check the state changed in item 2 - it is OFF
- If logging of HS100 Adapter was switched to debug bevore, resetting of states is protocolled there.
Expected behavior
The manually changed HS100 state changes itself no more
Screenshots & Logfiles
After activating the debug-Log in adapter instance the state changing to off is shown in protocoll
`
hs100.0 | 2023-10-02 16:19:24.415 | debug | Day value for Model : HS110(EU) Energy : 0 IP : 192.168.178.25 |
---|---|---|---|
hs100.0 | 2023-10-02 16:19:24.125 | debug | Month value Model : HS110(EU) IP : 192.168.178.25 |
hs100.0 | 2023-10-02 16:19:23.834 | debug | Refresh Data HS110 192.168.178.25 |
hs100.0 | 2023-10-02 16:19:23.544 | debug | Refresh 192.168.178.25 Model = HS110(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.422 | debug | stateID hs100.0.192_168_178_28.state changed: false (ack = true) |
hs100.0 | 2023-10-02 16:19:23.352 | debug | stateID hs100.0.192_168_178_27.state changed: false (ack = true) |
hs100.0 | 2023-10-02 16:19:23.343 | debug | Refresh 192.168.178.21 Model = HS100(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.342 | debug | Refresh 192.168.178.28 Model = KP105(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.339 | debug | Refresh 192.168.178.22 Model = HS100(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.325 | debug | Refresh 192.168.178.27 Model = KP105(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.323 | debug | Refresh 192.168.178.24 Model = KP105(EU) state = false update = 2023.10.2 16:19:23 |
hs100.0 | 2023-10-02 16:19:23.290 | debug | get Information |
HS100 Adapter 2.1.2
Additional context
n.a.
i have here 4 plugs 2x hs100 and 2xhs110 .. and i cant reproduce this
maybee other script set it..or kasa app..
How can You explain the hs100 Msg. in iobroker log above - are form an another Skript/Kasa?
i can see anything in the LOG
Maybe I don't understand the message: "Refresh 192.168.178.27 Model = KP105(EU) state = false update = 2023.10.2 16:19:23" and "stateID hs100.0.192_168_178_27.state changed: false (ack = true)"
It happens shortly after setting true by the user.
I can't reproduce it now - lovelace is no more working properly after update of Node.js to 18.18.2 today.
I'll try to do it when it works again.