We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi William,
I have successfully made store scenario working. Please replace the commented out part of mqtt_client.py with the following block.
` Sorry, code indentation does not work...
elif ('set_scenario' in str(topic)): print('Incoming MQTT set_scenario request : ', topic, payload) get_id = (topic.split("/"))[2] #extract id from mqtt print(str(get_id), 'run scenario') if not self.tydom.connection.open: print('Websocket not opened, reconnect...') await self.tydom.connect() await self.tydom.put_scenarios(str(get_id)) else: await self.tydom.put_scenarios(str(get_id))
` Thanks for all. Jean-Paul.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi William,
I have successfully made store scenario working. Please replace the commented out part of mqtt_client.py with the following block.
`
Sorry, code indentation does not work...
`
Thanks for all. Jean-Paul.
The text was updated successfully, but these errors were encountered: