Recent content by madas

  1. M

    Pete's Blog Home Assistant Alarm Keypad display

    is your area definitely area 1? can you look in your ini file and see what it looks like? no errors in mine. 2022-10-21 07:04:26 [OmniLinkBridge.CoreServer INF] Started version 1.1.13.0 on Unix 3.10.105.0 with ["OmniLinkBridge.Modules.OmniLinkII", "OmniLinkBridge.Modules.LoggerModule"...
  2. M

    Pete's Blog Home Assistant Alarm Keypad display

    I had to create an ini and mount that back to the file system just to add this setting. Previously I also was using the docker-compose yaml file. I'm using the Fire tabs right now as they are so cheap on sale.
  3. M

    Pete's Blog Home Assistant Alarm Keypad display

    Fully Kiosk + the Browser HA People told me thats the way to go over the app. Have you heard different?
  4. M

    Pete's Blog Home Assistant Alarm Keypad display

    yes - it showed up automatically you just need to add that line to the .ini file and i restarted. mqtt_discovery_area_code_required=1 (1 is the area code). I have 8 OmniTouch 5.7e's as well but they are starting to die.
  5. M

    Pete's Blog Home Assistant Alarm Keypad display

    release is out and tested - works great with no changes to the yaml file. Do you have HAI thermostats on your system? I'm able to modify the set point using the thermostat app but when using an automation i'm stuck. I've tried Actions-->devices-->omnilink but the only options are mode, fan...
  6. M

    Pete's Blog Home Assistant Alarm Keypad display

    your right - to avoid cross talk. https://github.com/excaliburpartners/OmniLinkBridge/issues/36#issuecomment-1286322164
  7. M

    Pete's Blog Home Assistant Alarm Keypad display

    The developer of OmniLinkBridge is adding in the PIN code verification logic now so we can pass the PIN directly from HA using this code. mqtt: alarm_control_panel: - name: "HAI Alarm" state_topic: "omnilink/area1/state" availability_topic: "omnilink/status" value_template: "{{ value_json.state...
  8. M

    Pete's Blog Home Assistant Alarm Keypad display

    yes - Fully Kiosk on a fire tab and using browsermod to pop-up the keyboard on alarm trigger.
  9. M

    Pete's Blog Home Assistant Alarm Keypad display

    so this works and will do local code validation before using MQTT to disarm/arm the HAI panel through OmniLinkBridge # Example using numeric code with remote validation configuration.yaml mqtt: alarm_control_panel: - name: "HAI Alarm" state_topic: "omnilink/area1/state"...
  10. M

    Pete's Blog Home Assistant Alarm Keypad display

    PUB omnilink/areaX/command string arm_home, arm_away, arm_night, disarm, arm_home_instant, arm_night_delay, arm_vacation note Use area 0 for all areas note Optionally the user code number can be specified 'disarm,1' I thought this meant i could pass the PIN but it looks like its just the user...
  11. M

    Pete's Blog Home Assistant Alarm Keypad display

    it 100% works. i'm tweaking the extended config now to get the correct mappings - but this will do what we need.
  12. M

    Pete's Blog Home Assistant Alarm Keypad display

    found this - this will do what we need https://www.home-assistant.io/integrations/alarm_control_panel.mqtt/ i'm working through the config now.
  13. M

    Pete's Blog Home Assistant Alarm Keypad display

    did you restart your MQTT server to flush out any of the cached data? I don't have any codes defined in my OmniLinkBridge config either but it shouldn't need it as I can arm/disarm when using PCA and it doesn't need a user pin there either. I'm curious about the comparison between Ring and...
  14. M

    Pete's Blog Home Assistant Alarm Keypad display

    I programmed the same ones into Alarmo. its not a great solution but it works. I'm looking around at the lovelace cards now to see if maybe there is a way to utilize the generic alarm panel pin pad to just collect a PIN code and then send an MQTT message with that code. This would solve the...
  15. M

    Pete's Blog Home Assistant Alarm Keypad display

    I added Alarmo and created automations so when Alarmo is armed it arms the Omni, when Alarmo is disarmed it disarms the Omni. Not sure if anyone else has tried this and has any feedback. Not ideal but better than nothing.
Back
Top