ztalbot2000 / homebridge-cmd4

CMD4 Plugin for Homebridge - Supports ~All Accessory Types & now all Characteristics too
Apache License 2.0
145 stars 14 forks source link

[Support] After installing and restarting nothing happens #128

Closed WaldperlachFabi closed 2 years ago

WaldperlachFabi commented 2 years ago

Describe Your Problem: I installed Cm4 and restarted HomeBridge, in Home aren’t demo devices and there are no logs from this plugin. Indent have a config and I didn’t know if I understood the wiki right that if I don’t have a config demo mode is enabled.

Cmd4 Config:

I don’t have a config

Environment:

ztalbot2000 commented 2 years ago

Hi,

There is a default config with the installed plugin, Most likely /usr/local/lib/node_modules/homebridge-cmd4/Extras/config.json

Ttyl, John

On Mon, Feb 14, 2022 at 5:19 PM WaldperlachFabi @.***> wrote:

Assigned #128 https://github.com/ztalbot2000/homebridge-cmd4/issues/128 to @ztalbot2000 https://github.com/ztalbot2000.

— Reply to this email directly, view it on GitHub https://github.com/ztalbot2000/homebridge-cmd4/issues/128#event-6070603646, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBCX6TCVQONANYDJJSHF3U3F5VNANCNFSM5OMXX72Q . You are receiving this because you were assigned.Message ID: @.***>

WaldperlachFabi commented 2 years ago

Thank you for your help! Is it possible to add all devices in a „Test-Home“ useing a Bridge? Thank you! Fabi

ztalbot2000 commented 2 years ago

Hi,

That config.json I pointed you to has all the possible devices

Ttyl, John

On Mon, Feb 14, 2022 at 6:50 PM WaldperlachFabi @.***> wrote:

Thank you for your help! Is it possible to add all devices in a „Test-Home“ useing a Bridge? Thank you! Fabi

— Reply to this email directly, view it on GitHub https://github.com/ztalbot2000/homebridge-cmd4/issues/128#issuecomment-1039693288, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBCX3LIMB5S7WZNZWB3W3U3GILTANCNFSM5OMXX72Q . You are receiving this because you were mentioned.Message ID: @.***>

WaldperlachFabi commented 2 years ago

Hi, didn’t mean that 😂. I meant this Feature: 6ED638C7-54C6-410D-9EE3-450D5DC0D23C Thank you for your help!

ztalbot2000 commented 2 years ago

Hi,

It's not looking familiar. It looks like a homebridge-UI thing. I'll look.

Ttyl, John

On Tue, Feb 15, 2022 at 4:24 AM WaldperlachFabi @.***> wrote:

Hi, didn’t mean that 😂. I meant this Feature: [image: 6ED638C7-54C6-410D-9EE3-450D5DC0D23C] https://user-images.githubusercontent.com/80318133/154031988-c72d4cf6-8e3a-46ec-817b-288047207eda.jpeg Thank you for your help!

— Reply to this email directly, view it on GitHub https://github.com/ztalbot2000/homebridge-cmd4/issues/128#issuecomment-1040043089, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBCX6KWEIPDTJ5P7P7BG3U3ILT3ANCNFSM5OMXX72Q . You are receiving this because you were mentioned.Message ID: @.***>

WaldperlachFabi commented 2 years ago

Yeah normally you can then enable this switch [Picture 1] and then you will be able to add a bridge in HomeKit [Picture 2] with all Devices of the Plugin, but if i klick it on this plugin it says that i have to manually configurate it and i don’t know how to. [Picture 3] P2 576F5B14-3041-4FD0-853C-63AF84DA4881 P1 E0763471-FBDF-4556-932C-CC9A2287C4C0 P3 5286D589-AE24-4528-A578-B2EB108043E4

Thank you for your help!

ztalbot2000 commented 2 years ago

Hi,

So I finally had some time to sit down and read carefully your issue and now understand your predicament.

Unfortunately you do have to configure Cmd4 manually. Cmd4 does not have Homebridge-UI configuration. There is an open issue on it.

I have seriously tried to get Homebridge-UI working with Cmd4. The issue is that Cmd4 has so many devices and characteristics to work with, that I have found that creating the config.schéma for it is extremely difficult. I do have a private branch for UI, but it is nowhere near completion and the schéma is over 5000 lines!

So for now, you are going to have to work with the documentation available, and many examples.

Remember Cmd4 was created originally to demonstrate what HomeKit can do if you don't have any accessories at all. It morphed into a tool that you can write shell scripts to control devices either not supported by HomeKit, for features you wish to add or devices you have created yourself.

if I can help you further, just reply to this issue, even though it's closed.

ttyl, John Talbot