Code Monkey home page Code Monkey logo

Comments (3)

heythisisnate avatar heythisisnate commented on June 12, 2024

This should discover automatically on your network.
@kit-klein do you know why SSDP may not be working in this case?

from konnected-security.

kit-klein avatar kit-klein commented on June 12, 2024

A couple things could cause this.

First confirm that the SSDP integration is not disabled in your Home Assistant instance. It's enabled by default so this should only be an issue if you manually disabled it.

Beyond that their are a variety of things that can impact ssdp. Common sources of trouble are
missing mDNS repeaters on VLANs, Wi-Fi isolations, broadcast blocking, just a router bug.

If you think everything should be working you can test from a computer using the netdisco module

pip3 install netdisco
python3 -m netdisco

It will scan for a bit and then print out the results. Among them should be an entry for your Konnected Alarm Panel

konnected:
[{'host': '192.168.1.78',
  'manufacturer': 'konnected.io',
  'model_name': 'Konnected Pro',
  'model_number': '0.3.1',
  'name': 'Konnected Pro',
  'port': 9123,
  'serial': '0x46840d8edf2b',
  'ssdp_description': 'http://192.168.1.78:9123/Device.xml',
  'udn': 'uuid:8f655392-a778-4fee-97b9-48259180x46840d8edf2b',
  'upnp_device_type': 'urn:schemas-konnected-io:device:Security:1'}]

from konnected-security.

weswark avatar weswark commented on June 12, 2024

Hi All
Power cycling the konnected and then the hass seemed to force the auto config to work from my previously working yaml.
I was able to use the konnected ios app to check the port and make sure its talking to hass - this is awesome.
Working again, thanks all

from konnected-security.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.