Releases: enwi/RNGBridgeDoc
Releases · enwi/RNGBridgeDoc
2.12.0
Breaking Changes 🛠
- None
Changes 🔃
- Add support for smart lithium batteries
- Add lifetime generation to json data and frontend
- Reduce duplicate code
- Bump dependencies for both backend and frontend
Bugfixes 🎉
- Fix temperature values parsing
- Fix unwanted restart due to networking delay
2.11.0
2.10.0
2.9.1
2.9.0
2.8.0
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
2.7.2
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 byonNotFound
handler
Bugfixes
- Fix HA discovery messages sent even when disabled
2.7.1
2.7.0
Breaking Changes
- MQTT state topic moved to subtopic
state
of the configured base topic (example: if your configured topic wasrng
the state is now published atrng/state
) - Online and Offline messages changed from
{"device":"<MAC>","connected":false}
toConnected
and{"device":"<MAC>","connected":true}
toDisconnected
- Online and Offline messages moved to subtopic
lwt
(example: if your configured topic wasrng
the connected messages are now published atrng/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
andOut3
via MQTT - Request charge controller state via REST API (
/api/state
)
Bugfixes
- None