ricott / homey-no.easee

Easee app for Homey
GNU General Public License v3.0
5 stars 5 forks source link

Pausing charging after Homey update 10.2.1 #67

Closed JanHaraldAndersen closed 8 months ago

JanHaraldAndersen commented 8 months ago

Hi. I am still not able to charge throug Piggybank (another thread that was closed a couple of days ago), but have managed to charge with simple flows using the Easee Home app (experimental v. 1.7.3) since I wrote that ticket. Has worked fine, until today. After update of Homey to v. 10.2.1 last night the charger now just pauses after a short while of charging… If I disable app Easee Home in Homey, the «normal» Easee-app can charge without beeing paused. But then, of course, I have no tracking of power-usage any more, and exceed my power-limit. Must be the update of Homey causing this, that is the only recent change to my Homey. Thanks for any help!

Have sent diagnostics, if that helps: 9b99aad6-a777-4226-8a46-7cf63622fb24

ricott commented 8 months ago

Hi!

There are no errors in the diag report.

Some observations;

(Main fuses are not as sensitive as one might think. From what I read you can for instance overload a 16A fuse with 20A for 60 minutes before it will blow.)

2024-01-09T19:21:38.435Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Set dynamic charger current to '4'
2024-01-09T19:21:38.436Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Setting dynamic charger current to '4'
2024-01-09T19:21:38.437Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] Invoking url '/api/chargers/EHxxxxxxx/settings'
2024-01-09T19:23:09.156Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Set dynamic charger current to '4'
2024-01-09T19:23:09.156Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Setting dynamic charger current to '4'
2024-01-09T19:23:09.156Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] Invoking url '/api/chargers/EHxxxxxxx/settings'
2024-01-09T19:25:09.781Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Set dynamic charger current to '4'
2024-01-09T19:25:09.782Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Setting dynamic charger current to '4'
2024-01-09T19:25:09.782Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] Invoking url '/api/chargers/EHxxxxxxx/settings'
2024-01-09T19:26:40.483Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Set dynamic charger current to '4'
2024-01-09T19:26:40.484Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] [Ladestasjon  (EHxxxxxxx)] Setting dynamic charger current to '4'
2024-01-09T19:26:40.484Z [log] [ManagerDrivers] [Driver:charger] [Device:693e9a95-....] Invoking url '/api/chargers/EHxxxxxxx/settings'
JanHaraldAndersen commented 8 months ago

Thanks for quick answer!

  1. I have a flow that kicks in if there is more power than 10kW, it drags the 32A down to 16A and increases 1Aevery 90 sec. Maybe thats what you see in the log? It has worked perfectly over a month now.
  2. This issue only occured today, trying to charge after the update of Homey to 10.2.1 (first charge after the update). The app pauses after charging a short time.
  3. When disabling the Easee Home-app in Homey the charging is all fine. Starts and stops manually. Thats why I think it is the update of Homey that has changed someting, and therefore the app isn´t working as it should… I have a 63A main fuse, and 40A fuse on the charger. Normal chargerate is 32A. It seems as the your app after the update takes down the charging to 4A, and thats why the charging suddenly pauses… Is it possible? I have no flows that drags the charge down to 4A - it´s either 32A (start charge) or as low as 16A if all house consumption exceeds 10kW (and than with an increase of 1A every 90 sec).
ricott commented 8 months ago

The text Set dynamic charger current to only occurs in the Set dynamic charger current action. This means it must exist in a flow of yours.

JanHaraldAndersen commented 8 months ago

Hi! I have found the error. After the update of Homey firmware the Piggybank overruled the Easee Home app. The Easee charger was now set as a controlled device! But the Piggy is not controlling the Easee app anymore (in a month), so when I disabled it and restarted Homey everything worked fine again. Thanks for help!