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

New Room in Accessories doesn't show if locked #643

Closed
mbierman opened this issue Apr 28, 2020 · 1 comment
Closed

New Room in Accessories doesn't show if locked #643

mbierman opened this issue Apr 28, 2020 · 1 comment
Labels

Comments

@mbierman
Copy link

mbierman commented Apr 28, 2020

Describe The Bug:
If the Accessories page is locked, adding a room will not display.

To Reproduce:

  1. Go to Accessories.
  2. Lock the Accessories page.
  3. Add a room.

Expected behavior:
I expect to see the room I added.

Actual behavior:
The room was added but does not appear until you unlock the page. There is no notice to the user that is the case.

Logs:
I'm not sure a log helps here. Let me know if there's anything you need.

Homebridge Config:

{
    "bridge": {
        "name": "Homebridge Synology",
        "username": "**:**:*:**:**:**",
        "port": 53060,
        "pin": "***-**-***"
    },
    "accessories": [
        {
            "name": "Garage Door",
            "username": "*@*",
            "password": "*",
            "accessory": "Chamberlain"
        },
        {
            "accessory": "PowerlossIFTTTNotifier",
            "name": "PowerlossIFTTTNotifier",
            "IFTTTkey": "*",
            "IFTTTservice": "*",
            "IFTTTvalue2": "Homebridge started at",
            "IFTTTvalue3": false
        },
        {
            "accessory": "Synology",
            "name": "Pigpen",
            "ip": "192.168.0.*",
            "mac": "*:*:*:*:*:*",
            "port": "5001",
            "secure": true,
            "account": "*",
            "password": "*",
            "version": 6,
            "timeout": 6000,
            "disabled": [
                ""
            ],
            "doPolling": true,
            "pollingInterval": 120
        },
        {
            "accessory": "neurio",
            "name": "neurio",
            "location": "neurio.lan",
            "username": "*",
            "password": "*",
            "options": {
                "ttl": 600,
                "verboseP": true
            }
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "cyan",
            "tempUnits": "f",
            "lang": "auto",
            "sessionTimeout": 28800,
            "log": {
                "method": "file",
                "path": "/homebridge/ui.log"
            },
            "accessoryControl": {
                "debug": false
            },
            "platform": "config"
        },
        {
            "name": "Nest",
            "access_token": "*",
            "platform": "Nest"
        },
        {
            "platform": "Rachio-Platform",
            "name": "Rachio Controller",
            "api_key": "*",
            "internal_webhook_port": 27546,
            "external_webhook_address": "*"
        }
    ]
}

Screenshots:

Environment:

  • Node.js Version: v12.16.2
  • NPM Version: v6.14.4
  • Homebridge Version: 1.0.2
  • Homebridge Config UI X Version: v4.16.0
  • Operating System: Docker
  • Process Supervisor: Docker DSM (Synology)
@mbierman mbierman added the bug label Apr 28, 2020
@oznu
Copy link
Member

oznu commented Apr 29, 2020

The layout will now be unlocked when adding a new room.

@oznu oznu closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants