• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. marko2276
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by marko2276

    • RE: Home assistant integration

      @joe_at_home Thanks for the additional info for the Unipi1.1 devices (unfortunately I only have Neuron devices so I was not able to try this on anything else). I agree with you that the best (and simplest) solution to a proper fix (or support for Unipi 1.1.) should be designed around currently unused Type parameter.
      If I find time, I will make the necessary changes on github and let you know (and also ask you to test it out :) )

      Cheers,
      Marko

      posted in Installations
      M
      marko2276
    • RE: Home assistant integration

      @Peli

      Hi Martin

      Due to relatively large number of inputs (All my switches are hooked to a DI on a Neuron device, the same goes for motion sensor. Then I have each light connected over a relay output or digital output for PWM control. Then there are blinds, each requiring two relay outputs. ...) I have three Neuron devices installed. 2 x L203 and 1 x M203.

      I am running Neuron OpenSource OS image from May last year I think.

      In the beginning I did intend to run my HA server on one of the Unipi devices, but have ultimately decided to rather use a separate NUC server that I had laying around. But I don't see any reason why it wouldn't work on the integrated RPi (especially if you plan to use only one device).

      I also did start with some of the links that you are mentioning. But all of them eventually came to the questions how to lower the latency of getting a signal change state from Unipi device to HA. All solution are designed around polling (MODBUS registers) - and this is already being done by EVOK SW layer running on unipi device, so why introduce another layer on top of that that would do the same. So then it is just a question how to hook to EVOK. With number of standard interfaces EVOK luckily also exposes asynchronous one (websockets) and this is where the performance increase (compared other polling mechanisms) comes handy.

      I am running HA with Neuron device for a while now and I haven't had any stability issues so far. So yes, I would definitely recommend trying it out.

      I don't have any Zigbee devices installed but there are standard integrations available in HA so this should work out of the box, if you ask me.

      Regards
      Marko

      posted in Installations
      M
      marko2276
    • Home assistant integration

      Hi all

      Just to let you know that I have implemented a home assistant integration for unipi devices. Compared to other solutions that you may find on the net (in most cases using MQTT as as a client/broker architecture), I have done a more direct integration in HA with EVOK and websockets. Thing are working really fast and provide good user experience (at least for me :).

      Functionality wise, the integration supports bare minimum (multiple device instances, lights, binary sensors and covers) so that my home-assistant project works - and it does. I have all my lights and blinds hooked up to HA (running server on a NUC).

      Anyhow, you can check it here https://github.com/marko2276/ha-unipi-neuron.

      posted in Installations
      M
      marko2276
    • Sysfs interface support for extension modules

      I would like to ask, if extension modules connected to a Neuron device are exposed directly through sysfs. If yes, how does one configure number, type and addresses of the extension modules.

      posted in Official EVOK API
      M
      marko2276
    • DirectSwitch functionality on the extension modules

      I would like to double check if DirectSwitch functionality is supported on xS10 or xS40 devices. In the MODBUS register description for the devices I can find the DirectSwitch registers/coils but on the module website it is described as only xS50 has this functionality supported.

      posted in UniPi Extension Modules (Axon & Neuron)
      M
      marko2276