Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Coernel82

Coernel82 starred ottopaulsen/MMM-Tibber
Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • implemented holiday mode in smartCharge.py - but setting in WebUI not possible yet 2142a4f

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • corrected formula for correction factor update and added quality of calculation log 711855f

View on GitHub

Coernel82 created a tag on Coernel82/smartCharge4evcc

v0.0.3-alpha - A smart charging solution addon for evcc for electric vehicles that optimizes charging schedules based on solar forecasts, weather, electricity prices, and home energy consumption.

Coernel82 published a release on Coernel82/smartCharge4evcc
Episode 3: The bugs strike bag
I have corrected many bugs and for me personally I will put the program now into regular test mode. The home battery optimization is not tested yet as my home battery has been disconnected by the ...
Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • major bug fixes, program ready for regular testing! :-) 6c850aa

View on GitHub

Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
@mbuhansen have a look here for properly formattting: https://github.com/adam-p/markdown-here/wiki/markdown-cheatsheet#code This makes your entries much more readable. The problem should be sol...

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • removed /www folder from gitignore so that the server can work cbc8f96

View on GitHub

Coernel82 pushed 3 commits to main Coernel82/smartCharge4evcc
  • fixed bug: influx readings for baseload were in kW, now in W 5791336
  • integrated diagram into webserver (also helps with debugging). bugfixes. ba5e285
  • Merge branch 'main' of https://github.com/Coernel82/smartCharge4evcc 2831d35

View on GitHub

Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
I see the problem. The yellow marked line contains the wrong path. My mistake. Should be the path of the second line. I will fix this in the instructions. server.py is the server The other one does...

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • Delete node_modules directory I guess this gets automatically created - so we don't need it here. c172384

View on GitHub

Coernel82 published a release on Coernel82/smartCharge4evcc
Episode 2: The Alpha Menace
# SmartCharge v0.0.2-alpha Release # ❗ A warning I had my pv system extended. As there were parts missing the electricians could not finish their work with the result that my power inverters for ...
Coernel82 created a tag on Coernel82/smartCharge4evcc

v0.0.2-alpha - A smart charging solution addon for evcc for electric vehicles that optimizes charging schedules based on solar forecasts, weather, electricity prices, and home energy consumption.

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • added webserver and home battery charging, updated readme, better error handling, bugfixes. However: evcc currently n... 2f4376b

View on GitHub

Coernel82 created a comment on an issue on evcc-io/evcc
Das automatische justieren der Preisgrenze habe ich inzwischen in meinem Projekt automatisiert implementiert. Dabei werden sehr viel mehr Faktoren berücksichtigt. Release mit Batteriesteuerung komm...

View on GitHub

Coernel82 closed an issue on Coernel82/smartCharge4evcc
integrate discharge control
```POST /api/batterydischargecontrol/<enable>: true false``` to stop discharging after loading from grid when grid still is cheaper then charging costs. Need to think about it more thoroughly!
Coernel82 opened an issue on Coernel82/smartCharge4evcc
integrate discharge control
```POST /api/batterydischargecontrol/<enable>: true false``` to stop discharging after loading from grid when grid still is cheaper then charging costs. Need to think about it more thoroughly!
Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
Just had a look at the API of evcc: ```GET /api/tariff/<type>: list of prices (grid/feedin/co2/planner)``` This means that I will change my program. I will not get the prices from an external AP...

View on GitHub

Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
Hi, this looks very good already. This is the target json-format: ```json "timestamp": "2024-11-30T13:38:30.673695+01:00", "prices": [ { "total": 0.2729, ...

View on GitHub

Coernel82 closed an issue on Coernel82/smartCharge4evcc
Home Assistant?
Kann ich hier irgendwo ne Diskussion starten - ist ja eigentlich kein Issue...
Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
Kenne ich mich leider nicht mit aus. Letztendlich musst du schauen wo ich im Programm die evcc API anzapfe - das sind die Werte, die du vermutlich brauchst. und ggf. kannst du die irgendwie an HA u...

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • added thorough explanation "How it works" in readme e7b6cc2

View on GitHub

Coernel82 created a comment on an issue on Coernel82/smartCharge4evcc
Vermutlich ich das eine Premium-Version von GitHub. Musst du hier machen.

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • initialize batteryEnergy = None 5248e52

View on GitHub

Coernel82 opened an issue on Coernel82/smartCharge4evcc
baseload successfully from Influx but then no cachefile is created and therefore no matches
get baseload successfully from Influx but then no cachefile is created and therefore no matches ``` DEBUG:root:^[[37mFloating average baseload: dayOfWeek hour minute floating_average_ba...
Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • fix wrong influx query for homePower 4f083c1

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc

View on GitHub

Coernel82 pushed 1 commit to main Coernel82/smartCharge4evcc
  • update requirements with more modules f16380f

View on GitHub

Coernel82 opened an issue on Coernel82/smartCharge4evcc
prioritize non-recurring trips over recurring trips
as non-recurring gets processed after the recurring this overwrites the recurring one however the energy has been "used" already, so problem only half solved by itself.
Load more