Version 0.8.0 RC1
Pre-release
Pre-release
This version brings MODBUS support for all supported inverters.
- Registers can be queried directly via MQTT now.
- The proxy itself uses the MODBUS protocol to read data at a higher sampling rate and send it to the MQTT broker. This increases the time resolution but also significantly reduces the average delay.
- The
Rated Power
of the inverter can now also be set via MQTT
For GEN3PLUS inverters, this version also supports AT+ commands via MQTT. This can be used to query and set access data and WLAN parameters.
Access lists can be used to block AT+ commands from the TSUN Cloud or separately via MQTT. By default, only firmware updates for TSUN are now enabled.
To reduce the size of the log files for packet tracing, the proxy now uses different logging levels depending on the packet type. Heartbeat and regular MODBUS packets are now only logged with the DEBUG log level and are therefore no longer saved in the log file by default.
What's Changed
- Data collect interval is now uniformly reported for the GEN3 and GEN3PLUS to home assistant by @s-allius in #63
- The creation of the internal configuration from the config.toml file was made rebuster by @s-allius in #64
- Faster
Data-Up interval
sends measurement data to the MQTT broker every minute by @s-allius in #67 - Add Fifo for MODBUS requests for robustness by @s-allius in #74
- Bugfix: Catch all OSError errors in the read loop by @s-allius in #79
- GEN3PLUS: control access via AT commands by @s-allius in #81
- trace heartbeat and regular modbus pakets with log level DEBUG by @s-allius in #82
Full Changelog: v0.7.0...v0.8.0-rc.1