t0bst4r / matterbridge-home-assistant

Apache License 2.0
73 stars 8 forks source link

[Feature]: Support for temperature and humidity sensors #209

Closed tammeryousef1006 closed 3 weeks ago

tammeryousef1006 commented 1 month ago

Domain

sensor

What is actually missing?

hi there , can you kindly add support for temp & humd sensor , many thanks in advance.

t0bst4r commented 1 month ago

Could you please provide some more details about the attributes and states of your entities? Please go to the "developer tools" in home assistant. Open the "states" tab and search for one humidity and one temperature sensor.

Past the entity_id, current state and attributes here.

E.g. like this:

grafik

tammeryousef1006 commented 1 month ago

temp

tammeryousef1006 commented 1 month ago

door

tammeryousef1006 commented 1 month ago

tuya

tammeryousef1006 commented 1 month ago

any update about it @t0bst4r

pvanbuijtene commented 3 weeks ago

Started to look into this.

@t0bst4r I have a lot of things working locally but I'm unable to find a solution for the Error: Only supported EndpointInterface implementation is Endpoint error.

How did you solve this? hope you're not publishing the package before testing ๐Ÿ˜…

t0bst4r commented 3 weeks ago

@pvanbuijtene we are speaking about local development, right?

The error message happens when matterbridge-home-assistant is using matterbridge from a different node_modules folder than the matterbridge package that is actually running.

For example this can happen when you have installed matterbridge globally, while adding the plugin from the local development environment to it.

How did you add the dev plugin and how did you start matterbridge? You could use npm run run:matterbridge at the root of the project. It will actually go into the nested package, build it, add it to matterbridge and run the locally installed matterbridge from the correct node_modules.

if that is not working letโ€™s add another issue to solve problems with local development to not spam this issue here.

pvanbuijtene commented 3 weeks ago

Local development indeed. Missed that part, got it working ๐Ÿ‘

t0bst4r commented 3 weeks ago

Thanks to @pvanbuijtene this was released with 2.6.0