osresearch / hcpy

Python tool to talk to Home Connect appliances over the local network (no cloud required)
276 stars 32 forks source link

Connection Refused #29

Open dedarus212 opened 1 year ago

dedarus212 commented 1 year ago

ConnectionRefusedError: [Errno 111] Connection refused

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

michelelenci commented 1 year ago

same behaviour for me

michelelenci commented 1 year ago

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

hipco commented 1 year ago

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

michelelenci commented 1 year ago

Amazing. it works flawlessly now thanks a lot