Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-14 | According to user report, some inverters may return 3 digits in 14th field ↵ | Evgeny Zinoviev | |
when querying get-rated. Support that. | |||
2023-01-12 | usb: support specifying device path (e.g. /dev/hidrawX) | Evgeny Zinoviev | |
2022-09-02 | minor help message fixes | Evgeny Zinoviev | |
2022-09-02 | rename stuff | Evgeny Zinoviev | |
- Rename some commands - Use more unified and correct terminology | |||
2022-08-31 | p18: get-rated: fix parsing of invalid response | Evgeny 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-31 | p18/get-rated: fix output_source_priority return type | Evgeny Zinoviev | |
2021-11-29 | p18/get-p-status: don't output max_temp if inverter doesn't return it | Evgeny Zinoviev | |
2021-11-29 | p18: fix serial number parsing in get-p-rated | Evgeny Zinoviev | |
2021-11-29 | p18: fix variable field lengths in get-p-rated | Evgeny Zinoviev | |
2021-11-29 | p18: fix get-p-status | Evgeny Zinoviev | |
2021-05-23 | p18: fix set-ac-charging-time/set-ac-loads-supply-time | Evgeny Zinoviev | |
2021-05-23 | p18: fix set-output-model | Evgeny Zinoviev | |
2021-05-23 | p18: fix set-charging-source-priority | Evgeny Zinoviev | |
2021-05-23 | p18: fix set-charging-thresholds | Evgeny Zinoviev | |
2021-05-23 | p18: fix set-date-time | Evgeny Zinoviev | |
2021-05-23 | GS response: typo fix | Evgeny Zinoviev | |
2021-05-22 | server: add --device-error-limit | Evgeny Zinoviev | |
2021-05-22 | server: fix delay | Evgeny Zinoviev | |
2021-05-22 | server: add some logs | Evgeny Zinoviev | |
2021-05-22 | device: add a FIXME comment about possible bug | Evgeny Zinoviev | |
2021-05-22 | p18::Client::execute: don't catch InvalidResponseError | Evgeny Zinoviev | |
2021-05-22 | inverterd: add --delay option | Evgeny Zinoviev | |
2021-05-17 | device: fix timeout logic when Device is reused | Evgeny Zinoviev | |
2021-05-17 | server: write errors to stderr | Evgeny Zinoviev | |
2021-05-17 | inverterd.cc: fix usage message | Evgeny Zinoviev | |
2021-05-16 | turn some bools in GS response into enums | Evgeny Zinoviev | |
2021-05-16 | add 'simple-json' format | Evgeny Zinoviev | |
2021-05-16 | server/cache: fix cache collision for commands with different arguments | Evgeny Zinoviev | |
2021-05-16 | p18/response/TotalGenerated: kwh -> wh | Evgeny Zinoviev | |
2021-05-07 | fix json representation of enum values | Evgeny Zinoviev | |
2021-05-07 | server: remove cached items on timeout (makes sense in case of error that ↵ | Evgeny Zinoviev | |
might happen next) | |||
2021-05-07 | initial | Evgeny Zinoviev | |