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

Moes room thermostat extra conversions #1619

Merged
merged 5 commits into from
Oct 2, 2020
Merged

Moes room thermostat extra conversions #1619

merged 5 commits into from
Oct 2, 2020

Conversation

insipiens
Copy link
Contributor

Added conversions for all functions, amended device.js accordingly and change description to cover BHT model series

Per work and testing by team in https://github.com/Koenkk/zigbee2mqtt/issues/4185

@Koenkk
Copy link
Owner

Koenkk commented Oct 2, 2020

Thanks!

@Koenkk Koenkk merged commit a58e84d into Koenkk:master Oct 2, 2020
@mgrom
Copy link
Contributor

mgrom commented Oct 14, 2020

@insipiens
what is it for?

    // send an mqtt message to topic '/sensor' to change the temperature sensor setting - options [0=IN|1=AL|2=OU]
    moes_thermostat_sensor: {
        key: ['sensor'],
        convertSet: async (entity, key, value, meta) => {
            sendTuyaCommand(entity, 1067, 0, [1, value]);
        },
    },

@insipiens
Copy link
Contributor Author

@mgrom these thermostats offer two external sensors (floor and under floor) as well as the internal sensor. This was put in to allow a message to change the thermostat to show the appropriate sensor type in it’s display...(if not the internal sensor)

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