Skip to content

Releases: jmcollin78/solar_optimizer

Add humidifier and climate as managed device

27 Aug 14:41
Compare
Choose a tag to compare

This release contains

An humifier or climate entity can be used as entity_id which is manageable by Solar Optimizer.

FIX number domain is not accepted

27 Aug 08:24
Compare
Choose a tag to compare

FIXES

  1. For the attribute power_entity_id, the number domain is not accepted (#2). Thanks to Nid_d_aigle

The installation of this release is recommended.

Add CONFIG_SCHEMA for HACS integration

16 Aug 20:11
Compare
Choose a tag to compare
1.4.2

Add CONFIG_SCHEMA

Integration into HACS

15 Aug 11:00
Compare
Choose a tag to compare
1.4.1

Merge branch 'main' of github.com:jmcollin78/solar_optimizer into main

Prepare publication into HACS default repo

15 Aug 09:53
Compare
Choose a tag to compare

FIX underlying changes

14 Aug 07:21
Compare
Choose a tag to compare

What's was fixed

Sometimes when underlying switch is manually activated, the device state is not updated on Solar Optimizer.

Add unit test and fix no state on startup

13 Aug 10:00
Compare
Choose a tag to compare

What is new:

  1. some unit testing have been implemented,
  2. the running the bug in which no state are sometimes available on startup,
  3. add the hacs.json file in order to prepare the publication into HACS repo.

Fix set enable state

12 Aug 11:56
Compare
Choose a tag to compare

FIX set enable not propagated

12 Aug 11:20
Compare
Choose a tag to compare

Enhancements at startup and add duration_stop_min parameter

12 Aug 07:50
Compare
Choose a tag to compare

New features


FR

  • ajout du paramètre duration_stop_min qui permet de spécifier une durée minimale de désactivation pour le distinguer du délai minimal d'activation duration_min. Si non spécifié, ce paramètre prend la valeur de duration_min.
  • restaure l'état des switchs enable au démarrage de l'intégration.
  • lance un calcul immédiatement après le démarrage de Home Assistant

EN

  • added the duration_stop_min parameter, which allows specifying a minimum deactivation duration to differentiate it from the minimum activation delay duration_min. If not specified, this parameter takes on the value of duration_min.
  • restores the state of the enable switches upon integration startup.
  • initiates a calculation immediately after Home Assistant starts.