Skip to content

Commit

Permalink
feature: id and livadata on same functioncode (#58), add CRC Check (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfaust committed Aug 27, 2024
1 parent 18ee30c commit a42b11e
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 71 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release 3.2.2:
- add GoodWe Support, by TigerGrey (#58)
- add support for id and livedate on same functioncode, by TigerGrey (#58)
- add CRC Check to validate response (#43)
- add data length check to validate response (#43)

Release 3.2.1:
- add modbusprotocoll doc for Solax-X1/X3 G4 (incl. write register) (thanks to @lattemacchiato) (#64)
Expand Down
33 changes: 23 additions & 10 deletions data/web/modbusconfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,29 @@

<tr>
<td>Enable OpenWB Compatibility</td>
<td>
<div class='onoffswitch'>
<input type='checkbox' name='enable_openwbtopic' class='onoffswitch-checkbox' id='enable_openwbtopic'>
<label class='onoffswitch-label' for='enable_openwbtopic'>
<span class='onoffswitch-inner'></span>
<span class='onoffswitch-switch'></span>
</label>
</div>
</td>
</tr>
<td>
<div class='onoffswitch'>
<input type='checkbox' name='enable_openwbtopic' class='onoffswitch-checkbox' id='enable_openwbtopic'>
<label class='onoffswitch-label' for='enable_openwbtopic'>
<span class='onoffswitch-inner'></span>
<span class='onoffswitch-switch'></span>
</label>
</div>
</td>
</tr>

<tr>
<td>Enable CRC Check</td>
<td>
<div class='onoffswitch'>
<input type='checkbox' name='enableCrcCheck' class='onoffswitch-checkbox' id='enableCrcCheck'>
<label class='onoffswitch-label' for='enableCrcCheck'>
<span class='onoffswitch-inner'></span>
<span class='onoffswitch-switch'></span>
</label>
</div>
</td>
</tr>

<tr>
<td>Enable Set Commands over MQTT (security issue)</td>
Expand Down
Loading

0 comments on commit a42b11e

Please sign in to comment.