Open analystcmyk opened 1 year ago
Other scenarios :
Not part of this feature request, but related:
// totalgroup "mary" is created, start with 0
SetupEnergyTotalGroup ADD "mary"
// totalgroup "john" is created, start with 0
SetupEnergyTotalGroup ADD "john"
// add all energy used now to totalgroup named "john"
SetupEnergyTotalGroup SET "john"
// delete the totalgroup "john"
SetSetupEnergyTotalGroup REMOVE "john";
This would allow dynamically setting the total, (checkout, checkin) for example you just send the name of the total via MQTT
Maybe this is already possible with existing scripting
TLDR :
Add energy used to separate total variables, based on timeslots. eg. LowTarrifTotal between 00:00 and 07:00, HighTarrifTotal between 07:00 and 00:00
Situation :
Issue :
Calculating real costs per floor is a nightmare, to be energy efficient you want to promote low tariff usage.
Those responsible for splitting the bill have no way to distinguish between different tariffs.
This means a lot of owners just take the average price per KWh.
This is problematic :
Proposed :
A variant of SetupEnergyStats that allows for split totalcounters
In this situation it would mean that each meter will have 3 additional total power used variables. ( low, high, mid)
example :
SetupEnergyTotalGroup [TotalGroupName] [starttime][endtime] [WeekDayFlags]
eg.All TotalGroup values should be available via MQTT.
Possible issues :
Remarks :
Some examples of time-of-use pricing schemes: