Posts: 9
Threads: 1
Joined: Apr 2018
Reputation:
0
I\'m not familiar with Jeedom, but a quick search shows that there are quite a few MQTT plugins for it. To send commands, you mainly just need to publish the \'comfort2/alarm/set\' topic to ARM_HOME, ARM_AWAY or DISARM
Posts: 53
Threads: 8
Joined: Nov 2012
Reputation:
0
Thanks for the answer , I can see coming traffic form comfort in my debian terminal window, can see that it records a new entry in the list of commands, but did not finf the way /syntax to get a command send from my jeedom app to comfort. IN the sample I published, is the topic syntax ok? And the \"Valeur\" ( Payload), just DISARM? When testing this command I dont see anything on my debian terminal window.
Posts: 53
Threads: 8
Joined: Nov 2012
Reputation:
0
05-30-2018, 06:28 AM
(This post was last modified: 05-30-2018, 09:52 AM by phil1155.)
Replying to myself.
I was missing to publish as a message. Works now. Many thanks.
Is there a list of the Value(Payload) possibilities to access all commands of Comfort?I am trying to get the gsm message to be forwarded to my HA app through MQTT.
Posts: 9
Threads: 1
Joined: Apr 2018
Reputation:
0
If you\'d like more control over Comfort, you can use Comfigurator to program a custom Response that allows you to use Comfort internal commands. Then use MQTT to trigger that Response. However I\'m not sure if getting the gsm message is possible even with that.
Posts: 53
Threads: 8
Joined: Nov 2012
Reputation:
0
Was able to record a Control group command in the Comfort SMS table that did actionnate a flag, captured by MQTT and by my jeedom app.
Means I should now send through comfort SMS to actioonate any other equipment that is not connected to comfort.
Posts: 28
Threads: 6
Joined: Jul 2012
Reputation:
0
BTW anyone noticed that setting an OUTPUT through MQTT offsets by one (setting comfort2/output10/set to 1 sets output 11 not output 10)? Seems not to happen at other inputs.
Other thing: has anyone succesfully used virtual inputs (so set an input through MQTT to comfort and was able to see this reflected in comfigurator status?
I use this script adapted to USB input instead of ETH with openhab on the other side of MQTT.
Posts: 549
Threads: 63
Joined: Jan 2007
Reputation:
0
Thanks, so I have an matt broker setup, I have comfort talking to it, and I have openhab talking to the broker. Now just need to figure out how to get them to bejave