Add support for Sedea eTH730 sensor #8246
Open
+25
−0
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.
Hello,
This PR is linked with Koenkk/zigbee2mqtt.io#3175 .
I can say that i was able to detect and pair my sensor but battery/voltage was not exposed (empty values).
After some search I saw that my device was map to the wrong definition :
Tuya TS0201 which use a fzlocal TS0201_battery, and this local definition was removing battery information because of this Koenkk/zigbee2mqtt#11470
So i create instead this converter (which is not so different from other) to have battery/voltage values back.
If later i detect an issue, i will contribute to fix stuff of course.
Thank you