-
Notifications
You must be signed in to change notification settings - Fork 47
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
Controlling STC1000p with COM over internet (by writting to EEPROM) #104
Comments
Oh, what a brilliant idea! Please publish your changes, I'd like to control my STC's with ESP8266. |
I'm not 100% sure from the description what you are having problems with... One thing to check is that the EEPROM addresses really are correct. EEPROM layout might have changed in some release and I may have forgotten to update the COM sketch.... I just don't remember since it's been a while :) I'd be glad to try to answer questions :) |
I have the exact same use case. Setting run mode to PrX through communication does not automatically set dh, St and SP values to the first step of the profile. As a workaround, I have solved this problem by setting dh, St and SP from the COM client. No problem on my side when setting SP in "th" mode, temperature control is instantly updated. |
I am running v.1.09 with Communication on my STC1000p. I plugged ESP8266 to controller which is reading current state of controller by reading EEPROM (and publishing values to MQTT).
I want also to control the STC by writing directly to EEPROM (changing profiles and running profiles and changing SP in Th mode).
Unfortunately, even I change (write) values in EEPROM (e.g. profile number to run (0-6) to EEPROM address 123), nothing happens... Profile runs only when I manually enter menu Set->rn and leave from it OR when I restart STC.
Is it possible to implement few changes?
The text was updated successfully, but these errors were encountered: