mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
rename auxElecHeatNrgConsWw (code only)
This commit is contained in:
@@ -512,7 +512,7 @@ Boiler::Boiler(uint8_t device_type, int8_t device_id, uint8_t product_id, const
|
|||||||
DeviceValueType::UINT24,
|
DeviceValueType::UINT24,
|
||||||
FL_(auxElecHeatNrgConsHeating),
|
FL_(auxElecHeatNrgConsHeating),
|
||||||
DeviceValueUOM::KWH);
|
DeviceValueUOM::KWH);
|
||||||
register_device_value(DeviceValueTAG::TAG_DHW1, &auxElecHeatNrgConsWW_, DeviceValueType::UINT24, FL_(auxElecHeatNrgConsWW), DeviceValueUOM::KWH);
|
register_device_value(DeviceValueTAG::TAG_DHW1, &auxElecHeatNrgConsWw_, DeviceValueType::UINT24, FL_(auxElecHeatNrgConsWw), DeviceValueUOM::KWH);
|
||||||
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &auxElecHeatNrgConsPool_, DeviceValueType::UINT24, FL_(auxElecHeatNrgConsPool), DeviceValueUOM::KWH);
|
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &auxElecHeatNrgConsPool_, DeviceValueType::UINT24, FL_(auxElecHeatNrgConsPool), DeviceValueUOM::KWH);
|
||||||
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &nrgSuppTotal_, DeviceValueType::UINT24, FL_(nrgSuppTotal), DeviceValueUOM::KWH);
|
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &nrgSuppTotal_, DeviceValueType::UINT24, FL_(nrgSuppTotal), DeviceValueUOM::KWH);
|
||||||
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &nrgSuppHeating_, DeviceValueType::UINT24, FL_(nrgSuppHeating), DeviceValueUOM::KWH);
|
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &nrgSuppHeating_, DeviceValueType::UINT24, FL_(nrgSuppHeating), DeviceValueUOM::KWH);
|
||||||
@@ -1562,7 +1562,7 @@ void Boiler::process_UBAInformation(std::shared_ptr<const Telegram> telegram) {
|
|||||||
|
|
||||||
has_update(telegram, auxElecHeatNrgConsTotal_, 40);
|
has_update(telegram, auxElecHeatNrgConsTotal_, 40);
|
||||||
has_update(telegram, auxElecHeatNrgConsHeating_, 48);
|
has_update(telegram, auxElecHeatNrgConsHeating_, 48);
|
||||||
has_update(telegram, auxElecHeatNrgConsWW_, 44);
|
has_update(telegram, auxElecHeatNrgConsWw_, 44);
|
||||||
has_update(telegram, auxElecHeatNrgConsPool_, 52);
|
has_update(telegram, auxElecHeatNrgConsPool_, 52);
|
||||||
|
|
||||||
has_update(telegram, nrgConsCompTotal_, 56);
|
has_update(telegram, nrgConsCompTotal_, 56);
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ class Boiler : public EMSdevice {
|
|||||||
uint32_t nrgSuppPool_; // Energy supplied pool
|
uint32_t nrgSuppPool_; // Energy supplied pool
|
||||||
uint32_t auxElecHeatNrgConsTotal_; // Auxiliary electrical heater energy consumption total
|
uint32_t auxElecHeatNrgConsTotal_; // Auxiliary electrical heater energy consumption total
|
||||||
uint32_t auxElecHeatNrgConsHeating_; // Auxiliary electrical heater energy consumption heating
|
uint32_t auxElecHeatNrgConsHeating_; // Auxiliary electrical heater energy consumption heating
|
||||||
uint32_t auxElecHeatNrgConsWW_; // Auxiliary electrical heater energy consumption DHW
|
uint32_t auxElecHeatNrgConsWw_; // Auxiliary electrical heater energy consumption DHW
|
||||||
uint32_t auxElecHeatNrgConsPool_; // Auxiliary electrical heater energy consumption Pool
|
uint32_t auxElecHeatNrgConsPool_; // Auxiliary electrical heater energy consumption Pool
|
||||||
char maintenanceMessage_[4];
|
char maintenanceMessage_[4];
|
||||||
char maintenanceDate_[12];
|
char maintenanceDate_[12];
|
||||||
|
|||||||
Reference in New Issue
Block a user