|
eoReturn | SetType (uint8_t type) |
|
eoReturn | Parse (const eoMessage &msg) |
| Parses a msg using learned in Profile from Device. More...
|
|
| eoEEP_D205xx (uint16_t size=10) |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value, uint8_t index) |
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value, uint8_t index) |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value, uint8_t index) |
| Gets the Value as Floating point. More...
|
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, float value, uint8_t index) |
| Gets the Value as a float. More...
|
|
virtual eoReturn | SetLength (uint8_t type) |
|
virtual eoReturn | SetCommand (uint8_t cmd) |
|
| eoD2EEProfile (uint16_t size=14) |
|
virtual eoReturn | CreateTeachIN (eoMessage &m) |
| Generates an EEP Telegram(only not chained supported!!1) More...
|
|
| eoEEProfile (uint16_t size=4) |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value) |
| Gets the Value as Floating Point. More...
|
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint8_t &value) |
| Sets the Value using a unsigned integer. More...
|
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value) |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint8_t &value, uint8_t subFlag) |
| Gets the Value as unsigned integer. More...
|
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint64_t &value, uint8_t subFlag) |
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, float value) |
| Sets the Value using a Floating Point. More...
|
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint8_t value) |
| Sets the Value using a uint8_t. More...
|
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value) |
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint8_t value, uint8_t subFlag) |
| Gets the Value as unsigned integer. More...
|
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint64_t value, uint8_t subFlag) |
| Sets the Value as a 64-bit. More...
|
|
virtual eoChannelInfo * | GetChannel (CHANNEL_TYPE type, uint8_t subType) |
|
virtual eoChannelInfo * | GetChannel (CHANNEL_TYPE type) |
|
virtual eoChannelInfo * | GetChannel (uint8_t channelNumber) |
|
virtual eoReturn | GetSubTypeChannel (CHANNEL_TYPE type, std::vector< eoEEPChannelInfo *> &vector) |
|
virtual uint8_t | GetChannelCount () const |
|
| eoProfile (uint16_t size=0) |
|
virtual bool | operator== (const eoProfile &othProfile) const |
|
virtual bool | operator!= (const eoProfile &othProfile) const |
|
virtual bool | IsSecDData (const eoMessage &message) |
|
virtual void | ClearValues () |
|
virtual eoReturn | Create (eoMessage &m) |
| Generates an EEP Message. More...
|
|
virtual uint8_t | Serialize (eoArchive &a) |
| Serialization Function which will be called by the eoStorageManager. More...
|
|
eoReturn | SetManufacturer (uint16_t manufacturerID) |
|
|
uint8_t | rorg |
| R-ORG.
|
|
uint8_t | func |
| Func.
|
|
uint8_t | type |
| Type.
|
|
uint16_t | manufacturer |
| Manufacturer.
|
|
static void | CopyItemToChannel (eoEEPChannelInfo &channel, EEP_ITEM const *item) |
|
static float | ScaleFromRAW (uint32_t rawValue, uint32_t rangeMin, uint32_t rangeMax, double scaleMin, double scaleMax) |
| Creates floating Point from Raw Value. More...
|
|
static uint32_t | ScaleToRAW (float value, uint32_t rangeMin, uint32_t rangeMax, double scaleMin, double scaleMax) |
| Creates Raw Value from a floating Point. More...
|
|
static eoReturn | GetRawValue (const eoMessage &msg, uint32_t &value, uint16_t offset, uint8_t size) |
| Gives raw data Value from a Message. More...
|
|
static eoReturn | SetRawValue (eoMessage &msg, uint32_t value, uint16_t offset, uint8_t size) |
| Inserts raw data Value in a message. More...
|
|
eoEEPChannelInfo * | channel |
| ChannelInfo list for direct Access to channels.
|
|
uint8_t | channelCount |
| Number of channels.
|
|
eoMessage | msg |
| helper function to convert bits
|
|
static const uint8_t | maskArray [8] |
| Mask array.
|
|
The class to handle EEP D205 profiles.
Allows the user to handle EEP D205 profiles, the following profiles are available:
- D2-05-00
- D2-05-01
- D2-05-02
- D2-05-04
- D2-05-05
D2-05-06
NOTE: set the command ID before using the profile. NOTE: D2-05-03 is supported the dedicated eoEEP_D20503 should be used
The following channels are available in Go to Position and Angle message:
The following channels are available in Stop message:
The following channels are available in Query Position and Angle message:
The following channels are available in Reply Position and Angle message:
The following channels are available in Go to Position and Angle message:
For Message Data exchangeDirection: to. Addressing: unicast. Communication trigger: event_trigger. Trigger description: This command is for opening of a motorized window. the following channels are available
Channel Index | Channel Type | Type | Comment |
0 | S_PERCENTAGE | float | ::MS - Motorized sash |
1 | E_STATE | uint | ::C - channel |
2 | E_STATE | uint | ::C - commandId |
For Message Data exchangeDirection: to. Addressing: unicast. Communication trigger: event_trigger. Trigger description: This command requests the actuator to return a reply data command. the following channels are available
Channel Index | Channel Type | Type | Comment |
0 | E_STATE | uint | ::C - channel |
1 | E_STATE | uint | ::C - commandId |
For Message Data exchangeDirection: from. Addressing: unicast. Communication trigger: event_time_trigger. Trigger description: Either upon request (Query data command) or after an internal trigger (see EEP Properties) the actuator sends this command to inform about its current state. Timing description: no special timing requested the following channels are available
Channel Index | Channel Type | Type | Comment |
0 | S_PERCENTAGE | float | ::P - position |
1 | S_PERCENTAGE | float | ::A - Angle |
2 | S_PERCENTAGE | float | ::T - Transmissivity |
3 | E_STATE | uint | ::LS1 - Locking sensor 1 |
4 | E_STATE | uint | ::LS2 - Locking sensor 2 |
5 | E_STATE | uint | ::ID - Intrusion detected |
6 | E_STATE | uint | ::SP - Solar protection |
7 | E_STATE | uint | ::IT - Indoor Temperature |
8 | S_TEMP | float | ::ITCH0 - Indoor Temperature |
9 | E_STATE | uint | ::OT - Outdoor Temperature |
10 | S_TEMP | float | ::OTCH0 - Outdoor Temperature |
11 | E_STATE | uint | ::OM - Opening mode |
12 | E_STATE | uint | ::MS - Motorized sash |
13 | S_PERCENTAGE | float | ::MSCH0 - Motorized sash |
14 | E_STATE | uint | ::ES - Error state |
15 | E_STATE | uint | ::C - channel |
16 | E_STATE | uint | ::C - commandId |
The following channels are available in Window Control message: For Message Data exchange Direction: to. Addressing: unicast. Communication trigger: event_trigger. Trigger description: Set fan and/or get status.
Channel Index | Channel Type | Type | Comment |
0 | E_STATE | uint | ::S - setFanSpeed |
1 | S_PERCENTAGE | float | ::SCH0 - setFanSpeed |
2 | E_STATE | uint | ::C - commandId |
The following channels are available in Window State message: For Message Data exchange Direction: from. Addressing: broadcast. Communication trigger: event_trigger. Trigger description: Response to command WindowControl, but also triggered application specific..
Channel Index | Channel Type | Type | Comment |
0 | E_STATE | uint | ::F - FanSpeedState |
1 | S_PERCENTAGE | float | ::FCH0 - FanSpeedState |
2 | E_STATE | uint | ::T - temperature |
3 | S_TEMP | float | ::TCH0 - temperature |
4 | E_STATE | uint | ::F - filterRemainingDays |
5 | E_STATE | uint | ::FCH0 - filterRemainingDays |
6 | E_STATE | uint | ::O - operatingDays |
7 | E_STATE | uint | ::OCH0 - operatingDays |
8 | E_STATE | uint | ::F - frostProtection |
9 | E_STATE | uint | ::ES - Error state |
10 | E_STATE | uint | ::C - commandId |