This repository was archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Air Fryer Shows Incorrect Temperature #179
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The problem
I have a CS137-AF/CS158-AF air fryer. This integration seems to be showing the incorrect set temperature and current temperature when turned on. See attached screenshots.
Let me know if this issue should be submitted in https://github.com/webdjoe/pyvesync instead of this repo.
What version of this integration has the issue?
1.3.0
What version of Home Assistant Core has the issue?
2023.10.5
Diagnostics
Diagnostics
{
"home_assistant": {
"installation_type": "Home Assistant Container",
"version": "2023.10.5",
"dev": false,
"hassio": false,
"virtualenv": false,
"python_version": "3.11.5",
"docker": true,
"arch": "x86_64",
"timezone": "America/Los_Angeles",
"os_name": "Linux",
"os_version": "6.1.0-10-amd64",
"run_as_root": true
},
"custom_components": {
"auto_backup": {
"version": "1.4.1",
"requirements": []
},
"coway": {
"version": "0.3.0",
"requirements": [
"cowayaio==0.1.8"
]
},
"elasticsearch": {
"version": "0.4.0",
"requirements": [
"elasticsearch7==7.11.0"
]
},
"virtual": {
"version": "0.8.0b1",
"requirements": []
},
"eufy_security": {
"version": "7.7.1",
"requirements": [
"websocket-client==1.4.2",
"aiortsp==1.3.7"
]
},
"mail_and_packages": {
"version": "0.3.19",
"requirements": [
"beautifulsoup4",
"Pillow>=9.0"
]
},
"alexa_media": {
"version": "4.6.5",
"requirements": [
"alexapy==1.27.6",
"packaging>=20.3",
"wrapt>=1.14.0"
]
},
"healthchecksio": {
"version": "22.2.0",
"requirements": [
"integrationhelper"
]
},
"vesync": {
"version": "1.3.0",
"requirements": [
"pyvesync==2.1.10"
]
},
"ntfy": {
"version": "2023.6.1",
"requirements": []
},
"hacs": {
"version": "1.33.0",
"requirements": [
"aiogithubapi>=22.10.1"
]
},
"dreo": {
"version": "0.0.2",
"requirements": [
"websockets"
]
}
},
"integration_manifest": {
"domain": "vesync",
"name": "VeSync",
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey",
"@vlebourl",
"@tv4you2016"
],
"config_flow": true,
"dhcp": [
{
"hostname": "levoit-*",
"macaddress": "*"
}
],
"documentation": "https://www.home-assistant.io/integrations/vesync",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
"requirements": [
"pyvesync==2.1.10"
],
"version": "1.3.0",
"is_built_in": false
},
"data": {}
}Home Assistant log
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working