hcpy icon indicating copy to clipboard operation
hcpy copied to clipboard

Connection Refused

Open dedarus212 opened this issue 1 year ago • 4 comments

ConnectionRefusedError: [Errno 111] Connection refused

i changed the host in the config.json to MAC, IP none of them seems to Work

dedarus212 avatar Nov 05 '23 14:11 dedarus212

same behaviour for me

michelelenci avatar Nov 11 '23 15:11 michelelenci

a bit more info: the login was successfull I think: a json file was generated with all the keys and info for my dryer, but when i run the mqq client I get a ConnectionRefusedError: [Errno 111] Connection refused. I also tried to set the IP address instead of the hostname but same problem

michelelenci avatar Nov 11 '23 16:11 michelelenci

You need a running MQTT Broker on localhost:1883. Mosquitto is one you could use.

hipco avatar Nov 13 '23 13:11 hipco

Amazing. it works flawlessly now thanks a lot

michelelenci avatar Nov 13 '23 19:11 michelelenci