-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve TS0601_din_1 and add Sunricher SR-ZG9101SAC-HP-SWITCH-B fingerprint #6623
Conversation
@martyn-vesternet could you check the changes to |
[102, 'produced_energy', tuya.valueConverter.divideBy100], | ||
[103, 'power', tuya.valueConverter.raw], | ||
[105, 'ac_frequency', tuya.valueConverter.divideBy100], | ||
[109, 'energy_reactive', tuya.valueConverter.divideBy100], // reactive energy in VArh | ||
[110, 'power_reactive', tuya.valueConverter.raw], // reactive power |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the exposes
accordingly.
@dduransseau I would suggest creating your own dedicated device in the Sunricher file to suit that particular firmware version. You'll want to make sure that the configuration for the Vesternet version works correctly with your version, especially as there is a pending PR that accounts for differing behaviours between versions 2.5.3_r2 and 2.9.2_r3 (measurements are on different endpoints). |
@martyn-vesternet done. |
@martyn-vesternet ready for merge? |
@Koenkk for this one yes, I think the changes to vesternet.ts were removed so should be OK. |
thanks! |
Relative to previous PR #6607