1
0
Fork 0
Commit Graph

21 Commits (bfdbf651baeb82ba3c96021c7d611cbefc41727d)

Author SHA1 Message Date
Bo Jeanes bfdbf651ba Add homepage and repository to manifests 2022-08-30 17:01:08 +10:00
Bo Jeanes e3d4d024ce Implement basic WiNet-S modbus driver
This also splits the project into 3 crates, which are _theoretically_
indepently useful, though the target audience will be very small...
2022-08-30 16:28:33 +10:00
Bo Jeanes 2557d99d9c Start impl Modbus proto for Sungrow WiNet-S 2022-08-28 11:15:11 +10:00
Bo Jeanes a537ea0e8e Update deps, incl released rumqttc 2022-08-27 06:42:12 +10:00
Bo Jeanes 3e926e2b0b Add pretty_assertions to tests 2022-08-27 06:12:50 +10:00
Bo Jeanes c300575dc8 Pass with clippy 2022-08-18 09:28:43 +10:00
Bo Jeanes 9e421b91b3 Sloppily implement scale/offset 2022-08-14 18:05:48 +10:00
Bo Jeanes 78d08623a6 Add more tests and parse array/string reg in config 2022-08-14 12:22:06 +10:00
Bo Jeanes 01db290c42 Start adding some tests for config parsing 2022-08-13 15:05:19 +10:00
Bo Jeanes 650e48c70d Add tracing crates 2022-08-13 13:58:48 +10:00
Bo Jeanes 6bcb0420ec Start grouping into modules 2022-07-21 17:57:41 +10:00
Bo Jeanes ca5639b6e4 Refactor register size into value type 2022-07-19 23:13:21 +10:00
Bo Jeanes a183f62ed3 Implement monitoring holding registers 2022-07-19 21:35:33 +10:00
Bo Jeanes cb56bcc66c Async modbus polling 2022-07-18 11:17:45 +10:00
Bo Jeanes 2a7387eb76 Make other Rtu options configurable 2022-07-17 19:02:38 +10:00
Bo Jeanes fa867cbfe5 Store connection handler in a map db 2022-07-17 18:40:10 +10:00
Bo Jeanes ba09d6a76a Awkwardly put into async tasks O_o 2022-07-17 18:14:55 +10:00
Bo Jeanes 6b1b679350 last will 2022-07-17 11:06:00 +10:00
Bo Jeanes ac7eedb066 Fix README formatting 2022-07-17 10:52:16 +10:00
Bo Jeanes b398d74154 Rough connectivity and idea 2022-07-17 10:41:56 +10:00
Bo Jeanes c63072715d Initial commit based on rumqttc example 2022-07-15 17:11:38 +10:00