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…
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.
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?
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”)