-
Notifications
You must be signed in to change notification settings - Fork 66
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
PowerMeter Class + SDM PowerMeter support #140
Conversation
Had to add 41da6d4 to get it working. Wondering why this was not in the PR. |
sorry, that's because I've manuely merged my brunch to dev branch |
I found some additional issues. Hopefully I fixed it so far. My shelly power meter is now working. Can you test, the development branch for your power meter? |
my biggest problem sofar: I can't switch between MQTT and SDM, ESP reboots, I think because of MQTT reinitialisation. |
MQTT is working |
Perfect. I will follow the KISS principle (Keep it simple and stupid), and implement a reboot after config changes. So you don't have to deal with unsubscribe from old MQTT topics, or changing communication speed on the serial interface. |
that would be the easiest and safest solution. Ok, some topics are still open: pin setting (and switch to softserial to free up a HW UART for BMS), baudrate from settings, address from settings.. I see this tasks by myself .. and completly new option: HTTP with JSON parser to support Tasmota/Hinchi IR without MQTT |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
New PowerMeter Class