You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also get failures on Texecom-connect here is brief extract from the log
3/9/2021, 9:08:05 AM Error loading platform requested in your config.json at position 1
3/9/2021, 9:08:05 AM Error: No plugin was found for the platform "Texecom" in your config.json. Please make sure the corresponding plugin is installed correctly.
at PluginManager.getPluginForPlatform (/usr/local/lib/node_modules/@hoobs/hoobs/node_modules/homebridge/src/pluginManager.ts:249:15)
at /usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:335:45
at Array.forEach ()
at Server.loadPlatforms (/usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:321:31)
at Server.start (/usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:153:35)
at /usr/local/lib/node_modules/@hoobs/hoobs/bridge/cli.js:94:16
at processTicksAndRejections (internal/process/task_queues.js:93:5)
I did try uninstalling Texecom connect then go errors about UID (I think) cant have two bridges with the same ID. The plugin did start to read devices on Veraplus. But seemed to hang up.
Would be grateful for assistance on getting this plugin running as I have virtually every Light switch in the house on Veraplus
The text was updated successfully, but these errors were encountered:
Good Morning on installed through Hoobs version 3.3.3, I have 3 plugins running
Texecom-Connect
Evohome
Dummy switch
After installing and adding the config as follows
{
"bridge": {
"name": "Homebridge",
"pin": "987-65-432",
"username": "CC:22:3D:E3:CE:30"
},
"platforms": [{
"platform": "Vera",
"name": "Vera",
"veraIP": "192.168.0.33",
"includesensor": false,
"ignorerooms": [0,1],
"securitypoll": 2000,
"includethermostat": false,
"includeRGB": false,
"garageLocks": false,
"ignoredevices": [268,379,393,109,149,114,115,116,118,120,127,135,153,183,276,321,62,119,214,268,439,550,465],
"ignorescenes": [26, 27],
"ignoreplugins": true,
"houseModes": false
}]
}
I also get failures on Texecom-connect here is brief extract from the log
3/9/2021, 9:08:05 AM Error loading platform requested in your config.json at position 1
3/9/2021, 9:08:05 AM Error: No plugin was found for the platform "Texecom" in your config.json. Please make sure the corresponding plugin is installed correctly.
at PluginManager.getPluginForPlatform (/usr/local/lib/node_modules/@hoobs/hoobs/node_modules/homebridge/src/pluginManager.ts:249:15)
at /usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:335:45
at Array.forEach ()
at Server.loadPlatforms (/usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:321:31)
at Server.start (/usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:153:35)
at /usr/local/lib/node_modules/@hoobs/hoobs/bridge/cli.js:94:16
at processTicksAndRejections (internal/process/task_queues.js:93:5)
I did try uninstalling Texecom connect then go errors about UID (I think) cant have two bridges with the same ID. The plugin did start to read devices on Veraplus. But seemed to hang up.
Would be grateful for assistance on getting this plugin running as I have virtually every Light switch in the house on Veraplus
The text was updated successfully, but these errors were encountered: