-
Notifications
You must be signed in to change notification settings - Fork 15
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
config option loop_mode does not work as expected #3
Comments
Setting the loop_mode via the touch screen of the thermostat leads to the following results:
The description in the config file leads to my confusion
The value of the config option loop_mode is not equal to the value of the variable loop_mode, Is that correct ? |
@JueFri |
I 'm using loop mode 1234567 and works fine, but if is a sun or sat and I send : |
@ralphm2004
After starting broadlink-thermostat.py as a service the variable loop_mode of a device has not the value of the config option loop_mode of broadlink-thermostat.conf.
broadlink-thermostat.conf:
broadlink-thermostat.py output:
MQTT subscribe output:
I pulled the latest version but the issue was also in the version before.
Based on your examples i am now able to subscribe and publish most of the thermostat parameters via openhab or mosquitto_sub / mosquitto_pub but i have no idea how to "set_mode" for loop_mode.
"set_mode" in your script has the two parameters auto_mode and loop_mode and i have no idea how the syntax is for both parameters in one mosquitto_pub call.
"set_mode" for auto_mode alone working fine with mosquitt_pub -u ... -P ... -t /broadlink/......34ea34/cmd/set_mode -m '1'
Could you please provide an example for "set_mode" for auto_mode and loop_mode in one mosquitto_pub ?
best regards
Jürgen
The text was updated successfully, but these errors were encountered: