-
Notifications
You must be signed in to change notification settings - Fork 67
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
Feature: support JSON payload in MQTT battery provider #1127
Conversation
this changeset adds support for parsing the MQTT battery provider's SoC and voltage topics' payloads as JSON to extract a numeric value at a configurable path.
b03039b
to
44ffe82
Compare
@apss-fuchs @Dani1802 @danny1605 @r06-m @teste123456987 @TvT73 Care to test this? Be aware of #1025. If you are on an ESP32 with 4MB of flash and need OTA, you are out of luck, as this firmware requires an ESP32-S3 (old or new partition scheme) or an ESP32 with a new partition scheme. Please have a look at the firmware build as part of this PR's action. |
@schlimmchen Thanks for that update! Update: |
@schlimmchen I can´t test yet cause of still using an 4mb ESP Version and my knowledge is not good enough for compiling it by myself. But I will follow it here to see what is possible in the future. It´s great to see whats possible. Good work ! |
even so its offtopic, whats your problem? and, why are you using "daily yield" in the first place? IMO its way easier to use "total yield" all along and let your monitoring software calculate, what you want to see. if that's your case and as the problem with resetting daily values comes quite often: @schlimmchen, do you think it would be possible (or even a good idea in general?) to change the "daily yield" value? afaik right now its a response from the inverter itself, which will reset to 0, if the inverter looses DC power. there are quite a few options that try to correct these resets. wouldn't it be easier to also use |
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. |
this changeset adds support for parsing the MQTT battery provider's SoC and voltage topics' payloads as JSON to extract a numeric value at a configurable path.
closes #897.