Skip to content

Commit

Permalink
Release 1.8 - MQTT support refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaluxPL committed Feb 24, 2022
1 parent 3b0d69a commit 42a9800
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ MQTT support (including Domoticz/HomeAssistant) refactored

### Changed
1. Basic MQTT message output as a separate option (independent from Domoticz or HomeAssistant support)
2. Dedicated MQTT topic settings for basic support, Domoticz and HomeAssistant
3. Additional parameters in config.cfg for above changes
2. Basic MQTT output is now independent from Domoticz support
3. Dedicated MQTT topic settings for basic support, Domoticz and HomeAssistant
4. Additional parameters in config.cfg for above changes

### Fixed
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,22 @@ influxdb_dbname= # Database name
mqtt=0 # 0: disabled, 1: enabled
mqtt_server= # MQTT server IP address
mqtt_port=1883 # MQTT server tcp port
mqtt_topic= # MQTT topic name
mqtt_topic= # MQTT topic name for basic output
mqtt_username= # MQTT access username
mqtt_passwd= # MQTT user password
mqtt_tls=0 # Set to 1 to enable TLS support
mqtt_tls_insecure=True # Set to False to enable strict server's certificate hostname matching
mqtt_tls_version=2 # 1 or 2
mqtt_cacert= # CA certificate path/filename
mqtt_basic=0 # 0: disabled, 1: enabled (basic output to MQTT - all values in one message)
[Domoticz]
domoticz_support=0 # 0: disabled, 1: enabled
domoticz_topic= # MQTT topic name for Domoticz integration
[HomeAssistant]
homeassistant_support=0 # 0: disabled, 1: enabled
homeassistant_topc= # MQTT topic name for HomeAssistant integration
Files SOFARMap.xml and SOFARHWMap.xml contain MODBUS inverter's registers mapping for Sofar Solar K-TLX product line
and Prometheus/InfluxDB metrics configuration.
Expand Down

0 comments on commit 42a9800

Please sign in to comment.