fdegier / homebridge-jablotron-alarm

Homebridge plugin for connecting Jablotron JA-100 alarm systems to Homekit.
The Unlicense
26 stars 5 forks source link

jablotron component - magnet door/windod sensor not visible in homebridge/homekit #54

Closed martinmeciar closed 2 years ago

martinmeciar commented 3 years ago

hi is it possible in generally to add also the magnetic sensors that check open/close windows doors? all the other compoments pgm and sections i added OK. thank u

fdegier commented 3 years ago

Hi,

I think it should be possible. Can you demonstrate what it should look like in Homekit?

moiko2416 commented 3 years ago

Fred thank u for coming back to me

i did some printscreens hope this clarifies

I used the door/window sensor of aqara to demonstrate how it looks in homekit today the jablotron adds into homekit via homebridge only particular components but not the door window nor co2 or any other sensors

please let me know if u need other info

image image
martinmeciar commented 3 years ago

Fred thank u for coming back to me

i did some printscreens hope this clarifies

I used the door/window sensor of aqa=r to demonstrate how it looks in homekit today the jablotron adds into homekit via homebridge only particular components but not the door window nor co2 or any other sensors

please let me know if u need other info

[cid:F3638F37-BBDF-44A5-8B5C-DE683D1DF9B7] [cid:A2B3DF9E-76BE-4915-B129-F515E02A40FF] [cid:5E7EEA90-F7EF-4E30-8196-BF86085FA56B] [cid:E75B7026-7C49-4298-B93F-4C2196D48CE9]

On 20 Feb 2021, at 21:30, Fred de Gier notifications@github.com<mailto:notifications@github.com> wrote:

This Message Is From an External Sender This message came from outside your organization.

Hi,

I think it should be possible. Can you demonstrate what it should look like in Homekit?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/F4stFr3ddy/homebridge-jablotron-alarm/issues/54#issuecomment-782744956, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMIEXC5MAMBQ2WUVRWM2U4TTAALV5ANCNFSM4XDHWMFQ.

fdegier commented 3 years ago

Thanks for sharing. I will look into it.

fdegier commented 2 years ago

I've again spent time on exploring the API and did not find any possibilities for this, maybe at some point in the future it will be possible via the API.

If you want, perhaps you could make a wired solution to the bus, that should work. However wired solutions are not the intent of this project, only API communication to make it accessible for everyone.

MartinKristof commented 1 year ago

Hi, any news about it please? Thank you

fdegier commented 1 year ago

It's only possible if you can see them in the app. I haven't seen them in the app so it's not possible unless Jablotron adds them to the app. If you can see them in the app, let me know.

Martasdx commented 1 year ago

It’s possible if you have them added as segment or PG output.

pá 13. 1. 2023 v 22:14 odesílatel Fred de Gier @.***> napsal:

It's only possible if you can see them in the app. I haven't seen them in the app so it's not possible unless Jablotron adds them to the app. If you can see them in the app, let me know.

— Reply to this email directly, view it on GitHub https://github.com/fdegier/homebridge-jablotron-alarm/issues/54#issuecomment-1382397678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARPHHI7YAYALV3XWCSEC2LWSHATRANCNFSM4XDHWMFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--


Martin Polívka

Martasdx commented 1 year ago

Last one is “Garrage door opened” and status is set by door sensor. I can’t control it, but status is the right one.

so 14. 1. 2023 v 1:26 odesílatel Martin Polívka @.***> napsal:

It’s possible if you have them added as segment or PG output.

pá 13. 1. 2023 v 22:14 odesílatel Fred de Gier @.***> napsal:

It's only possible if you can see them in the app. I haven't seen them in the app so it's not possible unless Jablotron adds them to the app. If you can see them in the app, let me know.

— Reply to this email directly, view it on GitHub https://github.com/fdegier/homebridge-jablotron-alarm/issues/54#issuecomment-1382397678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARPHHI7YAYALV3XWCSEC2LWSHATRANCNFSM4XDHWMFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--


Martin Polívka

--


Martin Polívka

fdegier commented 1 year ago

Did you mean to add screenshots to the last messages?

PG's can already be controlled, same for segments.

I don't have any sensors so I can not see those in the apps.

MartinKristof commented 1 year ago

Thanks. How can I get the PGs to Homekit?

fdegier commented 1 year ago

In the config you can add it like this (see README)

"switches": [
                        {
                            "name": "Hooter",
                            "segment_id": "PGM_1",
                            "segment_key": "pgm_1"
                        }
                    ],
                    "outlets": [
                        {
                            "name": "Camera",
                            "segment_id": "PGM_2",
                            "segment_key": "pgm_2"
                        }
                    ],
MartinKristof commented 1 year ago

So only I need -> buy PG output for Jablotron and set HB config?

fdegier commented 1 year ago

No need to buy anything, it's all controlled via the API. Just add the number of the PG to HB config.

MartinKristof commented 1 year ago

But I have to wire something inside a switchboard of Jablotron, have not I?

fdegier commented 1 year ago

No, the PG's are available in the app see screenshot. image

MartinKristof commented 1 year ago

I can not see any PGs on the app.

fdegier commented 1 year ago

How do you control the PG's? Do you have admin access on your Jablotron account? If the PG's are not available in the app, you can not control them. You need to be able to see it in the app in order to control it via HomeKit.