phifogg / ioBroker.sainlogic

An IoBroker Adapter for Sainlogic based weather stations
MIT License
20 stars 11 forks source link

Unkown command 84 subcommand 49 #102

Closed BenjaminK87 closed 2 years ago

BenjaminK87 commented 2 years ago

Just installed sainlogic adapter v0.7.3.

The weatherstation is a WH4000SE

Following error appears in iobroker:

Scheduler connected to weather station run 255,255,11,0,6,4,4,25

sainlogic.0 | 2021-11-25 10:42:57.167 | error | Scheduler received data for unkown command 84 subcommand 49
sainlogic.0 | 2021-11-25 10:42:57.167 | debug | Data Command received: 84 subcommand 49
sainlogic.0 | 2021-11-25 10:42:57.167 | debug | FW Scheduler Received data string: 485454502f312e31203430302042616420526571756573740d0a436f6e6e656374696f6e3a20636c6f73650d0a0d0a
phifogg commented 2 years ago

That is interesting... the scheduler does not send a command 84 subcommand 49.... seems your station is sending some bogus response. Can you try with the individual checkboxes on the scheduler page which one is causing the culprit?

3PO commented 2 years ago

Same Problem here:

2022-01-27 11:48:01.141  - info: host.iobroker "system.adapter.sainlogic.0" enabled
2022-01-27 11:48:01.265  - info: host.iobroker instance system.adapter.sainlogic.0 started with pid 41776
2022-01-27 11:48:02.999  - info:  sainlogic.0 (41776) starting. Version 0.8.1 in  /opt/iobroker/node_modules/iobroker.sainlogic, node: v17.4.0,  js-controller: 3.3.22
2022-01-27 11:48:03.046  - info: sainlogic.0 (41776) Starting Scheduler
2022-01-27 11:48:03.048  - info: sainlogic.0 (41776) Scheduler call ws_getfirmware activated
2022-01-27 11:48:03.050  - info: sainlogic.0 (41776) Scheduler call ws_getcurrent activated
2022-01-27 11:48:03.050  - info: sainlogic.0 (41776) Scheduler call ws_getmax activated
2022-01-27 11:48:03.052  - info: sainlogic.0 (41776) Scheduler call ws_getmin activated
2022-01-27 11:48:03.052  - info: sainlogic.0 (41776) Scheduler call ws_getmaxdaily activated
2022-01-27 11:48:03.053  - info: sainlogic.0 (41776) Scheduler call ws_getmindaily activated
2022-01-27 11:48:03.058  - info: sainlogic.0 (41776) Starting Listener
2022-01-27 11:48:18.056  - info: sainlogic.0 (41776) Scheduler pulling for new data
2022-01-27 11:48:18.100  - error: sainlogic.0 (41776) Scheduler received data for unkown command 84 subcommand 49
2022-01-27 11:48:33.057  - info: sainlogic.0 (41776) Scheduler pulling for new data
2022-01-27 11:48:33.084  - error: sainlogic.0 (41776) Scheduler received data for unkown command 84 subcommand 49

Station is a WH2650A.  

phifogg commented 2 years ago

Duplicate to #112 Closing here to reduce noise.