Hi !
I have Enocean Nodon wall switch, and Thermokon AirScan app shows very strange ID - 0x358F0C (3510028). 3510028 converted to hex is 0x358F0C.
So in “configuration.yaml” it will be listed as
switch nodon01_0:
- platform: enocean
name: Nodon Wall Switch No1-ch0
id: [0x35,0x8F,0x0C]
channel: 0
switch nodon01_1:
- platform: enocean
name: Nodon Wall Switch No1-ch1
id: [0x35,0x8F,0x0C]
channel: 1
Will it work in that way, or there is something wrong with that ID ?
Thanks in advance.