Added QPGS sensors for parallel or three phase #101
Closed
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.
@syssi I tried to decode commands in three phases (or parallel) configuration and implement it in PIP8048 component. I'm not a software expert, but i tried to use the correct syntax following existing commands. I added all this section to the component (fig.1).
I also tested QPGS commands on my PIP8048 three phase configuration and they reply as in the protocol (fig.2).
Esphome firmware using modified component compile and load correctly, all original component sensors works, but unfortunately the part that i added doesn't work. Sensors are NA. It seems that QPGSn command is sent but there is no reply (fig.3)
Can someone check if i missing something adding new command? This modification can be useful for those that want to use parallel or three phase configuration... Attached there is my modified component. Please tell me a better way to load it (maybe a new branch or a pull request?)