We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have multiple thermostats and the ip address is not getting set in the api.
{'_type': 'Thermostat', '_mac': 'REMOVED', '_nickname': 'Master Bedroom', '_is_online': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969710>, '_enr': '', '_push_switch': 1, '_firmware_version': '1.1.7', '_hardware_version': '0.0.0.0', '_parent_device': {'mac': '', 'enr': ''}, '_product': <wyze_sdk.models.devices.base.Product object at 0x759698d0>, '_timezone': <wyze_sdk.models.devices.base.Timezone object at 0x759698f0>, '_user_role': 1, '_ip': None, '_rssi': None, '_ssid': 'DUG', '_humidity': '37', '_temperature': '67.7', '_cooling_setpoint': '75', '_heating_setpoint': '62', '_fan_mode': <ThermostatFanMode.AUTO: ('Auto', 'auto')>, '_system_mode': <ThermostatSystemMode.HEAT: ('Heat', 'heat')>, 'working_state': 'idle', 'auto_switch_mode': None, '_current_scenario': <ThermostatScenarioType.HOME: ('Home', 'home')>, 'system_protect': False, 'time_to_temp': 0, '_lock_state': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969650>, '_temperature_unit': 'F', '_comfort_balance': <ThermostatComfortBalanceMode.MAX_COMFORT: ('Maximum comfort', 5)>, 'temperature_differential': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969fb0>, 'temperature_calibration': <wyze_sdk.ThermostatCalibrationSettings: {'cooling': 1.0, 'heating': 0.0}>, 'humidity_calibration': <wyze_sdk.ThermostatCalibrationSettings: {'cooling': 1.0, 'heating': 8.0}>, 'minimum_allowed_temperature': '40', 'maximum_allowed_temperature': '90', 'coast_to_cool': <wyze_sdk.models.devices.base.DeviceProp object at 0x75925c70>, 'auto_comfort': <wyze_sdk.models.devices.base.DeviceProp object at 0x759256d0>}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have multiple thermostats and the ip address is not getting set in the api.
{'_type': 'Thermostat', '_mac': 'REMOVED', '_nickname': 'Master Bedroom', '_is_online': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969710>, '_enr': '', '_push_switch': 1, '_firmware_version': '1.1.7', '_hardware_version': '0.0.0.0', '_parent_device': {'mac': '', 'enr': ''}, '_product': <wyze_sdk.models.devices.base.Product object at 0x759698d0>, '_timezone': <wyze_sdk.models.devices.base.Timezone object at 0x759698f0>, '_user_role': 1, '_ip': None, '_rssi': None, '_ssid': 'DUG', '_humidity': '37', '_temperature': '67.7', '_cooling_setpoint': '75', '_heating_setpoint': '62', '_fan_mode': <ThermostatFanMode.AUTO: ('Auto', 'auto')>, '_system_mode': <ThermostatSystemMode.HEAT: ('Heat', 'heat')>, 'working_state': 'idle', 'auto_switch_mode': None, '_current_scenario': <ThermostatScenarioType.HOME: ('Home', 'home')>, 'system_protect': False, 'time_to_temp': 0, '_lock_state': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969650>, '_temperature_unit': 'F', '_comfort_balance': <ThermostatComfortBalanceMode.MAX_COMFORT: ('Maximum comfort', 5)>, 'temperature_differential': <wyze_sdk.models.devices.base.DeviceProp object at 0x75969fb0>, 'temperature_calibration': <wyze_sdk.ThermostatCalibrationSettings: {'cooling': 1.0, 'heating': 0.0}>, 'humidity_calibration': <wyze_sdk.ThermostatCalibrationSettings: {'cooling': 1.0, 'heating': 8.0}>, 'minimum_allowed_temperature': '40', 'maximum_allowed_temperature': '90', 'coast_to_cool': <wyze_sdk.models.devices.base.DeviceProp object at 0x75925c70>, 'auto_comfort': <wyze_sdk.models.devices.base.DeviceProp object at 0x759256d0>}
The text was updated successfully, but these errors were encountered: