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

Preliminary write/read for temp+power #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cyber-atomus
Copy link

A bit dirty write-to-stove values - but works like a charm on Feretti stove (we can't use static array for that).

For reading EEPROM values we must add 0x20 to the address - the stove replies with added value (e.g. 0x7F becomes 0x9F in RX from stove, we still write to 0x7F)

If checskum is higher than 0xFF then we must substract 256Dec from value - now we MUST know if the value will be higher than 0xFF and calculate accordingly.

Confirmed working for ~7 days with HomeAssistant.
ESP8266+optorelays breakboard+MQTT.

Some additions out of brain as I still remember them, full source code for writing / reading values left on other computor.
Gimme 2 days
Dirty values code - but works like a charm on Feretti stove. 
For  reading EEPROM values we must add 0x20 to the address - the stove replies with added value (e.g. 0x7F becomes 0x9F in RX from stove, we still write to 0x7F)

TODO: calculate checksum automagically, if checskum is higher than 0xFF then we must substract 256Dec from value - now we MUST know if the value will be higher than 0xFF and calculate accordingly.

Confirm working for ~7 days with HomeAssistant.
@cyber-atomus
Copy link
Author

BTW, forgot to mention
T** - sets temp
P
- sets **power (that thing set with P2 button)

@zampo86
Copy link

zampo86 commented Dec 28, 2022

HI
In my configuration:
"Temp Set" output value correct is without "/2"
fumesTempAddr is 0x5A

@fungio
Copy link

fungio commented Jun 27, 2024

Hi @cyber-atomus it's working like a charm. I get the correct temp set and pwr. Do you know how I can change the temperature or power from home assistant ?

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

Successfully merging this pull request may close these issues.

3 participants