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

Simulate Madoka room thermostat with P1P2Serial #83

Open
nicx opened this issue Oct 20, 2023 · 2 comments
Open

Simulate Madoka room thermostat with P1P2Serial #83

nicx opened this issue Oct 20, 2023 · 2 comments

Comments

@nicx
Copy link

nicx commented Oct 20, 2023

Is it possible to simulate an external Madoka room thermostat with the P1P2serial module?

My idea: activate the external room thermostat function in my Altherma, then setting the current room temperature with the p1p2 module by writing it via MQTT to the Altherma. with that, I could set the desired room temperature and control the behavior of the Altherma.

My understanding is that the only missing feature is writing the room temperature to the correct register.... or maybe this is already possible?

@Arnold-n
Copy link
Owner

This is not yet possible (or not yet known how to), but I hope to dive into this and get it to work. If not, I have been working on a work-around to achieve the same effect.

@Arnold-n
Copy link
Owner

A fake room temperature can now be generated by the P1P2MQTT bridge for Daikin E-series systems. This may help to avoid an error message on certain systems that the bridge does not generate a temperature, but we do not know which systems require or accept this.

Command F1 will switch this function on, with default reported room temperature of 20.0C. Command F1 205 will change the fake temperature sensor to 20.5C. The permitted room temperature range is 0.0C-25.5C. Command F0 will switch this function off. By default this function is off. It will also switch off after an ATmega restart, the state is not yet stored in EEPROM.

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