Add support for D2-14-41 #165
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, looks like I was able to successfully add support for D2-14-41 Multisensor (Indoor -Temperature, Humidity XYZ Acceleration, Illumination, Contact Sensor).
Here the debug output:
2025-01-21 22:09:39,981 DEBUG: 04:13:8D:85->FF:FF:FF:FF (-82 dBm): 0x01 ['0xd2', '0x9e', '0x1f', '0x80', '0xd', '0xe3', '0xe2', '0xfb', '0xd7', '0xc0', '0x4', '0x13', '0x8d', '0x85', '0x80'] ['0x0', '0xff', '0xff', '0xff', '0xff', '0x52', '0x0'] OrderedDict()
2025-01-21 22:09:39,982 DEBUG: enoceanmqtt/Multisensor_D2-14-41: TMP (Temperature 10)=23.200000000000003 °C
2025-01-21 22:09:39,982 DEBUG: enoceanmqtt/Multisensor_D2-14-41: HUM (Rel. Humidity (linear))=63.0 %
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: ILL (Illumination (linear))=111.0 lx
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: ACC (Acceleration Status)=Periodic Update
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: ACX (Absolute Acceleration on X axis)=-0.015000000000000124 g
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: ACY (Absolute Acceleration on Y axis)=0.015000000000000124 g
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: ACZ (Absolute Acceleration on Z axis)=1.0100000000000002 g
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: CO (Contact)=Open
2025-01-21 22:09:39,983 DEBUG: enoceanmqtt/Multisensor_D2-14-41: Sent MQTT: {"RSSI": -82, "DATE": "2025-01-21T22:09:39.981177", "TMP": 23.200000000000003, "HUM": 63.0, "ILL": 111.0, "ACC": 0, "ACX": -0.015000000000000124, "ACY": 0.015000000000000124, "ACZ": 1.0100000000000002, "CO": 0}
2025-01-21 22:09:39,983 DEBUG: Sending PUBLISH (d0, q0, r1, m49), 'b'enoceanmqtt/Multisensor_D2-14-41'', ... (214 bytes)
Many thanks and take care