joeyhage / homebridge-alexa-smarthome

Connect Alexa devices to HomeKit
MIT License
65 stars 20 forks source link

Unsupported Alexa Devices #9

Closed rebelyon closed 10 months ago

rebelyon commented 11 months ago

Describe Your Problem:

Alexa accessories start and then fail as unsupported devices. Surely they aren't?

Logs:


Show the Homebridge logs here, remove any sensitive information.
[8/23/2023, 5:29:55 PM] [Homebridge UI] Homebridge Config UI X v4.50.5 is listening on :: port 8581
[8/23/2023, 5:29:58 PM] [HB Supervisor] Starting Homebridge with extra flags: -I
[8/23/2023, 5:29:58 PM] [HB Supervisor] Started Homebridge v1.6.1 with PID: 1379
[8/23/2023, 5:30:05 PM] Loaded config.json with 0 accessories and 2 platforms.
[8/23/2023, 5:30:05 PM] Loaded 0 cached accessories from cachedAccessories.
[8/23/2023, 5:30:05 PM] ---
[8/23/2023, 5:30:11 PM] Loaded plugin: homebridge-alexa-smarthome@0.0.14-beta.0
[8/23/2023, 5:30:11 PM] Registering platform 'homebridge-alexa-smarthome.HomebridgeAlexaSmartHome'
[8/23/2023, 5:30:11 PM] ---
[8/23/2023, 5:30:12 PM] Loaded plugin: homebridge-config-ui-x@4.50.5
[8/23/2023, 5:30:12 PM] Registering platform 'homebridge-config-ui-x.config'
[8/23/2023, 5:30:12 PM] ---
[8/23/2023, 5:30:12 PM] Loading 2 platforms...
[8/23/2023, 5:30:12 PM] [HomebridgeAlexaSmartHome] Initializing HomebridgeAlexaSmartHome platform...
[8/23/2023, 5:30:12 PM] [HomebridgeAlexaSmartHome] Initializing child bridge 0E:CB:50:E9:3D:15
Setup Payload:
X-HM://0024TIV4ZMZ0W
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

    ┌────────────┐     
    │ 816-15-651 │     
    └────────────┘     

