-
Notifications
You must be signed in to change notification settings - Fork 23
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
current temperature not shown only on wall thermostats #27
Comments
I also have no Wall Thermostat, so I cannot check it. My repo only adds the compatibility for Window Switches. |
The temperature of the wall thermostats should now be fixed after merging #25. Could you test this? |
tested the fix before you merged it. did not work for me... |
@olli1705, could you try the debug branch? It has some verbose logging to help fix the issue. Please post your log here |
I had a problem too and found out, that the wallmount is using different bytes for temp-values. I fixed it by modifying maxcube-commandparser.js:298:
Edit: I had to correct the condition to only pick up on the 1st bit. I got strange results. |
The fix I made (#25) is working for my wallmounted thermostat and i tried to implement what is documented here I personally tried all your fixes and the only one that works (partially) for me is Sylas007's but it lacks on setpoint, all the others give me bad readings:
I tried to dig into issues and found out that for some of us the wall thermostats can be parsed like a valve thermostat and for some it's like described on Bouni's max-cube-protocol page: This fragmentation makes me wonder if there are two different version for the wallmounted thermostat or cube firmare that reports differently. I read somewhere that may exist a "plus" version and a "standard" version just like valve thermostats but can't find any evidence on EQ3 site. Mine is a eQ-3 AG 131651 A0, also referenced as BC-TC-C-WM-4 in EQ3 manuals, EAN code 4047976316519 and serial OEQ0812745. You can find online a some wall thermostat with different model number: eQ-3 105936 or 105679 with EAN code 4047976116515 However i'm using this function now and seems to read fine (aa2bf2a):
Edit: additional info https://www.domoticaforum.eu/viewtopic.php?f=66&t=6654&start=120#p73018 |
Hello,
I’m using https://www.npmjs.com/package/homebridge-platform-maxcube on Raspberry Pi 3. All is running fine, only one small thing doesn’t work: the temperature of the wall thermostats is always showing 0 degrees. With radiator thermostats everything works perfectly.
The developer of platform-maxcube answered me:
I have no idea, also no way to test it as I have no wall thermostats. If its a software issue then most probably its with the underlying library we use to access the thermostats, so outside the scope of this project: https://github.com/DanielWeeber/maxcube-window
And no my question:
Is it possible to correct this with reasonable effort?
Thank you.
The text was updated successfully, but these errors were encountered: