Skip to content

Releases: enwi/RNGBridgeDoc

2.11.0

02 Dec 20:25
Compare
Choose a tag to compare

Breaking Changes 🛠

  • None

Changes 🔃

  • Provide consumption and generation data to MQTT, REST & Homeassistant
  • Add link to configuration page from within home assistant device settings

Bugfixes 🎉

  • None

2.10.0

01 Dec 19:49
82fa470
Compare
Choose a tag to compare

Breaking Changes 🛠

  • None

Changes 🔃

  • Add option to split data of state JSON into individual MQTT topics

Bugfixes 🎉

  • Fix MQTT port not being saved correctly
  • Fix MQTT home assistant discovery topic not being updated in some cases

2.9.1

03 Oct 08:59
a71de26
Compare
Choose a tag to compare

Breaking Changes 🛠

  • None

Changes 🔃

  • None

Bugfixes 🎉

  • Fix modbus device id not being updated correctly

2.9.0

01 Oct 18:54
Compare
Choose a tag to compare

Changes

  • Make modbus device id configurable
  • Add fan alarm error
  • Remove duplicate code by introducing Observerable class

Bugfixes

  • None

2.8.0

13 Aug 12:17
Compare
Choose a tag to compare

Breaking Changes

  • Remove load power and panel power from MQTT json

Changes

  • Remove NTPClient and TimeLib dependencies and use integrated ESP NTP time functions
  • Display Renogy model info in debug console on startup
  • Check for new software version at midnight
  • Add Favicon
  • Average RSSI value
  • Read energy generation and consumption values from Renogy Charge Controller
  • Upload energy (generation & consumption), power (generation & consumption), battery temperature and battery voltage to PVOutput
  • Increase time accuracy of main loop
  • Reduce Renogy update interval from 1 to 2 seconds

Bugfixes

  • Fix debug output printed to wrong serial port
  • Fix 0 values sent after reboot/reset to MQTT and GUI
  • Fix output state not being updated internally

2.7.3

04 Aug 21:51
Compare
Choose a tag to compare

Changes

  • Reduce used heap size
  • Remove sending heap in config json to gui

Bugfixes

  • Fix checks for software update not parsing GitHub data due to low heap

2.7.2

04 Aug 20:56
Compare
Choose a tag to compare

Changes

  • Display wifi signal strength (RSSI) in GUI and make it available for MQTT, REST and HA too (closes #12)
  • Remove debug output of EventSource
  • Make software update checks async
  • Reduce Uptime logging output
  • Remove serving captive portal for /generate_204 and /fwlink and let it get handled by onNotFound handler

Bugfixes

  • Fix HA discovery messages sent even when disabled

2.7.1

03 Aug 18:48
Compare
Choose a tag to compare

Changes

  • Reduce number of decimal places for HA entities to 1
  • Increase size of HA discovery messages

Bugfixes

  • None

2.7.0

30 Jul 21:47
Compare
Choose a tag to compare

Breaking Changes

  • MQTT state topic moved to subtopic state of the configured base topic (example: if your configured topic was rng the state is now published at rng/state)
  • Online and Offline messages changed from {"device":"<MAC>","connected":false} to Connected and {"device":"<MAC>","connected":true} to Disconnected
  • Online and Offline messages moved to subtopic lwt (example: if your configured topic was rng the connected messages are now published at rng/lwt)
  • MQTT state JSON keys renamed (please take a look at the updated documentation)
  • MQTT state device key removed

Changes

  • Add homeassistant MQTT discovery with customizable discovery topic
  • Control outputs Load, Out1, Out2 and Out3 via MQTT
  • Request charge controller state via REST API (/api/state)

Bugfixes

  • None

2.6.0

17 Jul 18:47
Compare
Choose a tag to compare

Changes

  • Add panel voltage and panel current as output control parameters

Bugfixes

  • None