npope / home-assistant-crestron-component

Integration for Home Assistant for the Crestron XSIG symbol
Apache License 2.0
59 stars 20 forks source link

Unique_ID issue #8

Open cre4tixdev opened 2 years ago

cre4tixdev commented 2 years ago

Hi, Many thanks for this integration ! I have an Unique_Id issue with all of the component :

image

image

Of course I try with more complex name, but same result.

image

Do you have an idea ? perhaps something I missed ?

Thanks in advance

hnke89 commented 2 years ago

Hi! I have the same issue as above, anyone know how to fix it? Thanks in advance!

natethelen commented 1 year ago

As do I

arimorcos commented 1 year ago

I do as well. @npope Any ideas? Thanks!

marlenegregoire commented 1 year ago

Did anyone manage to find a way to solve this issue? It was working fine at first and now I have the same issue since a few weeks. Thanks,

mgmatteo commented 8 months ago

Any solution to this problem?

joaeng commented 8 months ago

I haven't found a solution to this yet.. But maybe get some time this winter to sit with this problem

marlenegregoire commented 8 months ago

Hi, I was able to make it works. This error is shown only because you cannot configure the entity from the UI, you need to use the configuration.yaml file. So there is something else that prevents the entity from working; for me it was the Crestron TCP connection that was no set up properly.

mgmatteo commented 8 months ago

Hi, I was able to make it works. This error is shown only because you cannot configure the entity from the UI, you need to use the configuration.yaml file. So there is something else that prevents the entity from working; for me it was the Crestron TCP connection that was no set up properly.

Thnaks for your replay, but I think the issue here is different. The entity is working fine, but since the crestron integration does not use unique_id it's not possible to manipulate the entity (for example it's not possible to add to a group, edit the name ecc.). This unfortunately limits the usability of the entities created.

sebastiensoulac commented 6 months ago

Hello @mgmatteo and @marlenegregoire

Have you managed to get this integration to work? I'm having the same problem.

In my Crestron Toolbox my TCP/IP connector is well connected but in HA ID problem.

Can you help me? I would just like to have a sensor of the status of my portal.

marlenegregoire commented 6 months ago

Hello @mgmatteo and @marlenegregoire

Have you managed to get this integration to work? I'm having the same problem.

In my Crestron Toolbox my TCP/IP connector is well connected but in HA ID problem.

Can you help me? I would just like to have a sensor of the status of my portal.

It works well on my side. I still have the Unique_ID message on the UI, but it doesn't prevent the integration from working. But it needs to be setup via the configuration file, not the UI.

georgesak commented 4 months ago

Hey folks, good news, I added support for unique IDs in my fork: https://github.com/georgesak/home-assistant-crestron-component

Also has a few more fixes/enhancements that you might find useful :)

ddetton commented 3 months ago

Hey folks, good news, I added support for unique IDs in my fork: https://github.com/georgesak/home-assistant-crestron-component

Also has a few more fixes/enhancements that you might find useful :)

@georgesak I'm using your fork to bring Crestron audio into HA. Works great! Thanks for putting that together. Unique IDs were the missing piece of the puzzle.