Home
last modified time | relevance | path

Searched refs:SendCurrentSensor (Results 1 – 8 of 8) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DGoodweAPI.cpp185 void GoodweAPI::SendCurrentSensor(const int NodeID, const uint8_t ChildID, const int /*BatteryLevel… in SendCurrentSensor() function in GoodweAPI
468 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L1, 255, fCurrentPhase1, in ParseDevice()
476 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L2, 255, fCurrentPhase2, in ParseDevice()
482 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L3, 255, fCurrentPhase3, in ParseDevice()
488 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_S1, 255, fCurrentString1, in ParseDevice()
496 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_S2, 255, fCurrentString2, in ParseDevice()
H A DSolarMaxTCP.cpp344 SendCurrentSensor(4, 255, amps, 0, 0, "DC current"); in ParseLine()
350 SendCurrentSensor(5, 255, amps, 0, 0, "AC current"); in ParseLine()
H A DGoodweAPI.h18 void SendCurrentSensor(const int NodeID, const uint8_t ChildID, const int BatteryLevel,
H A DTeleinfoBase.cpp287 SendCurrentSensor(m_HwdID + rank, 255, (float)teleinfo.IINST, 0, 0, name + " Courant"); in ProcessTeleinfo()
292SendCurrentSensor(m_HwdID + rank, 255, (float)teleinfo.IINST1, (float)teleinfo.IINST2, (float)tele… in ProcessTeleinfo()
H A DDomoticzHardware.h100 …void SendCurrentSensor(const int NodeID, const int BatteryLevel, const float Current1, const float…
H A DRFLinkBase.cpp1099 SendCurrentSensor(ID, BatteryLevel, current, current2, current3, tmp_Name); in ParseLine()
1103 SendCurrentSensor(ID, BatteryLevel, current, 0, 0, tmp_Name); in ParseLine()
H A DDomoticzHardware.cpp757 void CDomoticzHardwareBase::SendCurrentSensor(const int NodeID, const int BatteryLevel, const float… in SendCurrentSensor() function in CDomoticzHardwareBase
H A DMySensorsBase.cpp969SendCurrentSensor(cNode, pChild->batValue, floatValue, 0, 0, (!pChild->childName.empty()) ? pChild… in SendSensor2Domoticz()