esphome-components: Changing the mode and scene on a EraClean CW-BS01 doesn't seem to work
Hi @dentra,
I’m trying to control my EraClean CW-BS01. Whichever commands I send (setting the mode, the type of scene), be them from HA or directly from the ESP32 webserver don’t actually change any settings on the device. Is this caused by the fact that it is a work in progress? I can see from the logs that the command sent is still with the old settings (as exemplified in the first 3 lines of the below log).
Thanks in advance.
[10:11:01][D][select:062]: 'FRIDGE-AIR-PURIFIER Mode' - Setting
[10:11:01][D][select:115]: 'FRIDGE-AIR-PURIFIER Mode' - Set selected option to: Anion
[10:11:01][D][select:015]: 'FRIDGE-AIR-PURIFIER Mode': Sending state Keep - Freshing (index 1)
[10:11:08][D][ble_client:047]: Found device at MAC address [EC:4D:3E:BE:A7:6D]
[10:11:08][D][iBeacon:101]: UUID: 50765CB7-D9EA-4E21-99A4-FA879613A492
[10:11:08][I][ble_client:085]: Attempting BLE connection to ec:4d:3e:be:a7:6d
[10:11:10][I][ble_client:170]: Service UUID: 0x1801
[10:11:10][I][ble_client:171]: start_handle: 0x1 end_handle: 0x4
[10:11:10][I][ble_client:383]: characteristic 0x2A05, handle 0x3, properties 0x20
[10:11:10][I][ble_client:170]: Service UUID: 0x1800
[10:11:10][I][ble_client:171]: start_handle: 0x5 end_handle: 0xd
[10:11:10][I][ble_client:383]: characteristic 0x2A00, handle 0x7, properties 0x2
[10:11:10][I][ble_client:383]: characteristic 0x2A01, handle 0x9, properties 0x2
[10:11:10][I][ble_client:383]: characteristic 0x2A04, handle 0xb, properties 0x2
[10:11:10][I][ble_client:383]: characteristic 0x2AA6, handle 0xd, properties 0x2
[10:11:10][I][ble_client:170]: Service UUID: 0xFE95
[10:11:10][I][ble_client:171]: start_handle: 0xe end_handle: 0x1c
[10:11:10][I][ble_client:383]: characteristic 0x0004, handle 0x10, properties 0x2
[10:11:10][I][ble_client:383]: characteristic 0x0010, handle 0x12, properties 0x14
[10:11:10][I][ble_client:383]: characteristic 0x0019, handle 0x15, properties 0x14
[10:11:10][I][ble_client:383]: characteristic 0x0017, handle 0x18, properties 0x18
[10:11:10][I][ble_client:383]: characteristic 0x0018, handle 0x1b, properties 0x14
[10:11:10][I][ble_client:170]: Service UUID: 00000100-0065-6C62-2E74-6F696D2E696D
[10:11:10][I][ble_client:171]: start_handle: 0x1d end_handle: 0xffff
[10:11:10][I][ble_client:383]: characteristic 00000101-0065-6C62-2E74-6F696D2E696D, handle 0x1f, properties 0x4
[10:11:10][I][ble_client:383]: characteristic 00000102-0065-6C62-2E74-6F696D2E696D, handle 0x21, properties 0x10
[10:11:10][D][miot_standard_auth_client:090]: state=0xB (11)
[10:11:10][D][miot_standard_auth_client:090]: state=0xB (11)
[10:11:10][D][miot_standard_auth_client:090]: state=0x0 (0)
[10:11:10][D][miot_standard_auth_client:090]: state=0xD (13)
[10:11:10][D][miot_standard_auth_client:090]: state=0x0 (0)
[10:11:10][D][miot_standard_auth_client:090]: state=0xC (12)
[10:11:10][D][miot_standard_auth_client:090]: state=0xC (12)
[10:11:10][D][miot_standard_auth_client:090]: state=0xA (10)
[10:11:10][D][miot_standard_auth_client:090]: state=0xA (10)
[10:11:10][I][miot_standard_auth_client:062]: Login Success
[10:11:10][D][miot_cwbs01.api:156]: Request state
[10:11:10][D][miot_cwbs01.api:206]: Set mode 1
[10:11:10][D][text_sensor:067]: 'FRIDGE-AIR-PURIFIER Version': Sending state '1.1.1_0008'
[10:11:10][D][miot_cwbs01.api:073]: Got state: 5B.F5.FF.3F
[10:11:10][D][select:015]: 'FRIDGE-AIR-PURIFIER Mode': Sending state Keep - Freshing (index 1)
[10:11:10][D][select:015]: 'FRIDGE-AIR-PURIFIER Scene': Sending state Middle refrigerator (150L - 300L) (index 1)
[10:11:10][D][sensor:125]: 'FRIDGE-AIR-PURIFIER Battery Level': Sending state 90.00000 % with 0 decimals of accuracy
[10:11:10][I][ble_client:075]: [ec:4d:3e:be:a7:6d] Disabling BLE client.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16 (8 by maintainers)
Commits related to this issue
- #28 cwbs01: fix change state for mode and scene — committed to dentra/esphome-components by dentra 2 years ago
- #28 cwbs01: rework request and change state — committed to dentra/esphome-components by dentra 2 years ago
@DivanX10, Thanks for your experience. Could you suggest changes to the documentation for this component by PR or just as an new issue?