[8/23/2023, 5:30:12 PM] Homebridge v1.6.1 (HAP v0.11.1) (Homebridge 819E) is running on port 51355.
[8/23/2023, 5:30:16 PM] [homebridge-alexa-smarthome] Launched child bridge with PID 1534
[8/23/2023, 5:30:17 PM] Registering platform 'homebridge-alexa-smarthome.HomebridgeAlexaSmartHome'
[8/23/2023, 5:30:17 PM] [homebridge-alexa-smarthome] Loaded homebridge-alexa-smarthome v0.0.14-beta.0 child bridge successfully
[8/23/2023, 5:30:17 PM] Loaded 1 cached accessories from cachedAccessories.0ECB50E93D15.
[8/23/2023, 5:30:17 PM] [homebridge-alexa-smarthome] Loading accessory from cache: Leo’s Bedside Light
[8/23/2023, 5:30:18 PM] Homebridge v1.6.1 (HAP v0.11.1) (homebridge-alexa-smarthome) is running on port 44460.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Restoring existing accessory from cache: Leo’s Bedside Light
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Living Room Dot
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: TV
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Entertainment Dot Right
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Lights
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Bedroom
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Hall Dot
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Study Show
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] Adding new accessory: Sitting Room Show
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Living Room Dot.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: TV.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Entertainment Dot Right.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Lights.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Bedroom.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Hall Dot.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Study Show.
[8/23/2023, 5:30:22 PM] [homebridge-alexa-smarthome] initDevices - Unsupported device: Sitting Room Show.
[homebridge.log](https://github.com/joeyhage/homebrid
[homebridge.log](https://github.com/joeyhage/homebridge-alexa-smarthome/files/12421851/homebridge.log)
[homebridge.log](https://github.com/joeyhage/homebridge-alexa-smarthome/files/12421855/homebridge.log)
ge-alexa-smarthome/files/12421848/homebridge.log)

**Plugin Config:**

```json
Show your Homebridge config.json here, remove any sensitive information.
{
    "auth": {
        "refreshInterval": 4,
        "proxy": {
            "clientHost": "7.4.77.169",
            "port": 2345
        }
    },
    "devices": [],
    "amazonDomain": "amazon.co.uk",
    "language": "en-UK",
    "debug": false,
    "platform": "HomebridgeAlexaSmartHome",
    "_bridge": {
        "username": "0E:CB:50:E9:3D:15",
        "port": 44460
    }
}
[homebridge.log](https://github.com/joeyhage/homebridge-alexa-smarthome/files/12421879/homebridge.log)

**Screenshots:**

<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**

- **Plugin Version**:
- **Homebridge Version**: <!-- homebridge -V -->
- **Node.js Version**: <!-- node -v -->
- **NPM Version**: <!-- npm -v -->
- **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker / hb-service -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
joeyhage commented 11 months ago

Hi @rebelyon! Thanks for reaching out. I thought I had added a section in the README about this but alas had not. Currently, only lightbulbs are supported. I added a section to the README. I will also improve the log messaging since those devices are not actually being added at that point.

What specific device types would you like to see supported? I can add them to the roadmap and, depending on votes/feedback from others, can prioritize the most requested devices.

rebelyon commented 11 months ago

Hey Joey,

Thanks for the reply. At least the only lightbulb I tried to add worked perfectl so thank you for that.

It’s the Echo Dots I’m really after but thank you for what you’re doing anyway.

Kindest,

Jake Aslam

On 23 Aug 2023, at 19:00, Joey Hage @.***> wrote:

Hi @rebelyon https://github.com/rebelyon! Thanks for reaching out. I thought I had added a section in the README about this but alas had not. Currently, only lightbulbs are supported. I added a section to the README https://github.com/joeyhage/homebridge-alexa-smarthome/blob/main/README.md#currently-supported-devices. I will also improve the log messaging since those devices are not actually being added at that point.

What specific device types would you like to see supported? I can add them to the roadmap and, depending on votes/feedback from others, can prioritize the most requested devices.

— Reply to this email directly, view it on GitHub https://github.com/joeyhage/homebridge-alexa-smarthome/issues/9#issuecomment-1690399396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7VWWBLOJRXBCFRRI7WERLXWZALVANCNFSM6AAAAAA332LDSA. You are receiving this because you were mentioned.

joeyhage commented 11 months ago

Glad to hear the lightbulb worked! You're the first to report feedback so I really appreciate that. What features of an Echo Dot would you like to control via HomeKit?

canny[bot] commented 11 months ago

This issue has been linked to a Canny post: Add support for Echo devices :tada:

rebelyon commented 11 months ago

Jeez dude, I hope you get more feedback soon, I guess it could be quite dispiriting otherwise,

As far as the dots go it’s mainly just hoping I could say Siri commands at it for music and reminders and so one. I’m not really even sure if it’s possible, just hopeful !!

On 23 Aug 2023, at 22:04, Joey Hage @.***> wrote:

Glad to hear the lightbulb worked! You're the first to report feedback so I really appreciate that. What features of an Echo Dot would you like to control via HomeKit?

— Reply to this email directly, view it on GitHub https://github.com/joeyhage/homebridge-alexa-smarthome/issues/9#issuecomment-1690636514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7VWWFG35QWLQYNCMKYPG3XWZV6HANCNFSM6AAAAAA332LDSA. You are receiving this because you were mentioned.

joeyhage commented 11 months ago

I just released the plugin a few days ago so I'm actually surprised to see over 1,000 downloads already.

I will see what I can do! Thanks again for the feedback.

rebelyon commented 11 months ago

I’m not surprised by the amount of downloads as it’s a very popular concept.I am surprised by the lack of interaction though. Hopefully it will get much better. Bon chance, Mon ami and thank you again.

On 23 Aug 2023, at 22:42, Joey Hage @.***> wrote:

I just released the plugin a few days ago so I'm actually surprised to see over 1,000 downloads already.

I will see what I can do! Thanks again for the feedback.

— Reply to this email directly, view it on GitHub https://github.com/joeyhage/homebridge-alexa-smarthome/issues/9#issuecomment-1690683779, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7VWWDVOBKHHI3UBJ2LFATXWZ2LJANCNFSM6AAAAAA332LDSA. You are receiving this because you were mentioned.

sebaslag commented 10 months ago

Please add Thermostat support! Congratulations for your work.

joeyhage commented 10 months ago

Hi @sebaslag, thanks for the feedback. Please submit your request on the feedback site and I will consider it with the other requests.

joeyhage commented 10 months ago

Support for controlling Echo media was added in v0.2.0. Feedback (positive and constructive) is welcome!