Developing with ZBOSS for Zigbee

Enumerations

enum  zb_zcl_price_set_extended_price_information_e {
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER16 = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_EXTENDED_PRICE_INFORMATION, 0x0F), ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER17, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER18, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER19,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER20, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER21, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER22, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER23,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER24, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER25, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER26, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER27,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER28, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER29, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER30, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER31,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER32, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER33, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER34, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER35,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER36, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER37, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER38, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER39,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER40, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER41, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER42, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER43,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER44, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER45, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER46, ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER47,
  ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER48, ZB_ZCL_ATTR_PRICE_SRV_CPP1_PRICE = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_EXTENDED_PRICE_INFORMATION, 0x0FE), ZB_ZCL_ATTR_PRICE_SRV_CPP2_PRICE
}
 Extended Price Information (Delivered) Attributes Set. More...
 

Detailed Description

In case of TOU charging only, the price server allows support for up to 48 TOU rates. To reduce the number of attributes, Tier1Block1Price through Tier15Block1Price attributes are reused to represent rates for tiers 1 to 15. Rates for tiers 16 to 48 are provided in the extended price information set.

Enumeration Type Documentation

◆ zb_zcl_price_set_extended_price_information_e

Extended Price Information (Delivered) Attributes Set.

See also
SE spec, D.4.2.2.6
Enumerator
ZB_ZCL_ATTR_PRICE_SRV_PRICE_TIER16 

Attributes PriceTier16 through PriceTier48 represent the price of Energy, Gas, or Water delivered to the premises (i.e. delivered to the customer from the utility) at a specific price tier.

ZB_ZCL_ATTR_PRICE_SRV_CPP1_PRICE 

Attribute CPP1 Price represents the price of Energy, Gas, or Water delivered to the premises (i.e. delivered to the customer from the utility) while Critical Peak Pricing 'CPP1' is being applied.

ZB_ZCL_ATTR_PRICE_SRV_CPP2_PRICE 

Attribute CPP2 Price represents the price of Energy, Gas, or Water delivered to the premises (i.e. delivered to the customer from the utility) while Critical Peak Pricing 'CPP2' is being applied.