hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
552 stars 51 forks source link

Can not load HOOBS UI #1073

Closed sgodfrey2000 closed 3 years ago

sgodfrey2000 commented 3 years ago

Description Devices connected through HOOBS do not show as active in Homekit. I have confirmed through my Router that HOOBS is connected through ethernet. When I try to access UI in Browser to HOOBS I get "Error: EIO: i/o error, stat '/usr/local/lib/node_modules/@hoobs/hoobs/interface/index.html'". This has happened before. If I disconnect HOOBS from power and reconnect, all is well for about a week, then the issue repeats.

Version Not sure since I can not access HOOBS. I received HOOBS in a Box about 2 months ago.

Did you upgrade Please let us know if you upgraded from a previous version.

Pervious version If you upgraded, please let us know your previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins Please include a list of the plugins you are using. We need to be able to find it on NPM. If the plugin is no published, please include a link to the repository.

Since I can not access HOOBS through UI, I'll do. my best. Ring For chamberlain garage door opener WEMO

Post your config

Not sure how to do this since I can not access UI.

This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json

POST CONFIG HERE

Post your log

Can not access

You can get the log from the intercafe. This is in the Log section.

POST LOG HERE

Additional context Add any other context about the problem here.

sgodfrey2000 commented 3 years ago

After power cycling HOOBS I can now access it. Here is the configuration. "server": { "port": 80, "origin": "*", "autostart": 0, "home_setup_id": "X-HM://0023ISYWYND53", "polling_seconds": 5 }, "client": { "default_route": "status", "inactive_logoff": 30, "theme": "hoobs-light", "locale": "en", "temp_units": "fahrenheit", "country_code": "US", "postal_code": "94040" }, "bridge": { "name": "HOOBS", "port": 51826, "pin": "031-45-154", "username": "03:06:8E:DF:E4:DD" }, "description": "", "ports": {}, "accessories": [], "platforms": [ { "platform": "HoneywellHome", "plugin_map": { "plugin_name": "homebridge-honeywell-home" }, "name": "HoneywellHome", "credentials": { "notice": "Keep your tokens a secret!", "consumerKey": "RR0PH2nvm2gpRbrHnATUsJR1MRDyK6Gw", "consumerSecret": "6FViRCEwRZXVVZax" }, "options": { "thermostat": { "thermostatSetpointStatus": "PermanentHold", "hide": false, "hide_fan": false }, "roompriority": { "priorityType": "PickARoom", "thermostat": true }, "ttl": 1, "leaksensor": { "hide_temperature": false }, "roomsensor": { "hide_temperature": false } } }, { "platform": "Ring", "plugin_map": { "plugin_name": "homebridge-ring" }, "refreshToken": "eyJhbGciOiJIUzUxMiIsImprdSI6Ii9vYXV0aC9pbnRlcm5hbC9qd2tzIiwia2lkIjoiYzEyODEwMGIiLCJ0eXAiOiJKV1QifQ.eyJpYXQiOjE2MTIxODQ3OTYsInJlZnJlc2hfY2lkIjoicmluZ19vZmZpY2lhbF9hbmRyb2lkIiwicmVmcmVzaF9zY29wZXMiOlsiY2xpZW50Il0sInJlZnJlc2hfdXNlcl9pZCI6MTUwNzUwNzYsInJuZCI6Ik9keUdxWXRTVmFHSTBBIiwic2Vzc2lvbl9pZCI6IjVjMzE0Mjk0LWM3OWItNDE4Zi1iMTAyLTY1NThmZjVkYTAxYiIsInR5cGUiOiJyZWZyZXNoLXRva2VuIn0.XafWyC47iCD3ARoZ6oR-avlJru9XmSKKryWKBcUt3Q7wqBvF1oLHZMM390_KAAIKN1GZUVKg0P5zQuyLir-uXg", "hideLightGroups": false, "hideCameraMotionSensor": false }, { "platform": "myQ", "plugin_map": { "plugin_name": "homebridge-myq" }, "email": "sgodfrey2000@mac.com", "password": "Clicklid01" }, { "platform": "schlage-be469", "plugin_map": { "plugin_name": "homebridge-zway-schlage" }, "host": "http://127.0.0.1:8083/", "user": "sgodfrey2000@mac.com", "pass": "Lionelrose01**" }, { "platform": "TuyaWebPlatform", "plugin_map": { "plugin_name": "homebridge-tuya-web" }, "name": "TuyaWebPlatform", "scenes": false, "options": { "platform": "tuya", "username": "sgodfrey2000@mac.com", "password": "donald01", "countryCode": "1", "pollingInterval": 600 } }, { "platform": "BelkinWeMo", "plugin_map": { "plugin_name": "homebridge-platform-wemo" }, "name": "Wemo", "discoveryInterval": 500 } ] }

stale[bot] commented 3 years ago

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