Closed maxi8815 closed 4 years ago
Hi guys, is it normal to have a 1-2 seconds state refresh delay on iphone app? Every time I open the Home app all icons shows 'Updating' for 1-2 seconds.
This is my code: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:31", "port": 51826, "pin": "031-45-154" }, "platforms": [], "hosts": [ { "address": "192.168.0.4", "mac": "42:f7:c8:17:3f:51", "isRFSupported": false }, { "address": "192.168.0.5", "mac": "42:f7:c8:21:b4:33", "isRFSupported": false }, { "address": "192.168.0.8", "mac": "42:f7:c8:21:b5:43", "isRFSupported": false } ], "accessories": [ { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Comedor", "url": "mqtt://localhost", "username": "home", "password": "xxxxxxxx", "caption": "", "topics": { "getOn": "stat/ComedorNew/POWER1", "setOn": "cmnd/ComedorNew/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/HabPrincipal/POWER1", "setOn": "cmnd/HabPrincipal/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz baño", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Bano/POWER1", "setOn": "cmnd/Bano/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Benja", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Benja/POWER1", "setOn": "cmnd/Benja/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Reflector", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Reflector/POWER", "setOn": "cmnd/Reflector/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Pasillo", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Pasillo/POWER", "setOn": "cmnd/Pasillo/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "name": "Automatico Comedor", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Pasillo", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Reflector", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Baño", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" } ] }
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:31", "port": 51826, "pin": "031-45-154" }, "platforms": [], "hosts": [ { "address": "192.168.0.4", "mac": "42:f7:c8:17:3f:51", "isRFSupported": false }, { "address": "192.168.0.5", "mac": "42:f7:c8:21:b4:33", "isRFSupported": false }, { "address": "192.168.0.8", "mac": "42:f7:c8:21:b5:43", "isRFSupported": false } ], "accessories": [ { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Comedor", "url": "mqtt://localhost", "username": "home", "password": "xxxxxxxx", "caption": "", "topics": { "getOn": "stat/ComedorNew/POWER1", "setOn": "cmnd/ComedorNew/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/HabPrincipal/POWER1", "setOn": "cmnd/HabPrincipal/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz baño", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Bano/POWER1", "setOn": "cmnd/Bano/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Benja", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Benja/POWER1", "setOn": "cmnd/Benja/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Reflector", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Reflector/POWER", "setOn": "cmnd/Reflector/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Pasillo", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Pasillo/POWER", "setOn": "cmnd/Pasillo/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "name": "Automatico Comedor", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Pasillo", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Reflector", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Baño", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" } ] }
Hi guys, is it normal to have a 1-2 seconds state refresh delay on iphone app? Every time I open the Home app all icons shows 'Updating' for 1-2 seconds.
This is my code:
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:31", "port": 51826, "pin": "031-45-154" }, "platforms": [], "hosts": [ { "address": "192.168.0.4", "mac": "42:f7:c8:17:3f:51", "isRFSupported": false }, { "address": "192.168.0.5", "mac": "42:f7:c8:21:b4:33", "isRFSupported": false }, { "address": "192.168.0.8", "mac": "42:f7:c8:21:b5:43", "isRFSupported": false } ], "accessories": [ { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Comedor", "url": "mqtt://localhost", "username": "home", "password": "xxxxxxxx", "caption": "", "topics": { "getOn": "stat/ComedorNew/POWER1", "setOn": "cmnd/ComedorNew/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/HabPrincipal/POWER1", "setOn": "cmnd/HabPrincipal/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz baño", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Bano/POWER1", "setOn": "cmnd/Bano/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Luz Benja", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Benja/POWER1", "setOn": "cmnd/Benja/POWER1" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Reflector", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Reflector/POWER", "setOn": "cmnd/Reflector/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "accessory": "mqttthing", "type": "lightbulb", "name": "Pasillo", "url": "mqtt://localhost", "username": "home", "password": "xxxxxx", "caption": "", "topics": { "getOn": "stat/Pasillo/POWER", "setOn": "cmnd/Pasillo/POWER" }, "onValue": "ON", "offValue": "OFF" }, { "name": "Automatico Comedor", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Pasillo", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Reflector", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" }, { "name": "Automatico Baño", "stateful": true, "reverse": false, "time": 1000, "accessory": "DummySwitch" } ] }