Skip to content

Releases: sh00t2kill/dolphin-robot

New release to fix 0.4.2

06 Jul 05:58
b1d4366
Compare
Choose a tag to compare
Merge pull request #117 from elad-bar/use-coordinator

jumping version

Fix integration setup process

03 Jul 08:36
c5ecc3b
Compare
Choose a tag to compare
Merge pull request #115 from elad-bar/use-coordinator

Fix integration setup process

Align to HA Coordinator standard, More sensors, translations

03 Jul 06:29
99d7598
Compare
Choose a tag to compare
  • 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

03 Jul 12:09
4cc1a33
Compare
Choose a tag to compare
Merge pull request #107 from sh00t2kill/develop

Develop

fix sensors and select functionality & add diagnostics

08 May 05:42
a11876d
Compare
Choose a tag to compare
  • 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

12 Dec 03:35
75fdd34
Compare
Choose a tag to compare
  • Add AWS Broker disconnection recovery process
  • Lookup Motor Serial directly from API rather than using Serial number to calculate it

v0.3.2

24 Nov 09:14
cf0373f
Compare
Choose a tag to compare

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

18 Nov 07:37
35287f2
Compare
Choose a tag to compare
  • 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

15 Oct 06:58
3b4184f
Compare
Choose a tag to compare
  • 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

06 Oct 16:28
aff35aa
Compare
Choose a tag to compare
Pre-release
Merge pull request #57 from sh00t2kill/fix-core-issue-deleting-entities

Fix core issue while deleting entities