Further implement tariff info in P1 smartmeter base
Posted: Wednesday 06 January 2021 15:56
Inside the P1MeterBase.cpp the tariff indicator is alread partially implemented.
Can this be further implemented to allow scripts to get the tariff indicator ?
This is usefull for people who want to switch depending on the tariff indicator, and this is the only reliable information. Of course it is possible to make scripts to check which counter is increasing but that is a workaround solution, less accurate and I am nearly sure that such script will also less when looking at perfromance.
With all the increasing solar and wind power, I think it won't be long before additional tariffs are imlpemented and it is not just day/night tariff anymore.
Code: Select all
#define P1TIP "0-0:96.14.0" // tariff indicator power
This is usefull for people who want to switch depending on the tariff indicator, and this is the only reliable information. Of course it is possible to make scripts to check which counter is increasing but that is a workaround solution, less accurate and I am nearly sure that such script will also less when looking at perfromance.
With all the increasing solar and wind power, I think it won't be long before additional tariffs are imlpemented and it is not just day/night tariff anymore.