-
Notifications
You must be signed in to change notification settings - Fork 14
Feature Request: climate support #47
Comments
Hi, can you provide some more details? Are you able to get the docker logs from the plugin page (tab next to configuration) ? |
To be honest, I am wondering what you are doing there. This addon is publishing the entities you already have in Home Assistant as a matter bridge to other matter clients (like Alexa). |
Hi,
I want to use the climate device also.
[15:38:05.112] [Matterbridge] Installing plugin matterbridge-zigbee2mqtt...
[15:38:05.118] [Matterbridge] Failed to start child process: spawn sudo ENOENT
[15:38:05.118] [Matterbridge] Error installing plugin matterbridge-zigbee2mqtt
[15:38:05.120] [Matterbridge] Child process stdio streams have closed
with code -2
[15:38:10.151] [Matterbridge] WebSocket client disconnected
[15:38:10.318] [Matterbridge] WebSocketServer client connected
[15:38:10.337] [Matterbridge] WebSocket received message => Connected
to WebSocket: ws://10.18.0.250:8284
[15:38:14.374] [Matterbridge] WebSocket client disconnected
Le lun. 10 juin 2024, 1 h 20 a.m., Tobias Glatthar ***@***.***>
a écrit :
… To be honest, I am wondering what you are doing there. This addon is
publishing the entities you already have in Home Assistant as a matter
bridge to other matter clients (like Alexa).
why do you need zigbee2mqtt in there?
wouldn’t it be more useful to have zigbee2mqtt in home assistant, have the
entities in there and publish them via HA to this plugin?
—
Reply to this email directly, view it on GitHub
<#47>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKJDQFP5ETU7QTFAC4QDLTZGUZSBAVCNFSM6AAAAABJBHVIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJXGI4TANRUGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Okay umm, i see. You are using the home assistant addon and you are trying to add the zigbee matterbridge plugin using the webui of matterbridge. Am i right? The docker image I am building for this addon does not include any other plugin than mine. Even when the UI of matterbridge allows adding plugins which are already installed, it does not allow installing plugins which are missing. i am not sure if I should add those matterbridge plugins to the addon. I should rather add support for the entity types of home assistant which are missing. Since I don’t have any climate devices, I’d need help for that. What attributes does a entity has? What service calls are needed in home assistant? as long as not all entity types are supported, I would be fine adding the zigbee plugin (without any support from my side) . But i don’t think it’s a good solution. |
Yes you are right. I'm trying to put some zigbee baseboard heater on Matter!
There is the attribute:
hvac_modes:
- heat
min_temp: 5
max_temp: 30
target_temp_step: 0.5
current_temperature: 21
temperature: 5
hvac_action: idle
friendly_name: Z2M - T - Chambre Garçons
supported_features: 385
The only service need is the set target temperature. To put them at off,
their need to be set at 5 degres.
There is the model: https://www.zigbee2mqtt.io/devices/HT402.html
Le lun. 10 juin 2024, 4 h 11 p.m., Tobias Glatthar ***@***.***>
a écrit :
… Okay umm, i see. You are using the home assistant addon and you are trying
to add the zigbee matterbridge plugin using the webui of matterbridge. Am i
right?
The docker image I am building for this addon does not include any other
plugin than mine. Even when the UI of matterbridge allows *adding*
plugins which are already installed, it does not allow *installing*
plugins which are missing.
i am not sure if I should add those matterbridge plugins to the addon. I
should rather add support for the entity types of home assistant which are
missing.
Since I don’t have any climate devices, I’d need help for that. What
attributes does a entity has? What service calls are needed in home
assistant?
as long as not all entity types are supported, unwould be fine adding the
zigbee plugin (without any support from my side) . But i don’t think it’s a
good solution.
—
Reply to this email directly, view it on GitHub
<#47>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKJDQHQRWZWBCP6PVGTOMLZGYB6XAVCNFSM6AAAAABJBHVIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZGE4TQOJZHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
|
1. Yes. Those are connect directly to zigbee2mqtt.
2.
service: climate.set_temperature
data_template:
temperature: 20
entity_id: climate.z2m_t_chambre_garcons
3. It's the only service call available for this model. It's also returning
the energy mesurement but I dont need it.
4. climate.z2m_t_chambre_garcons
Le lun. 10 juin 2024, 5 h 43 p.m., Tobias Glatthar ***@***.***>
a écrit :
…
1. Those are the attributes from home assistant right? So it is
connected to HA? Just to make sure.
2. Can you post the detailed service call in yaml format of how you
set the temperature in home assistant (e.g. in automations) ?
3. Could you provide a list of all service calls available for this
kind of entity?
4. Could you provide the entity_id of one of those devices?
—
Reply to this email directly, view it on GitHub
<#47>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKJDQFSS7MZGJAHOLRSF43ZGYMWPAVCNFSM6AAAAABJBHVIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZGMZTQMJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Thank you. I’ll give it a try in the next couple of days and then come back to you to test it 🙂 |
I didn’t had the chance to look into this yet, since there are some other bugs to fix before. |
No worry! Thanks! |
I have implemented basic climate support (only level control = temperature), but have no way to test it since i have no climate device. You can fetch it (via Docker) using |
Thanks for your work!
But Im not equipe to run docker. Im running HA on with HAOS.
Can you add this to the addon in beta?
Le lun. 17 juin 2024, 2 h 56 p.m., Tobias Glatthar ***@***.***>
a écrit :
… @marc3k18 <https://github.com/marc3k18>
I have implemented basic climate support, but have no way to test it since
i have no climate device.
It is currently available in the next beta-release.
You can fetch it (via Docker) using
ghcr.io/t0bst4r/matterbridge-home-assistant/beta:1.1.0-beta88.
Could you please give it a try and provide feedback?
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKJDQCT743BQH63HO2DY63ZH4WMBAVCNFSM6AAAAABJDD7NOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZUGIYDQNJWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay, I am currently refactoring the release flow - again 😂 I’ll change it to not release beta versions at all, but immediately release everything as soon as possible to get direct feedback. |
Hey! I just try the last update for the climate. It automaticly crash when I add a climate entity.
|
Thank you for the feedback. I’ll have a look into detail tomorrow. If that works, I can test it locally and release more stable versions 🙂 |
Virtual devices works! It’s not that easy. I need to understand how climates or thermostats work in matter. |
Due to limited time on my side and a slightly higher complexity in this kind of matter devices, i didn't have the possibility to finally implement that. |
hi there , im really awaiting climate since day one , can you add support for it in near soon or it will take longer time? thanks in advance |
Would be happy to help in any way. I have a home kit enabled thermostat and HA + Google Home as Matter Controllers. |
Thanks for reminding me 😄 In general it will be possible, but I need to understand how climates work in home assistant. hvac_modes:
- heat
min_temp: 5
max_temp: 30
target_temp_step: 0.5
current_temperature: 21
temperature: 5
hvac_action: idle
friendly_name: Z2M - T - Chambre Garçons
supported_features: 385
On the other hand I need to understand the matter api. For that I’d need to read a bit of the documentation as well. I’ll try to get that done till the end of this week, but please forgive me if it takes longer, since I am doing that in my spare time besides family and full time work. |
thanks for following up |
My thermostat on HA via HomeKit and in real life have three modes: cool, heat, off. References:
https://www.home-assistant.io/dashboards/features#climate-fan-modes
https://www.home-assistant.io/dashboards/features#climate-preset-modes Other climate details: |
okay, i've got a working version with my virtual heat-only device 😀 |
All my device are heat only if it could help.
Le ven. 16 août 2024, 11 h 56 a.m., Tobias Glatthar <
***@***.***> a écrit :
… okay, i've got a working version with my virtual heat-only device 😀
I couldnt test cooling or combined devices. Additionally i did not
implement "dry" or "fan_only", yet.
Just wanted to release early with limited features to get fast feedback.
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKJDQDWBWM4PAVAGOORWULZRYOJXAVCNFSM6AAAAABJDD7NOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTG42TQOBUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
yeah, it was just released as |
i did try and exposed 4 ac's , all appears at smartthings but not controlling cool nor heat |
Can you provide some details? |
i see controls yes and they dont do anything , I will upload photo |
Is it also not possible to set the mode to „cool“ or „heat“? Could you please enable debug logging and see if there are any logs? |
i can choose coot heat auto , but the icon keeps loading forever and no command goes to ac |
|
|
Thank you! That is helpful. I’ll have a look at it later today |
That's interesting. Attributes in The only thing that makes me sceptical is Additionally I just had a look at the list of supported devices and ecosystems. Noone ever tested thermostats on smartthings and tuya. |
just providing some extra info; the same happens for me using google home, I can see my AC but I as soon as I try to change anything on Google home, such as mode, fan speed, temparature, nothing happens. I checked the matterbridge logs and I get a similar to the quoted message |
And when trying to change the temp from google app the display changes from fahrenheit to Celsius |
Hello,
I trying to install zigbee2mqtt addon but im still having some error. Its only for testing purpose!
Thanka
The text was updated successfully, but these errors were encountered: