unixko / MitsuCon

Mitsubishi Heat Pump Controller for Home Assistant
Apache License 2.0
68 stars 12 forks source link

Improve Readme file with versions used #10

Open jmvaz opened 4 years ago

jmvaz commented 4 years ago

which versions of the libraries you are using to compile the program?

include

include

include

include

include

include

I'm getting the error "failed to publish DISCOV topic" starting the controller, maybe is related with the versions of the libraries. Can you please check which ones you are using on arduino IDE? I recommend start using visual code using platformio, it is much more easy to setup/compile and upload the sketches :)

unixko commented 4 years ago

Did you resolve a problem? Please try to edit file PubSubClient.h MQTT_MAX_PACKET_SIZE to 1280. Here is my environment:

Arduino IDE 1.8.10 ArduinoJson 6.12.0 PubSubClient 2.7.0 HeatPump Library https://github.com/SwiCago/HeatPump/commit/830ba26b946e19d3bcccc1ac1298e0db73c2deb2

I will update readme to include this information.