Home
last modified time | relevance | path

Searched refs:SendSetPointSensor (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DAtagOne.cpp445 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 DInComfort.cpp238 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 DHoneywell.cpp276 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 DThermosmart.cpp168 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 DMultiFun.cpp489 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 DICYThermostat.h24 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DICYThermostat.cpp97 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 DThermosmart.h14 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DAnnaThermostat.h27 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DHoneywell.h20 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DNest.h26 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DToonThermostat.h31 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DNestOAuthAPI.h43 void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DTado.h67 …void SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaultname);
H A DToonThermostat.cpp226 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 DAnnaThermostat.cpp148 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 DDaikin.cpp433SendSetPointSensor(20, 1, 1, static_cast<float>(atof(results2[1].c_str())), "Target Temperature"); in GetControlInfo()
712SendSetPointSensor(20, 1, 1, temp, "Target Temperature"); // Suppose request succeed to keep react… in SetSetpoint()
H A DNest.cpp126 void CNest::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string &defaul… in SendSetPointSensor() function in CNest
614SendSetPointSensor((const unsigned char)(iThermostat * 3) + 1, currentSetpoint, Name + " Setpoint"… in GetMeterDetails()
H A DNestOAuthAPI.cpp100 void CNestOAuthAPI::SendSetPointSensor(const unsigned char Idx, const float Temp, const std::string… in SendSetPointSensor() function in CNestOAuthAPI
581SendSetPointSensor((const unsigned char)(iThermostat * 3) + 1, currentSetpoint, Name + " Setpoint"… in GetMeterDetails()
H A DDomoticzHardware.h86 …void SendSetPointSensor(const uint8_t NodeID, const uint8_t ChildID, const unsigned char SensorID,…
H A DTado.cpp305SendSetPointSensor((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 DNetatmo.cpp509 SendSetPointSensor((const uint8_t)DevIdx, 0, ID & 0xFF, sp_temp, sName); in ParseDashboard()
1438SendSetPointSensor((uint8_t)((roomID & 0X00FF0000 | 0x02000000) >> 16), (roomID & 0XFF00) >> 8, ro… in ParseHomeStatus()
H A DNefitEasy.cpp411 SendSetPointSensor(1, 1, 1, temp, "Setpoint"); in GetStatusDetails()
H A DMySensorsBase.cpp1006SendSetPointSensor((uint8_t)pNode->nodeID, (uint8_t)pChild->childID, (unsigned char)vType, floatVa… in SendSensor2Domoticz()
1010SendSetPointSensor((uint8_t)pNode->nodeID, (uint8_t)pChild->childID, (unsigned char)vType, floatVa… in SendSensor2Domoticz()
H A DDomoticzHardware.cpp313 void CDomoticzHardwareBase::SendSetPointSensor(const uint8_t NodeID, const uint8_t ChildID, const u… in SendSetPointSensor() function in CDomoticzHardwareBase

12