Release 0.1.2
This release focuses on significant enhancements to the binary sensors, improving clarity, accuracy, and organization for device connection statuses.
Key Changes:
- Improved Status Display: Connection status binary sensors now display "Online" or "Offline" instead of "Connected"/"Disconnected" for a more intuitive user experience.
- Enhanced Battery Inverter Status: The connection status for battery inverters now more accurately reflects their true online/offline state based on API data.
- Distinct Entity IDs: Implemented separate and more descriptive entity IDs for battery inverter status (e.g.,
binary_sensor.your_device_battery_inverter_status) and solar inverter status (e.g.,binary_sensor.your_device_solar_inverter_status), making them easier to identify and manage. - Clearer Solar Nighttime Context: Added specific logic and state attributes to clarify that solar inverters are normally "Offline" during nighttime. This includes an
is_nighttimeattribute and a note for better context. - Refined Debug Logging: Debug logging for binary sensors has been improved to be more contextual and less redundant.
- Version Bump: Updated the integration version to 0.1.2 in
manifest.json.
These changes aim to provide a more robust and user-friendly experience when monitoring your SAJ devices.