Satel Integra configuration with HA

Hey guys… I have a Satel Integra with ETHM-1 Plus.

I would like to make Home Assistant work to use Alexa and Siri to turn the lights on and off (also programming various events now, with the INTEGRA app, I can turn the lights on and off but it doesn’t work with alexa and siri).
Who can help me?

I searched for something here but I didn’t find anyone talking about it …

I have recently started using home assistant so I am a beginner…

I just want to turn the lights on and off with HA and then integrate it with Alexa but the only guide I see speaks of alarm …

Your question doesn’t give us much information. Did you already integrate “Stael Integra with ETHM-1 Plus” with home assistant?

If yes, are you stuck on the Alexa portion?

1 Like

No…I want Integrate Satel Integra with home assistant and I want use it for control like application INTEGRA (that use now for activate allarm or switch on or off the light or open the garage or irrigate the garden.

I would need examples to turn the lights on and off, activate and deactivate the alarm and then integrate everything with Alexa and (if possible) Siri.

You’re jumping the gun. You need to get the devices into home assistant before even attempting this. You’re trying to run before you know how to crawl.

The only integration for satel integra is Satel Integra - Home Assistant. Examples are in the documentation on how to set it up. Get that into home assistant. Once it’s up and running and you have your switches, then you can talk about integrating alexa.

I’m not sure that integration will work for you (it seems like it should), but it mentions dealing with i/o’s and treating them as switches. If that’s not what you’re after, then i’m afraid that you won’t be able to do the integration without developing something yourself.

ok … how do i insert them?

Have you looked at the getting started documentation? You’re going to need to read something. I’m not configuring this for you.

I already linked the documentation to the integration, which tells you how to configure it. Again, you’ll have to read something.

I have just programmed my raspberry with other product (xiaomi and a NUT) but now I want program the integra in my raspberry.

what instructions do I have to give to turn the lights on and off?

if you can give me an example …

the partition is called SATEL. and Zone 01 is called CAMERA

Again, Have you integrated SATEL into home assistant? Yes or No.

You need to add your satel hub with your switchable addresses

# Example configuration.yaml entry
satel_integra:
  host: IP_ADDRESS
  switchable_outputs:
    05:
      name: 'Gate open'
    06:
      name: 'Gate close'
    14:
      name: 'Garden light'

Yes, I have write on configuration.yaml and started all with:

#.Satel Integra ETHM-1 Plus
satel_integra:
host: 192.168.1.201
port: 7094
partitions:
01:
name: ‘home’
arm_home_mode: 1
zones:
01:
name: ‘CAMERA ONE’ (name that I see on dloadx)
type: ‘motion’
02:
name: ‘CAMERA TWO’ (name that I see on dloadx)
type: ‘motion’
outputs:
01:
name: ‘CAMERA ONE’ (name that I see on dloadx)
type: ‘light’
02:
name: ‘CAMERA TWO’ (name that I see on dloadx)
type: ‘light’

In zones in all parameters in TYPE I have write ‘motion’, in output, the light in camera in TYPE I have write ‘light’, in alarm I have write ‘power supply’, in garage I have write ‘opening’

In developer tools in Entity I see all zones (with condition OFF) but I think that I’m afraid I did something wrong…

I need this to know, in TYPE for the zones, do I have to write MOTIONS to everyone? or do I have to write light there too? In output, what do I put on TYPE for the lights? what do I put on the room alarm? okay what i put on?
to the entity alarm_control_panel.home, why is the condition unknown?

The names don’t need to match, the id needs to be correct.

Good morning!
I managed to have some free time and now I can, by card, activate and deactivate the alarm … so everything works correctly.

Can any of you write me 2 strings where can I turn a light on and off?

The light has the name “STREEP LED”.

these are the data:

Partitions: HOUSE TONI
ZONES: KITCHEN (and in the program DloadX Zone number = “107”)
name of light: KITCHEN LIGHT (and in the program DloadX Output number = “30”)

Help me, pls…