Posts: 30
Threads: 7
Joined: Jun 2019
Reputation:
0
Hi mate,
Bit of an old thread, but is it possible to send commands to comfort from openhab? i know that the items file is reading states, but can it set the alarm via published mqtt?
cheersmatt
Posts: 6,024
Threads: 880
Joined: Apr 2006
Reputation:
3
You would need UCM/Pi to use MQTT
Posts: 30
Threads: 7
Joined: Jun 2019
Reputation:
0
Hi Slychui,
I already have koochyrat\'s python code running on my pi that is receiving mqtt messages from Comfort but I\'d like to send commands to comfort from my Pi but I don\'t know how comfort executes these commands, I think it\'s under responses but i\'ve hit a wall.
Cheers
Posts: 30
Threads: 7
Joined: Jun 2019
Reputation:
0
Hi Hoochy_rat,
Many thanks for the code, I\'ve finally got my head around the Openhab side of MQTT and can now send commands to (via Alexa) Comfort.
Cheers fella
Posts: 551
Threads: 64
Joined: Jan 2007
Reputation:
0
Hi koochi, So I decided to abandon my openhab installation and try and move over to HASS, and see if I could implement your solution. Of course, Ive stumbled at the first hurdle again. I have installed HASS on a RPI3B, it is HASSOS/HASSIO, so i cannot SSH into it and run the commands to install mqtt client etc.
Any reccomendations I could look at to work around this ?
Posts: 249
Threads: 34
Joined: Aug 2006
Reputation:
0
I came across your script on Github, I didn\'t realise it was already a discussion on here!
I have it running and use it to interface to HomeSeer software - it works well.
Thank you.