-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add support for ORNO WE-517 Modbus Power Meter #9353
Conversation
CI fail in Tasmota32 sensors |
Okay thanks, the issue is fixed now. All checks passing. |
See here #9237 (comment) why on hold |
Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353)
Thx. Just merged with needed changes. |
Awesome! 👍 |
I like the driver very much. The meter is perfect for my use and the driver does everything that is needed, thanks maximevince. |
Thanks for noticing! |
Description:
This PR adds support for the ORNO WE-517 3-phase power meter with modbus.
By connecting a UART <-> RS485 converter to the Serial RX/TX lines, Tasmota can read out the meter.
I used 8E1 as the serial power config. I am not sure if this is support by SoftwareSerial?
It might only work on the hardware serial port now.
Also, I have no ESP32 to test, so only ESP8266 was tested.
Related issue (if applicable): No related issue, this is support for a new power meter.
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass