Skip to content
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

I can’t set modes manually #420

Closed
salemsayed opened this issue Apr 17, 2023 · 3 comments
Closed

I can’t set modes manually #420

salemsayed opened this issue Apr 17, 2023 · 3 comments
Assignees
Labels
investigating What the... question Further information is requested stale Hello?

Comments

@salemsayed
Copy link

Plugin version

7.3.0

Plugin configuration

{
"name": "Outdoor Security System",
"serial_number": "SYSTEM",
"default_mode": "Off",
"arm_seconds": 0,
"trigger_seconds": 0,
"reset_minutes": 10,
"save_state": false,
"proxy_mode": false,
"test_mode": false,
"trip_switch_name": "Trip",
"trip_home_switch_name": "Trip Home",
"trip_away_switch_name": "Trip Away",
"trip_night_switch_name": "Trip Night",
"trip_override_switch_name": "Trip Override",
"override_off": false,
"reset_off_flow": false,
"double_knock": false,
"double_knock_seconds": 90,
"double_knock_modes": [
"Night"
],
"disabled_modes": [
"Home",
"Away"
],
"tripped_sensor": true,
"tripped_sensor_seconds": 5,
"siren_sensor": false,
"siren_sensor_seconds": 5,
"reset_sensor": false,
"mode_switches": true,
"mode_off_switch": true,
"mode_away_extended_switch": false,
"mode_pause_switch": false,
"pause_minutes": 0,
"arming_lock_switch": false,
"arming_lock_switches": false,
"siren_switch": false,
"siren_override_switch": false,
"siren_mode_switches": true,
"audio_switch": false,
"audio": false,
"audio_language": "en-US",
"audio_volume": "100",
"audio_arming_looped": false,
"audio_alert_looped": false,
"accessory": "security-system"
}

Homebridge version

1.6.0

What's your question?

Hi,

I’m unable to manually change the modes through Homekit, I can set an automation to arm the system to Night mode but I’m unable to do it manually unless I turn on the Mode Switches.

Here is an image of the accessory in Home.app. I tried enabling all 3 modes but also I can’t see the mode switches in the accessory at all.
image

@salemsayed salemsayed added the question Further information is requested label Apr 17, 2023
@MiguelRipoll23
Copy link
Owner

Hello,

I can reproduce the issue although I'm unsure of what's happening. HomeKit isn't sending a mode change to the plugin, maybe it's changing its behaviour when only one mode is available and sending a different command, I will try to investigate it when I have more time.

@MiguelRipoll23 MiguelRipoll23 added the investigating What the... label Apr 22, 2023
@salemsayed
Copy link
Author

Thank you, appreciated. Lmk if you need me to collect any logs or smth

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a few days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Hello? label Jun 22, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating What the... question Further information is requested stale Hello?
Projects
Development

No branches or pull requests

2 participants