Closed michalpulda closed 1 year ago
Can you check the log in ESPHome en look for productID
Here it is:
[15:04:11][D][mesh_device:379]: MAC report, dev [16845]: productID: 49 mac: A4:C1:38:56:C1:CD => 1010000100101011000000111100110101000001110000001100110011011000011000000000000100000000000100000100100111001101110000010101011000111000000000000000000000000000
[15:04:11][D][mesh_device:499]: '16845': Sending discovery...
[15:06:43][D][mesh_device:631]: [16845] Process command state
[15:06:44][D][mesh_device:346]: online status report: mesh: 16845, on: 1, color_mode: 0, transition_mode: 0, w_b: 64, temp: 127, c_b: 0, rgb: 000000
[15:06:44][I][mesh_device:411]: 16845: ON temp: 127 (64 %) ONLINE
[15:06:47][D][mesh_device:631]: [16845] Process command state
[15:06:48][D][mesh_device:346]: online status report: mesh: 16845, on: 0, color_mode: 0, transition_mode: 0, w_b: 64, temp: 127, c_b: 0, rgb: 000000
[15:06:48][I][mesh_device:411]: 16845: OFF temp: 127 (64 %) ONLINE
Thanks!
@michalpulda please use the latest version of this component and add the next lines to your yaml config:
awox_mesh:
mesh_name: !secret mesh_name
mesh_password: !secret mesh_password
device_info:
- product_id: 0x49
device_type: DIM
name: EGLOBulb A60 Warm
model: ESMLm_w9w
manufacturer: EGLO
@michalpulda please use the latest version of this component and add the next lines to your yaml config:
I have added it and it works good, thank you!
Should I migrate to this configuration my other devices (3x GLOSpot 170/w, EGLOSpot 120/w, ETriSpot_85, EGLO PLUG PLUS)? Do you plan to drop original automatic setup? Thanks!
@michalpulda please use the latest version of this component and add the next lines to your yaml config:
I have added it and it works good, thank you!
Should I migrate to this configuration my other devices (3x GLOSpot 170/w, EGLOSpot 120/w, ETriSpot_85, EGLO PLUG PLUS)? Do you plan to drop original automatic setup? Thanks!
The existing config is dropped so yes you need to add your other device types
Hello,
Could you please add a new device? Please see the MQTT payload bellow. In the original integration it went by name "ESMLm-w9w", so I guess it would mean to uncomment row 207 of the
device_info.h
file.Thanks!