Skip to content

Releases: hultenvp/solis-sensor

Fix typo in v2.2.2

07 May 17:00
4b27f4a
Compare
Choose a tag to compare

Fix small typo

Unexpected server responses on ginlong

07 May 14:44
4030b04
Compare
Choose a tag to compare

Some users experience issues in autodetect. Unclear what the cause is, but the response of the server causes a crash
Add robustness and debug logging to see what the server response is when autodetecting

See issue #114 for more details

Improved Soliscloud inverter energy today

26 Apr 18:06
83fee6f
Compare
Choose a tag to compare

What's Changed

This fixes the issue that energyToday resets to 0 at 16:00 on SolisCloud

Removal of deprecated config

01 Apr 08:56
47f19cc
Compare
Choose a tag to compare

❗ This release has breaking changes ❗

New sensors
None

Bug fixes
None

⚠️ Breaking changes
This release removes the deprecated configuration where sensors were explicitly defined.
In order to update you must migrate to the new configuration format as described in the README.MD if you did not yet do so.
If you still use sensors: and inverter_serial in your configuration.yaml then remove those first, check configuration reboot & check logs if your configuration does not produce any warnings.

Hardening and new sensors

09 Mar 09:38
40a79dc
Compare
Choose a tag to compare

❗ This release has breaking changes ❗

New sensors
All new sensors will be autodetected.

  • Added battery and temperature sensors for Sofar Solarman inverters (ginlong portal only) ⚠️ Still untested
  • Thanks to @LucidityCrash Soliscloud users now also have access to battery power

Bug fixes
#95 Resets in the time where the backend is reporting the wrong energy today values could still cause wrong data reported to energy dashboard. The integration is made more robust against resets.

⚠️ Breaking changes
There were inconsistencies in the sensor names. Some used upper case, other only lower case. This has been corrected, but it will mean you'll see new sensors in your HA. Delete the old sensors and rename the new ones by removing the _2 extension from entity ID in the entity overview in the configuration. Also double check any automation that uses the sensors. Affected sensors are:

  • Power State
  • Timestamp Inverter Online
  • Timestamp Measurements Received
  • Energy This Year
  • Remaining Battery Capacity

v2.0.7

10 Feb 11:59
cd5661f
Compare
Choose a tag to compare

Add a grace period on accepting energy today values to filter out wrong data from the server.
The server has the habit of resetting energy today on different moments in time than midnight, depending on type of inverter

Fix variable unit of power

04 Feb 10:28
70e975a
Compare
Choose a tag to compare

What's Changed

  • 56 fix variable power unit by @hultenvp in #90
  • 88 Adjust log level from info to debug for reporting server calls

Full Changelog: v2.0.5...v2.0.6

Handle KeyError

02 Feb 20:57
4574b6f
Compare
Choose a tag to compare
  • Fixes potential KeyError crash in service.py
  • Fixes pass by reference of dict in constructor of GinlongData

v2.0.4

01 Feb 10:05
d58f659
Compare
Choose a tag to compare

Fix unnecessary await call in service.py

Improved retry and fix missing timestamp

31 Jan 21:42
304d750
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3