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

Switch Button suddenly not responding #2

Open
freemanuk opened this issue Nov 19, 2023 · 5 comments
Open

Switch Button suddenly not responding #2

freemanuk opened this issue Nov 19, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@freemanuk
Copy link

Describe The Bug:

Switch Button for all my devices suddenly not responding

To Reproduce:

Reboot Hoobs a few times, but it's not helping

Expected behavior:

To have the plugin working again

Logs:

Show the Homebridge logs here, remove any sensitive information.

19/11/2023, 09:00:52WARNINGplugin site unavailable
19/11/2023, 09:01:52WARNINGplugin site unavailable
19/11/2023, 09:03:17WARNINGplugin site unavailable
19/11/2023, 09:04:02Switch Button Bridge stopping
19/11/2023, 09:04:22Switch Button Bridge starting
19/11/2023, 09:04:35Switch Button BridgeLoaded plugin 'homebridge-switch-button'
19/11/2023, 09:04:36Switch Button BridgeLoading 16 accessories...
19/11/2023, 09:04:36Switch Button BridgeBridge is running on port 51916.
19/11/2023, 09:06:16WARNINGplugin site unavailable
19/11/2023, 09:06:57WARNINGplugin site unavailable
19/11/2023, 09:10:10Dummy Contact BridgeConfiguration change
19/11/2023, 09:10:10dummycontactbridge stopping
19/11/2023, 09:10:15Dummy Contact Bridge starting
19/11/2023, 09:10:26Dummy Contact BridgeLoaded plugin 'homebridge-dummy-contact'
19/11/2023, 09:10:26Dummy Contact BridgeLoading 28 accessories...
19/11/2023, 09:10:27Dummy Contact BridgeBridge is running on port 51846.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

{
"accessories": [
{
"name": "Virtual Entertainment",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Chef Light",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
},
"name": "Virtual Common Daylight"
},
{
"name": "Virtual Shower Light",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Resort Light",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Relax",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Studio Group",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Reading Left",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Reading Right",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Collection",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Chandelier",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Dining Fan",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Studio Fan",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Studio Aircon",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Fan Light",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
},
{
"name": "Virtual Dining Fan",
"delay": 500,
"accessory": "HomebridgeSwitchButton",
"plugin_map": {
"plugin_name": "homebridge-switch-button"
}
}
]
}

Screenshots:

Screenshot 2023-11-19 at 9 33 43 AM

Environment:

  • Plugin Version: 1.0.2
  • Homebridge Version: 1.6.0
  • Node.js Version: 16.20.2
  • NPM Version:
  • Operating System: Hoobs
@freemanuk freemanuk added the bug Something isn't working label Nov 19, 2023
@sant3001 sant3001 self-assigned this Nov 22, 2023
@sant3001
Copy link
Owner

@freemanuk sorry that you're experiencing issues with the plugin. Have these issues been resolved by now?

Normally these "No Response" issues can be resolved by restarting your wifi / router, and when that's done restarting your hoobs / homebridge server.

@sant3001
Copy link
Owner

@freemanuk by the way, have you tried upgrading Node in your hoobs? It seems Node 16 is being ruled out.

@freemanuk
Copy link
Author

@sant3001 I tried to restart everything, but it didn't help. Eventually, I removed a switch button which was recently added in the plugin and the rest of the switch buttons work again.

@sant3001
Copy link
Owner

@freemanuk just to make sure this was the issue, can you try adding that same switch again?
Any special configurations you used in this switch?

@freemanuk
Copy link
Author

After removing the recent switch button (named cove light), the rest of the switch buttons were working from the plugin. I added a new switch button with the same name and everything still work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants