aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-14src/numeric_types: include cstdintHEADmasterEvgeny Zinoviev
2023-12-14According to user report, some inverters may return 3 digits in 14th field ↵Evgeny Zinoviev
when querying get-rated. Support that.
2023-01-12usb: support specifying device path (e.g. /dev/hidrawX)Evgeny Zinoviev
2022-09-02minor help message fixesEvgeny Zinoviev
2022-09-02CMakeLists.txt: clean upEvgeny Zinoviev
2022-09-021.4.99Evgeny Zinoviev
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-30readme: update list of tested devicesEvgeny Zinoviev
2021-11-29p18/get-p-status: don't output max_temp if inverter doesn't return itEvgeny Zinoviev
2021-11-29readme: add inverter-http-proxy linkEvgeny 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-231.4.0Evgeny 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-231.3.1Evgeny Zinoviev
2021-05-23GS response: typo fixEvgeny Zinoviev
2021-05-22server: add --device-error-limitEvgeny Zinoviev
2021-05-221.2.2Evgeny Zinoviev
2021-05-22server: fix delayEvgeny Zinoviev
2021-05-22server: add some logsEvgeny Zinoviev
2021-05-22device: add a FIXME comment about possible bugEvgeny Zinoviev
2021-05-22inverterd.service: use EnvironmentFile to set optionsEvgeny Zinoviev
2021-05-221.2.1Evgeny Zinoviev
2021-05-22p18::Client::execute: don't catch InvalidResponseErrorEvgeny Zinoviev
2021-05-221.2.0Evgeny Zinoviev
2021-05-22inverterd: add --delay optionEvgeny Zinoviev
2021-05-18readme: fix a typoEvgeny Zinoviev
2021-05-17readme: add telnet usage example gifEvgeny Zinoviev
2021-05-17readme: slightly update inverterd descriptionEvgeny Zinoviev
2021-05-171.1.1Evgeny Zinoviev
2021-05-17device: fix timeout logic when Device is reusedEvgeny Zinoviev
2021-05-17server: write errors to stderrEvgeny Zinoviev
2021-05-17inverterd.cc: fix usage messageEvgeny Zinoviev
2021-05-16turn some bools in GS response into enumsEvgeny Zinoviev
2021-05-16add 'simple-json' formatEvgeny Zinoviev
2021-05-16readme fixEvgeny Zinoviev
2021-05-16update readmeEvgeny Zinoviev
2021-05-161.0.2Evgeny Zinoviev
2021-05-16server/cache: fix cache collision for commands with different argumentsEvgeny Zinoviev
2021-05-161.0.1Evgeny Zinoviev
2021-05-16p18/response/TotalGenerated: kwh -> whEvgeny Zinoviev
2021-05-07readme fixEvgeny Zinoviev
2021-05-07fix json representation of enum valuesEvgeny Zinoviev
2021-05-07readme: add link to python clientEvgeny Zinoviev
2021-05-07systemd: add inverterd service fileEvgeny Zinoviev
2021-05-07server: remove cached items on timeout (makes sense in case of error that ↵Evgeny Zinoviev
might happen next)
2021-05-07add third_party/jsonEvgeny Zinoviev
2021-05-07update .gitignoreEvgeny Zinoviev
2021-05-07initialEvgeny Zinoviev