-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does not compile with tasmota 9.2.0 #15
Comments
A PR here against PID_branch and/or timeprop_branch would be most welcome, thanks. |
Hmm, but compiling against latest development would not work here, right? For the moment I'm trying to get it working with Tasmota/development. I can PR the new files back here, if this is what you say. |
I will update the repo to pull in the latest from arendst. Hopefully a bit later today if I can find time. |
After that, please, also do a PR to the development branch of Tasmota. I would like to see PID also in the main branch. Thanks. |
Alright I'm almost there. I don't like the Hardcoded DS18B20 values, that I found in the original code. This is probably a showstopper. Also, I had to make a copy of the TasmotaGlobal.mqtt_data before feeding it to the JsonParser. Regarding the PR: Are there any instructions for building with the required platforms via platformio? |
I don't understand, there isn't anything DS18B20 specific in the modified files in the pid or timeprop branches, you should only be editing sonoff/xdrv_92.ino and sonoff_91.xdrv_91 to get them to build with 9.2.0 |
Correct. I only modified those two. The DS18B20 stuff comes in, because at some point I need to pass a sensor value to This is fine for me, but I'm not sure if this is "tasmotic" enough. Also I'm not sure how this could / should be configured (pointers welcome, but I'll not have time for this after this weekend). |
Is this anything to do with the issue here, and a possible PR for the timeprop files, to fix the fact that the pid code won't compile with 9.2.0? |
No, the additional points I rose, were merely to highlight those parts of the code that I thought one should be aware of. I'll send the PR in a sec. |
Hi There,
this does not compile with 9.2.0 any longer.
In fact I had some functional issues with 8.2.0 already.
I'd go an adapt the code to work with 9.2.0 and seek advice for fixing functionality.
Objections?
Shall I MR against this branch or against arendst/Sonoff-Tasmota?
Cheers,
M.
The text was updated successfully, but these errors were encountered: