Konnected Alarm Panel - connect a wired alarm system to HA new in 0.70

The api_host should be the address of Home Assistant doh! of course! Bytemonger, I really appreciate your help. I made the .yaml changes you suggested. And I rebooted the alarm modules. But, I do not yet see any mention of Konnected in the Overview in Home Assistant. However, I do see mention of the binary sensors noted in the “States” pane. Does this mean that Home Assistant is communicating with the boards? Or, is this just because I have listed in the configuration panel?

I still have not set up any .pem files.

The blue WiFi lights periodically flash about ten times every thirty seconds 3-4 times then go silent for another thirty seconds.

I do not recommend serving the SSL certificate via the http module. This usually doesn’t work with Konnected because the LetsEncrypt certificates that are most commonly used are strong and require relatively lots of memory/processing to negotiate. Often they are too much for the tiny processor on the ESP8266 to handle. At best you’ll get intermittent and slow state changes, at worst it won’t work at all.

For this reason, I always recommend that you serve SSL via a reverse proxy. Nginx proxy is easiest to set up with Hass.io. This allows the http component to continue to serve plain http locally, but you’re still secured from the outside via Nginx. See:
https://help.konnected.io/support/solutions/articles/32000023964-set-up-hass-io-with-secure-remote-access-using-duckdns-and-nginx-proxy

Home Assistant Password?
I followed the steps in Nate’s help article above regarding setup of DuckDNS and Nginx. I found them very clear and helpful, thanks! I removed the http from my .yaml file. I was able to use the browser to direct to
https://mydomain.duckdns.org and view the Home Assistant Browser Login.
Unfortunately, it will not accept the user name and password I believe to be true.
For user name I have tried the one listed under “Profile” in the local Home Assistant Instance
ie: “You are currently logged in as XXXX. You are an owner.” I have also tried “admin” without success.
For the password I am using the one I specified in the Hass.io --> Configurator --Config File

  "username": "admin",
  "password": "XXXXX",

Additionally, I generated an Name and access token and tried to use those to login to HA panel but to no bueno :frowning:
I do not recall setting another password during the home assistant setup. Is there another I have forgotten? If so, is there a way to reset without remembering old password? Or, would I need to refresh the Micro SD card on the Pi with Home Assistant and start over?
TIA,
hotoru
———————————————
Update: Well, I solved my problem of lost password. I went to Home Assistant browser panel at Hassio.local ( in which I was currently logged) -> Configuration -> Users. Then clicked + circle at bottom right and created a new user. Then used that user to log into the Web Portal.

Hi @heythisisnate and everyone, I am struggling with connecting my bell box it is a Risco Nova 6 and the wiring is confusing me a little. It is wired like the diagram below:

I am not sure what to do with the other wires (not black and red)

If I just connect black and red to the Konnected board Alarm+ and Aux- the bell sounds for around 3 seconds then goes off.

My configuration.yaml looks like this:

konnected:
  access_token: 297329732973
  api_host: http://xxx.xxx.xxx.xxx:8123
  devices:
- id: 807d3a3ea4a2
  binary_sensors:
    - zone: 1
      type: motion
      name: "Kitchen PIR"
    - zone: 2
      type: motion
      name: "Lounge PIR"
    - zone: 3
      type: motion
      name: "Hall PIR"
    - zone: 4
      type: motion
      name: "Stairs PIR"
    - zone: 5
      type: motion
      name: "Utility Room PIR"
    - zone: 6
      type: motion
      name: "Small Lounge PIR"
  switches:
    - zone: out
      repeat: -1
      name: siren
  discovery: true
- id: 807d3a3e0450
  binary_sensors:
    - zone: 1
      type: door
      name: "Basement Door"
  switches:
    - zone: out
      momentary: 65
      pause: 55
      repeat: 4
      name: "Beep Beep"
  discovery: true

Can anyone help?

and here is an actual picture of it:

The sirens in the UK are a little bit different. They need a constant 12V supply and a switched negative to activate. Therefore:

Connect 0V and +12V on the bell box to the AUX- and AUX+ respectively on the Konnected panel.
Connect S- and STR- both to the ALARM- terminal on the Konnected panel.
If you wish to control the strobe and siren separately, you could use two Konnected Alarm panels and separate S- and STR-

The tamper circuit is probably not needed.

Thanks, when I connect 0V and 12V on the bell box to AUX- and AUX+ and activate the siren then this interferes with the motion sensors I have powered from AUX- and AUX+?

No it shouldn’t interfere. the AUX remains constant 12V all times

There is definitely some interference occurring, the motion sensors start to indicate motion when there is no one in the room. Would some sort of resistor on the 0V and / or 12V bell lines in to the Konnected board help?

Looks to me like the siren may be drawing enough current to drop the power supply voltage or something. Can you put a scope over the 12v supply?

Hey all,
based in the UK, have some very old system: https://www.riscogroup.com/uk/products/product/3932
the wiring would seem to imply i have 7 sensors - however there were no instructions left, so i have no idea which sensor applies to what in the house (however i can work that out later easily).

at the moment, im only seeing sensors 1,4,5,6 in HA - im not sure why 2 and 3 dont show?
im also not getting ANY of the sensors pickup anything.
i have 4 motion sensors and 1 door sensor (thats what ive found so far, not sure what else there is).
im able to trigger all 4 motion sensors (which all flash red on movement) and i have the door open.
so logically, something should have shown up in HA - but everything is set to closed?

not sure if the “tamper” wires have anything to do with this and something i need to wire in?

whats also strange is that when i open the door or move around, the blue light flashes as if its receiving a signal to be sent

thoughts?

#https://www.home-assistant.io/components/konnected/
konnected:
  access_token: !secret konnectedtoken
  devices:
    - id: !secret konnectedmac 
      binary_sensors:
        - zone: 1
          type: motion
          name: 'Konnected Test Zone 1'
        - zone: 2
          type: motion
          name: 'Konnected Test Zone 2'
        - zone: 3
          type: motion
          name: 'Konnected Test Zone 3'
        - zone: 4
          type: motion
          name: 'Konnected Test Zone 4'
        - zone: 5
          type: motion
          name: 'Konnected Test Zone 5'
        - zone: 6
          type: motion
          name: 'Konnected Test Zone 6'

I’m in Ireland here so similar looking to mine. There were 2 pairs running to each sensor. 1 pair for tamper and 1 for sensor. I just removed the tamper and used the sensor only. It might be worth taking the cover off the sensor and checking what cable does what.

Here’s a pic of mine

Thanks!
Did you remove the tamper at the Sensor end too?

No I didn’t touch them. There was no need

1 Like

thanks for the replies!!

did you setup this:

Konnected devices communicate with Home Assistant over your local LAN – there is no cloud component! For best performance we recommend allowing unsecured HTTP API traffic between Konnected devices and Home Assistant on your LAN. This means that you should not use the http integration to serve SSL/TLS certificates. Instead, use a proxy like Nginx or Caddy to serve SSL/TLS. Read more.

could you share you config at all too please?

I just use duckdns for my SSL. I didn’t setup the nginx component

  access_token: xxxxxxxxxxxxxx
  api_host: https://192.168.0.50
  devices:
    - id: xxxxxxxxxxxxx
      binary_sensors:
        - zone: 1
          type: door
          name: 'Front Door'
        - zone: 2
          type: window
          name: 'Front Windows'
        - zone: 3
          type: window
          name: 'Bathroom Window'
        - zone: 4
          type: door
          name: 'Balcony Door'
      switches:
        - zone: 5
          name: 'Beep Beep'
          momentary: 65
          pause: 55
          repeat: 100
        - zone: out
          name: 'Siren'

My setup is very standard. I have 4 zones and then the piezo buzzer and siren

1 Like

thanks! i didnt have the API, doing duckdns too, good to know i dont have to do the nginx to get it working at least.

any reason you dont specify you port 8123

I’m not running it on 8123, I use 443

ah! i use 8123, so maybe i need to add that.

if you hit the address
https://192.168.0.50 - does that load up HA for you?
mine doesnt unless i add in 8123

Yes, it does. Hopefully that might be the issue

1 Like