Releases: sh00t2kill/dolphin-robot
Releases · sh00t2kill/dolphin-robot
New release to fix 0.4.2
Merge pull request #117 from elad-bar/use-coordinator jumping version
Fix integration setup process
Merge pull request #115 from elad-bar/use-coordinator Fix integration setup process
Align to HA Coordinator standard, More sensors, translations
- Refactor code to support HA coordinator
- Improve reconnection when AWS Broker gets disconnected
- Remove integration options (Edit configuration)
- Improve diagnostic data
- New components
- Sensor: Clean Mode
- Sensor: Cycle Count
- Sensor: Main Unit Status
- Sensor: Robot Status
- Sensor: Robot Type
- Sensor: RSSI
- Sensor: Network Name
- Sensor: Status (Calculated Status)
- Number: LED Intensity
- Support translation for
- Vacuum: Fan Speed
- Sensor: Filter Status
- Sensor: Robot Status
- Sensor: Main Unit Status
- Sensor: Clean Mode
- Sensor: Status
- Select: LED Mode
Fix integration setup process #2
Merge pull request #107 from sh00t2kill/develop Develop
fix sensors and select functionality & add diagnostics
- Fix error upon restart caused by attempt to handle message from AWS MQTT Broker during restart of HA
- Fix Cycle Time sensor to represent minutes of the current program
- Fix Cycle Time Left sensor to represent seconds left for the current program to be completed
- Remove debugging API
- Add diagnostics support (Settings -> Devices & Services -> MyDolphin Plus -> 3 dots menu -> Download diagnostics)
- Fix LED Mode select values
v0.3.3
- Add AWS Broker disconnection recovery process
- Lookup Motor Serial directly from API rather than using Serial number to calculate it
v0.3.2
What's Changed
- Replaced store debug data to files with API by @elad-bar in #82
- Fix Filter Bag sensor by @elad-bar in #84
- Fix hassfest error by @elad-bar in #85
- Core fix: wrongfully reported logs of entities getting updated when n… by @elad-bar in #86
- Update pre-commit and hassfest packages to latest by @elad-bar in #87
- Change log level of warning to debug level for session closed on HA r… by @elad-bar in #89
- Replaced
store debug data
switch and the feature of storing debug data to/config/.storage
with debug API by @elad-bar in #83
Fix Get AWS Token
- Fix get token API (API changed and new one requires encryption of data) #76
- Add generate AWS token test file
- Store encrypted data within config file to avoid re-generating the file on every startup
v0.3.0
- Fix deleting components when being removed, wrong parameter was sent to be deleted
- Update
core
to latest - Separate API and WS to different classes
- Separate timers of update entities and data
- Update time remaining value
Fix core issue while deleting entities
Merge pull request #57 from sh00t2kill/fix-core-issue-deleting-entities Fix core issue while deleting entities