Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Readme file with versions used #10

Open
jmvaz opened this issue Nov 23, 2019 · 1 comment
Open

Improve Readme file with versions used #10

jmvaz opened this issue Nov 23, 2019 · 1 comment

Comments

@jmvaz
Copy link

jmvaz commented Nov 23, 2019

which versions of the libraries you are using to compile the program?
#include <ESP8266WiFi.h>
#include <ArduinoJson.h>
#include <PubSubClient.h>
#include <HeatPump.h>
#include <ESP8266mDNS.h>
#include <ArduinoOTA.h>

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
Copy link
Owner

unixko commented Dec 7, 2019

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 SwiCago/HeatPump@830ba26

I will update readme to include this information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants