-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant use wall-buttons to start automation #123
Comments
Hi, just to make sure it's a problem in the integration, can you please go in Developer Tools, start listening for Maybe with the dump we can figure out something more |
Yes, this is one of the lines that gets outputted when I press the switch I want to trigger the event: |
I understand that, I'm just wondering if that is a problem of the automation trigger or an issue in the integration itself. Please post a complete dump and try listening for the |
Hey @EnricoBilla, I am also experiencing issues with getting Single Wall Switch SensorConfigured as Rocker
Configured as individual ButtonsNo events received... Double Wall Switch SensorRocker or Button configuration doesn't matter but just the left handed rocker works as expected. Same behavior as for the single switch, if a scene link comes into play, no events are triggered. I did test with different Sensor/Actuator combinations as well as just Sensor wall switches. All devices updated to the latest firmware, SysAP running on 3.1.0. Hope this helps to debug. Have a good one and keep up the great work. |
Actually, my problem is solved. I haven't touched this since february and today I tried push the button i assigned in my home and the service fired my HA automation. I need to check if a button assigned to a scene in f@h works aswell. |
@s14r I'm in your exact situation. I have some devices that will trigger an event and others that won't. Sadly for my devices the event is not even triggered by the SysAp so there's no way to catch that... I really don't know what the issue can be, you could try monitoring the messages sent by the SysAp while you press the button and see if something appears. Note that with such a big system will be difficult because you'll have a lot of messages coming in from different devices |
Hello, Thank! |
No, I have not had the time to test this further. |
Hi!
I'm trying to use a wallswitch in my f@h setup to activate an automation. This button is a sceneactivator i f@h which I think works different than if its just a "button". I might be wrong but to eliminate this thought, I'm trying another switch in my house.
I have recorded the service in HA which gave me thix XML-line:
<?xml version="1.0" encoding="UTF-8"?><project timeStamp="273367" sessionId="4b171115" type="update" mrhaVersion="2.6.4" mrhaBuild="8172"><privileges/><devices><device serialNumber="ABB700CE5B0F" domainAddress="5036" state="modified" commissioningState="ready" progress="100"><channels><channel state="modified" i="ch0002" cid="ABB70068"><inputs/><outputs><dataPoint state="modified" i="odp0000" full="false"><value>0</value></dataPoint></outputs><parameters/><scenes/></channel></channels><parameters/></device></devices></project>
From this I set my automation trigger event to:
Then I added a simple action, to turn off a light in a room via HA. Now, saving this automation and pressing the wallswitch does nothing. Running the automation works fine, it turns the light off so something is off getting the switch-event?
Complete automation code:
I'll fix a dump a little bit later.
The text was updated successfully, but these errors were encountered: