Open moranchoj opened 3 years ago
Please don't post your credentials on a public website. I've edited your comment and removed them.
That said: I have no idea how Hoobs works. There are other issues from people having similar problems, but I don't know how to debug them because I don't use Hoobs (or this Homebridge plugin, for that matter).
Normally I would suggest installing the command line tool to see if you can get that to work, but it requires get shell access to Hoobs.
Thanks to take care of my security but the credentials posted were not the real ones. I changed by a fake ones
El dv, 16 abr 2021 a les 17:09 Robert Klep @.***> va escriure:
Please don't post your credentials on a public website. I've edited your comment and removed them.
That said: I have no idea how Hoobs works. There are other issues https://github.com/robertklep/homebridge-nefit-easy/issues/34 from people having similar problems, but I don't know how to debug them because I don't use Hoobs (or this Homebridge plugin, for that matter).
Normally I would suggest installing the command line tool https://github.com/robertklep/nefit-easy-cli to see if you can get that to work, but it requires get shell access to Hoobs.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robertklep/homebridge-nefit-easy/issues/36#issuecomment-821244702, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATWV4R435Y62Y5AORHN7GXDTJBHMPANCNFSM43BWN5EQ .
-- Josep Morancho 669814268
Hi,
I have a Junkers Easy Control CT100 working well with my junkers boiler and connected to Junkers Control App.
Now I am trying to link with HomeKit by using Homebridge and I get the follopiwng messages:
[HOOBS 9DB6@termostat@termostat@Current Heating Cooling State] The read handler for the characteristic 'Current Heating Cooling State' was slow to respond!
[HOOBS 9DB6@termostat@termostat@Current Heating Cooling State] The read handler for the characteristic 'Current Heating Cooling State' didn't respond at all!. Please check that you properly call the callback!
in HomeKit appears in "No respond" state and does not show any temperature.
This is the pluging code used:
{ "accessory": "NefitEasy", "plugin_map": { "plugin_name": "homebridge-nefit-easy", "index": 0 }, "name": "termostat", "options": { "serialNumber": "XXX", "accessKey": "XXX", "password": "XXX" } }
Serialnumber, accesskey and password are the ones that shows the Junkers app control to connect to CT100 thermostat.
I amb using a raspberry pi 4B with Hoobs 3.3.5 with homebridge-nefit-easy v2.2.0
Thanks