As the app has access to Homey’s location data:
– What location is used when it can’t fetch Homey’s location?
– Can you add a notification of some kind in case the location can’t be determined (and which generic location is used)?
Just as nice to have.
Yes, you still need to have a condition card (and) to decide if the trigger is within the time frame. The midnight’s change from tomorrow’s rates to today’s rates still triggers the New prices received for tomorrow card. IMO it should only trigger when new prices have been received from the provider. And that is somewhere around 1300-1500 depending on your timezone.
Add use of Import vs Export DAP tariffs in all drivers.
Reduce memory footprint.
Add PV Max power setting.
Fix battery earnings.
Fix avg price capabilities.
Solar location check on start.
Improve Solar charts.
Solar cloudiness learning improved.
Solar curtailment detection and handling improved.
New solar icon.
Updated translations.
Code refactoring.
Homey-api@3.17.12.
Beside many bugfixes and under-the-hood code improvements, the Solar driver has had some significant improvements. But the biggest change is the implementation of Import versus Export spot prices:
My provider (FrankEnergy) pays me a lower fee when I export energy to the grid compared to what I have to pay when importing from the grid. The yellow line shows the export (feedback) price. All drivers and devices that use tariffs, like power summarizers, solar and battery, now automatically use the active tariff based on whether your main meter is reporting import (positive power) or export (negative power). This increases the accuracy of the money values over time. When you always want to use export or import prices, you can select that in the device settings.
This is really a huge code change, so please let me know if you find any issues.
In principle yes, you could start a flow on sunrise and sunset to change the % markup. But I dont think I implemented that flow card for export tarifs yet.
Going on a short break. Hope I have completely forgotten about this when I get back
One thing I noticed: the battery strategy doesn’t seem to use the additional export prices in its calculations. Could you maybe check what’s going on when you have time?