/dports/www/domoticz/domoticz-2020.2/hardware/ |
H A D | AtagOne.cpp | 445 SendSetPointSensor(0, 0, 1, temperature, "Room Setpoint"); in GetMeterDetails() 460 SendSetPointSensor(0, 0, 2, temperature, "DHW Setpoint"); in GetMeterDetails() 471 SendSetPointSensor(0, 0, 3, temperature, "CH Setpoint"); in GetMeterDetails() 546 SendSetPointSensor(0,0, (const uint8_t)idx, dtemp, ""); in SetSetpoint()
|
H A D | InComfort.cpp | 238 SendSetPointSensor(3, 1, 0, m_LastRoom1OverrideTemperature, "Room Override Setpoint"); in ParseAndUpdateDevices() 257 SendSetPointSensor(5, 0, 3, m_LastRoom2OverrideTemperature, "Room-2 Override Setpoint"); in ParseAndUpdateDevices()
|
H A D | Honeywell.cpp | 276 SendSetPointSensor((uint8_t)(10 * devNr + 4), temperature, desc); in GetThermostatData() 309 void CHoneywell::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &d… in SendSetPointSensor() function in CHoneywell 393 SendSetPointSensor((uint8_t)(10 * idx + 4), temp, desc); in SetSetpoint()
|
H A D | Thermosmart.cpp | 168 void CThermosmart::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string … in SendSetPointSensor() function in CThermosmart 377 SendSetPointSensor(1, temperature, "target temperature"); in GetMeterDetails() 420 SendSetPointSensor(1, temp, "target temperature"); in SetSetpoint()
|
H A D | MultiFun.cpp | 489 SendSetPointSensor((uint8_t)i, 1, 1, temp, name); in GetRegisters() 495 SendSetPointSensor(0x1E, 1, 1, (float)value, "H.W.U. Temperature"); in GetRegisters() 508 SendSetPointSensor((uint8_t)i, 1, 1, temp, name); in GetRegisters()
|
H A D | ICYThermostat.h | 24 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | ICYThermostat.cpp | 97 void CICYThermostat::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::strin… in SendSetPointSensor() function in CICYThermostat 255 SendSetPointSensor(1, root["temperature1"].asFloat(), "Room Setpoint"); in GetMeterDetails()
|
H A D | Thermosmart.h | 14 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | AnnaThermostat.h | 27 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | Honeywell.h | 20 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | Nest.h | 26 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | ToonThermostat.h | 31 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | NestOAuthAPI.h | 43 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | Tado.h | 67 …void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
|
H A D | ToonThermostat.cpp | 226 void CToonThermostat::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::stri… in SendSetPointSensor() function in CToonThermostat 821 SendSetPointSensor(1, currentSetpoint, "Room Setpoint"); in ParseThermostatData() 931 SendSetPointSensor(idx, temp, "Room Setpoint"); in SetSetpoint()
|
H A D | AnnaThermostat.cpp | 148 void CAnnaThermostat::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::stri… in SendSetPointSensor() function in CAnnaThermostat 518 SendSetPointSensor(3, temperature, sname); in GetMeterDetails()
|
H A D | Daikin.cpp | 433 … SendSetPointSensor(20, 1, 1, static_cast<float>(atof(results2[1].c_str())), "Target Temperature"); in GetControlInfo() 712 …SendSetPointSensor(20, 1, 1, temp, "Target Temperature"); // Suppose request succeed to keep react… in SetSetpoint()
|
H A D | Nest.cpp | 126 void CNest::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaul… in SendSetPointSensor() function in CNest 614 …SendSetPointSensor((const unsigned char)(iThermostat * 3) + 1, currentSetpoint, Name + " Setpoint"… in GetMeterDetails()
|
H A D | NestOAuthAPI.cpp | 100 void CNestOAuthAPI::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string… in SendSetPointSensor() function in CNestOAuthAPI 581 …SendSetPointSensor((const unsigned char)(iThermostat * 3) + 1, currentSetpoint, Name + " Setpoint"… in GetMeterDetails()
|
H A D | DomoticzHardware.h | 86 …void SendSetPointSensor(const uint8_t NodeID, const uint8_t ChildID, const unsigned char SensorID,…
|
H A D | Tado.cpp | 305 …SendSetPointSensor((unsigned char)ZoneIndex * 100 + 2, _fSetpointC, home.Name + " " + zone.Name + … in GetZoneState() 393 void CTado::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string & defau… in SendSetPointSensor() function in CTado
|
H A D | Netatmo.cpp | 509 SendSetPointSensor((const uint8_t)DevIdx, 0, ID & 0xFF, sp_temp, sName); in ParseDashboard() 1438 …SendSetPointSensor((uint8_t)((roomID & 0X00FF0000 | 0x02000000) >> 16), (roomID & 0XFF00) >> 8, ro… in ParseHomeStatus()
|
H A D | NefitEasy.cpp | 411 SendSetPointSensor(1, 1, 1, temp, "Setpoint"); in GetStatusDetails()
|
H A D | MySensorsBase.cpp | 1006 …SendSetPointSensor((uint8_t)pNode->nodeID, (uint8_t)pChild->childID, (unsigned char)vType, floatVa… in SendSensor2Domoticz() 1010 …SendSetPointSensor((uint8_t)pNode->nodeID, (uint8_t)pChild->childID, (unsigned char)vType, floatVa… in SendSensor2Domoticz()
|
H A D | DomoticzHardware.cpp | 313 void CDomoticzHardwareBase::SendSetPointSensor(const uint8_t NodeID, const uint8_t ChildID, const u… in SendSetPointSensor() function in CDomoticzHardwareBase
|