S allius/issue104 (#105)

* Update README.md

Exchange logger fw version with the real inverter fw version in the compatibility table

* Update python-app.yml

run also on pushes to issue branches
fix name for issues branches

* fix forwarding of MODBUS responses

* fix unit tests
This commit is contained in:
Stefan Allius
2024-06-19 23:01:48 +02:00
committed by GitHub
parent 6b3918797b
commit 527ae3510f
3 changed files with 25 additions and 5 deletions

View File

@@ -426,7 +426,8 @@ class Talent(Message):
if self.ctrl.is_req():
if self.remoteStream.mb.recv_req(data[hdr_len:],
self.msg_forward):
self.remoteStream.
msg_forward):
self.inc_counter('Modbus_Command')
else:
self.inc_counter('Invalid_Msg_Format')