Skip to content
New issue

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

add thermostat #571

Open
appostol opened this issue Sep 22, 2021 · 1 comment
Open

add thermostat #571

appostol opened this issue Sep 22, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@appostol
Copy link

The problem

Привет, добавь, пожалуйста, термостат в интеграцию.
Нужна возможность получать текущую температуру и устанавливать необходимую.
Включение и отключение
Hello, please add a thermostat to the integration.
You need to be able to get the current temperature and set the required one.
Enabling and disabling

image
image

@appostol appostol added the bug Something isn't working label Sep 22, 2021
@EDV64
Copy link

EDV64 commented Oct 8, 2021

Hello,
I want join to previous request. My thermostat is MOES electric heating:
https://www.moeshouse.com/collections/smart-thermostat/products/wifi-central-air-conditioner-thermostat-temperature-controller-2-pipe-4-pipe-3-speed-fan-coil-unit-work-with-alexa-google-home
Here is a API Explorer "Get device details" request from it:
{
"result": {
"active_time": 1631676534,
"biz_type": 0,
"category": "wk",
"create_time": 1631676534,
"icon": "smart/icon/15264583415nnlzwfs1qd2wqz6i937op3nmi_0.png",
"id": "111111111111111",
"ip": "1.2.3.4",
"lat": "51.000000",
"local_key": "5b1asjkfhsd85c8",
"lon": "45.000000",
"model": "",
"name": "Bathroom floor",
"online": true,
"owner_id": "26820447",
"product_id": "IAYz2WK1th0cMLmL",
"product_name": "thermostat",
"status": [
{
"code": "switch",
"value": true
},
{
"code": "temp_set",
"value": 56
},
{
"code": "upper_temp",
"value": 48
},
{
"code": "eco",
"value": false
},
{
"code": "child_lock",
"value": false
}
],
"sub": false,
"time_zone": "+04:00",
"uid": "eu16147014648730Esu6",
"update_time": 1633691425,
"uuid": "300004433c6105eb18a1"
},
"success": true,
"t": 1633691534127
}
P.S. The temperatures returned is *2 from real values, so 28C and 24C is real here

CloCkWeRX pushed a commit to CloCkWeRX/localtuya-experimental that referenced this issue Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants