aboutsummaryrefslogtreecommitdiff
path: root/src/p18
AgeCommit message (Collapse)Author
2023-12-14According to user report, some inverters may return 3 digits in 14th field ↵Evgeny Zinoviev
when querying get-rated. Support that.
2022-09-02rename stuffEvgeny Zinoviev
- Rename some commands - Use more unified and correct terminology
2022-08-31p18: get-rated: fix parsing of invalid responseEvgeny Zinoviev
Sometimes (my guess is when AC input line is connected) get-rated (^P007PIRI request) returns additional field in the end. On my device it's two bytes, '00' (0x30 0x30). It shouldn't be there as per documentation (but you know how accurate these chinese docs can be, right?) and, as of now, I have no clue what that means.
2022-08-31p18/get-rated: fix output_source_priority return typeEvgeny Zinoviev
2021-11-29p18/get-p-status: don't output max_temp if inverter doesn't return itEvgeny Zinoviev
2021-11-29p18: fix serial number parsing in get-p-ratedEvgeny Zinoviev
2021-11-29p18: fix variable field lengths in get-p-ratedEvgeny Zinoviev
2021-11-29p18: fix get-p-statusEvgeny Zinoviev
2021-05-23p18: fix set-ac-charging-time/set-ac-loads-supply-timeEvgeny Zinoviev
2021-05-23p18: fix set-output-modelEvgeny Zinoviev
2021-05-23p18: fix set-charging-source-priorityEvgeny Zinoviev
2021-05-23p18: fix set-charging-thresholdsEvgeny Zinoviev
2021-05-23p18: fix set-date-timeEvgeny Zinoviev
2021-05-23GS response: typo fixEvgeny Zinoviev
2021-05-22p18::Client::execute: don't catch InvalidResponseErrorEvgeny Zinoviev
2021-05-16turn some bools in GS response into enumsEvgeny Zinoviev
2021-05-16add 'simple-json' formatEvgeny Zinoviev
2021-05-16p18/response/TotalGenerated: kwh -> whEvgeny Zinoviev
2021-05-07fix json representation of enum valuesEvgeny Zinoviev
2021-05-07initialEvgeny Zinoviev