Code Monkey home page Code Monkey logo

Comments (11)

lipigab avatar lipigab commented on June 12, 2024 1

That's the only thing while I haven't pulled the trigger yet...

from konnected-security.

heythisisnate avatar heythisisnate commented on June 12, 2024 1

Finally published some documentation on this topic. Using ESPHome you can use all of the hardware features of Konnected via MQTT. More info: https://help.konnected.io/support/solutions/folders/32000036472

from konnected-security.

heythisisnate avatar heythisisnate commented on June 12, 2024

Yes, MQTT support is on the near-term roadmap.

from konnected-security.

Korte68 avatar Korte68 commented on June 12, 2024

great...any estimation?

from konnected-security.

danieljbnz avatar danieljbnz commented on June 12, 2024

Any update on when this will be available? I’m a Homebridge user and don’t user any of the current integration options (and not do I intend to) so like others not having MQTT it is the only thing that stops me buying.

from konnected-security.

Korte68 avatar Korte68 commented on June 12, 2024

Yes, MQTT support is on the near-term roadmap.

we have different meaning on 'near-term roadmap'....

from konnected-security.

danieljbnz avatar danieljbnz commented on June 12, 2024

Any updates on this 'near-term' roadmap item?

from konnected-security.

heythisisnate avatar heythisisnate commented on June 12, 2024

Ah yeah, this has definitely been pushed out longer than I originally expected. Priorities shift.

I'm still considering adding MQTT support to the Konnected firmware, but also recommending ESPHome as an alternative firmware that already supports it well. All Konnected hardware will run ESPHome. You can find a zone to NodeMCU pin mapping here: https://help.konnected.io/support/solutions/articles/32000026808-pin-mapping

Then, use the NodeMCU platform in your ESPHome configuration. An example config may look like this:

esphome:
  name: konnected-1
  platform: ESP8266
  board: nodemcuv2

mqtt:
  broker: 10.0.0.2
  username: heythisisnate
  password: MyMQTTPassword

binary_sensor:
  - platform: gpio
    name: "Front Door"
    pin:
      number: D1
      mode: INPUT_PULLUP
  - platform: gpio
    name: "Patio Door"
    pin: 
      number: D2
      mode: INPUT_PULLUP
  - platform: gpio
    name: "Living Room Motion"
    pin:
      number: D5
      mode: INPUT_PULLUP
    device_class: motion

switch:
  - platform: gpio
    pin: D8
    name: "Siren"

Please let me know if the ESPHome approach would meet your needs. I'm interested in your use cases for MQTT support. It's not a popular feature request, but a few really want it.

from konnected-security.

emlowe avatar emlowe commented on June 12, 2024

MQTT support would allow connected to Homeseer automation without the need for a dedicated homeseer plugin (which doesn't exist) - as one could use the existing MQTT homeseer plugin. This would also apply to any other automation hub not currently supported, as MQTT support is pretty ubiquitous on such hubs. One could also write/use custom Node-Red implementations. It's just very flexible. ESPHome is an alternative that I'll look at (although it seems odd to purchase konnected.io and then overwrite the firmware with a 3rd party one)

from konnected-security.

heythisisnate avatar heythisisnate commented on June 12, 2024

@emlowe Fully agree with the benefits of MQTT for platforms like Homeseer. You're absolutely right on all counts.
After scoping it out what it would take to add MQTT to our existing firmware, we came to the conclusion that ESPHome's current capabilities would exceed anything that we could build in a minimal implementation, and therefore is a better option than rolling our own MQTT support. Since our devices use the official ESP-12F or ESP-32 chips and already have USB-serial access, ESPHome will work perfectly with our hardware. You're still getting the benefits of Konnected hardware, including built-in lightning protection, short-circuit protection, overcurrent protection, high build quality assembled in the USA, 1-year warranty and technical support even if you flash a 3rd-party firmware.

If you would like specific guidance on setting up MQTT with Konnected and ESPHome, please reach out to us at [email protected]. We have plans to publish a guide on our support site to do so, but this hasn't been done yet.

from konnected-security.

alexbk66 avatar alexbk66 commented on June 12, 2024

https://forums.homeseer.com/forum/hs4-products/hs4-plugins/security-plug-ins-aa/ak-konnected-alarm-alexbk66/1649946-ak-konnected-alarm-panel-and-garage-door-opener-gdo

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.