Skip to content

SequentMicrosystems/SM8inputs-ha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sequent Microsystems Eight HV Digital Inputs Home Assistant Integration

Integrate Eight HV Digital Inputs seamlessly with Home Assistant, bringing all your custom functionality into the Home Assistant ecosystem for enhanced control, automation, and ease of use.

Installation

If you already have HACS, I2C and File editor configured, you can skip to The actual installation

Video tutorials

  • video for step 1.
  • video for steps 2. and 3.
  • video for steps 4. and 5. (replace SMioplus-ha with SM8inputs-ha)

Prerequirements

  1. Install HACS

  2. Install and run HassOS I2C Configurator add-on

    • Install HassOS I2C Configurator
    • Select your profile from the buttom left corner and enable Advanced mode in User settings
    • In Settings, Add-ons, Add-on Store, search and install HassOS I2C Configurator
    • Disable Protection mode
    • Start the add-on
  3. Install File editor add-on

    • In Settings, Add-ons, Add-on Store, search and install File editor
    • Enable Show in sidebar (see multiple config options bellow)

The actual installation

  1. Install SM8inputs-ha from HACS

    • Open HACS (from the sidebar)
    • Click on the 3 dots in the top right corner and select Custom repositories
    • Repository is SequentMicrosystems/SM8inputs-ha and type is Integration
    • Once added, you can now search it in HACS menu and download it
  2. Add SM8inputs config in configuration.yaml

    • In the sidebar, select File editor and start the add-on
    • Click the folder icon from the top left corner and edit configuration.yaml
    • At the end of the file append the SM8inputs config:
      SM8inputs:

      for more information, see configuration.yaml

    • Save the file
  3. Reboot system

  4. Reboot system (yes, it must be done twice)

configuration.yaml

configuration.yaml example:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

SM8inputs:
    # + optional configs
  • Simple stack 0 config:
SM8inputs:
  • Specific stack config:
SM8inputs:
    - stack: 2
  • Multiple cards on different stack levels:
SM8inputs:
    - stack: 0
    - stack: 2
    - stack: 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages