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

[GHOME] Thermostat_Mode wird ignoriert, sobald Thermostat_SetTemp hinzugefügt wird. #652

Open
daniel-finger opened this issue Oct 14, 2023 · 0 comments

Comments

@daniel-finger
Copy link

Sobald ich einem Thermostat einen Trait "Thermostat_SetTemp" hinzufüge, wird der Datenpunkt mit dem Trait "Thermostat_Mode" ignoriert und es greift ein Workaround, der je nach Thermostat_SetTemp und Thermostat_StatusTemp "heat" oder "cool" zurückliefert.

Erwartetes Verhalten
Das weiterhin die Daten aus dem Datenpunkt verwendet werden

Möglicher fix:
In der GoogleHome.js gibt es die Stelle

//Workaround for no thermostat mode available
if (responseDev[dev.id].thermostatTemperatureSetpoin) {

wenn ich dort den Code durch

//Workaround for no thermostat mode available
if (responseDev[dev.id].thermostatTemperatureSetpoint && responseDev[dev.id].thermostatMode === undefined) {

ersetze, funktioniert die Angabe des Modus für mich wieder.

@daniel-finger daniel-finger changed the title [GHOME] Thermostat Mode wird ignoriert, sobald setpoint hinzugefügt wird. [GHOME] Thermostat_Mode wird ignoriert, sobald Thermostat_SetTemp hinzugefügt wird. Oct 14, 2023
daniel-finger added a commit to daniel-finger/ioBroker.iot that referenced this issue May 20, 2024
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

1 participant