-
Notifications
You must be signed in to change notification settings - Fork 10
No longer working with new Homebridge, Node.js v12.16.3 #14
Comments
@coldash17 am seeing some issues. |
@Tecnico1931 issues w your SmartAC/Homebridge? Or issues w my code string? @dave-atx - any ideas? Would love to get it up and running again. Cheers |
@coldash17 going to try to spend some time on it today I keeper have home bridge crash on me when I removed the plugin and config off it worked fine |
@Tecnico1931 thanks. Let me know if you have any luck? Much appreciated |
@coldash17 I got it working again if you post the logs from your homebridge I may be able to help. |
having an issue as well- error message below (node:675) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token < in JSON at position 0 |
I believe I'm having the same issue. Relevant log follows. Any suggestions/tips on how your got it working again? node:2212) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'deviceId' of undefined |
i’ve got the same error, anyone find a fix? @joelrichards |
Hello! And thanks for this, it has been working great for me, up until a few days ago.
Currently running a Pi 3 with the newer "Homebridge Raspberry Pi Image"
I have installed the plugin through the new Homebridge.local control center, input the code lines with my email and password, and nothing is showing up anymore.
I had this running successfully up until a few days ago.
Any idea what could be causing this issue?
Config file is this:
{
"bridge": {
"name": "Homebridge DAC1",
"username": "0E:A4:77:F5:B9:9C",
"port": 51401,
"pin": "227-63-668"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"accessoryControl": {
"debug": true
},
"platform": "config"
},
{
"platform": "SmartAC",
"name": "ThinkEco SmartAC Platform",
"username": "[email protected]",
"password": "XXXX"
}
]
}
Is there something I'm missing?
Much appreciated
The text was updated successfully, but these errors were encountered: