paulw11 / homebridge-wiser

Clipsal C-Bus Wiser plugin for home bridge
MIT License
11 stars 5 forks source link

Invalid attribute name #4

Open msuMax opened 6 years ago

msuMax commented 6 years ago

default Getting an error when connecting to Wiser and facing a '$' sign in a project. I am guessing this problem may be related to xml2js library.

arrikhan commented 5 years ago

Have exact same error although different Lin/Column. Homebridge not accessible with this platform configured using example config exactly (except password/IP address per my setup).

arrikhan commented 5 years ago

Getting an error when connecting to Wiser and facing a '$' sign in a project. I am guessing this problem may be related to xml2js library.

Have you found a way around this?

msuMax commented 5 years ago

Nope, decided to switch to homebridge-cbus and bought second CNI. Happily using it for more than a year.

26 дек. 2018 г., в 13:55, arrikhan notifications@github.com написал(а):

Getting an error when connecting to Wiser and facing a '$' sign in a project. I am guessing this problem may be related to xml2js library.

Have you found a way around this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

arrikhan commented 5 years ago

@paulw11 , is there a possibility to look into this? Is there any debugging I can do?

beerygaz commented 3 years ago

Hey @paulw11 (Wiko) long time no speak! Inevitable that our C-Bus journey would coincide again at some stage. I'm very new to homekit, so just starting out, but getting the same error mentioned here. Could it be because I have multiple projects in Toolkit?

Edit: Perhaps because I have some blind controllers?

paulw11 commented 3 years ago

It seems that the XML in the Wiser isn't valid; An XML attribute can't start with a $ sign.

I have added additional debug logging to the new version - Enable debug on your home bridge and then when it starts it will log the XML responses returned from the Wiser. This will help identify the problem