rogierhofboer / com.ikea.tradfri.gateway

Athom Homey App for the IKEA Tradfri Gateway
MIT License
18 stars 21 forks source link

IKEA tråfri Gateway APP Error: Missing implementation for api endpint “discover” #73

Open dagengstrom opened 1 year ago

dagengstrom commented 1 year ago

Hi, I’m trying to setup the IKEA tråfri Gateway APP and when I presse the DISCOVER button in the Homey app setup I keep getting the Error: Missing implementation for api endpint “discover” It is not possible to continue. The IKEA Hub is setup and works nice from the IKEA app no problem, but I cannot get the Homey IKEA tråfri Gateway to connect. Please help. Anything more you need? All the apps and IOS are the latest versions. Best Regards Dag Engstrøm Norway

rogierhofboer commented 1 year ago

Fixed in 0.1.7

For a pre-release test : https://homey.app/nl-nl/app/com.ikea.tradfri.gateway/IKEA-Tr%C3%A5dfri-Gateway/test/

dagengstrom commented 1 year ago

Hi, Thank you for your response. I have installed the pre-release and now it comes back with the following error message when I press the Discover button: Error: null is not an object (evaluation 'result.addresses') Best Regards Dag Engstrøm Norway

rogierhofboer commented 1 year ago

A few checks:

If you know the IP address of the gateway, you could try entering it manually. You find it in the dhcp settings of your router most of the time. There is a client list with issued ip addresses. If possible attach the MAC address of the gateway to a 'fixed' ip-address.

dagengstrom commented 1 year ago

Hi, There we have it I am using the Dirigera gateway. Sorry for the inconvenience. Will you create an app that will support Dirigera gateway sometime in the future? Thank you for your effort. Best Regards Dag

On Sun, Mar 12, 2023 at 3:29 PM Rogier Hofboer @.***> wrote:

A few checks:

  • are you sure you're using a Tradfri gateway and not a Dirigera hub, which is not supported by this app?
  • Is the Tradfri gateway in the same (virtual) network as the Homey and there are no routers/firewalls in between ?

If you know the IP address of the gateway, you could try entering it manually. You can mostly find it in the dhcp settings of your router

— Reply to this email directly, view it on GitHub https://github.com/rogierhofboer/com.ikea.tradfri.gateway/issues/73#issuecomment-1465214122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3MOOEBI3NYVLYRUA3DR7TW3XMTHANCNFSM6AAAAAAVXALPMM . You are receiving this because you authored the thread.Message ID: @.***>

-- Med vennlig hilsen Dag Engstrøm

rogierhofboer commented 1 year ago

Hi Dag,

I don't own a Dirigera hub and have no plans to buy one at the moment.

The Tradfri app is basically a wrapper for node-tradfri-client. By wrapping https://github.com/lpgera/dirigera you could do the same for the Dirigera hub.

I don't have time at the moment to look into this myself.

Best regards,

Rogier