MQTT support
Completed
Publish endpoints to MQTT and possibility to make MQTT device.
This will make a interface to DIY HW and other software.
No connection
Real-time notifications may not work
Any update on MQTT support?
Any update on MQTT support?
MySensors and MQTT support in Zipabox ?
Or is it time to get a Vera box and sell Zipabox?
Best regards to Zipato for all information here on this forum..........
MySensors and MQTT support in Zipabox ?
Or is it time to get a Vera box and sell Zipabox?
Best regards to Zipato for all information here on this forum..........
Any news?
Any news?
Yes indeed, any update?
Yes indeed, any update?
MQTT Hello Zipato
MQTT Hello Zipato
Not yet published due to other priorities. For sure it will be published before this summer.
Not yet published due to other priorities. For sure it will be published before this summer.
Is it summertime? :) Any news on MQTT support?
Is it summertime? :) Any news on MQTT support?
MQTT Hello Zipato
MQTT Hello Zipato
MQTT Hello Zipato
Best regards
Peter Hesselgren
MQTT Hello Zipato
Best regards
Peter Hesselgren
Mqtt support?
Sebastian wrote 5 months "For sure it will be published before this summer."
Summer 2017?
.......
Mqtt support?
Sebastian wrote 5 months "For sure it will be published before this summer."
Summer 2017?
.......
Zipato is overpromising and underdelivering, combined with poor communication.
Zipato is overpromising and underdelivering, combined with poor communication.
In today's update notes for beta version: MQTT: add mqtt network.
Someone has more information about this?
In today's update notes for beta version: MQTT: add mqtt network.
Someone has more information about this?
Hi. I would like to have some informacion about MQTT : add mqtt network. Is it automaticly or I must set it in zipabox. I didnt find new button or function. Thank you
Hi. I would like to have some informacion about MQTT : add mqtt network. Is it automaticly or I must set it in zipabox. I didnt find new button or function. Thank you
Any news on MQTT support? This would be hifghly appreciated.
Any news on MQTT support? This would be hifghly appreciated.
The MQTT protocol implementation is under development.
The MQTT protocol implementation is under development.
This is good news because the Roomba 980 has just changed to MQTT and broken my Zipabox integration :-(
This is good news because the Roomba 980 has just changed to MQTT and broken my Zipabox integration :-(
Stefan, any indication of progress? Seriously if you are stuck with anything email me i can help. I am on the OASIS TC for MQTT.
Stefan, any indication of progress? Seriously if you are stuck with anything email me i can help. I am on the OASIS TC for MQTT.
MQTT Support would be the to wanted Feature for me.
Any news about this ?
MQTT Support would be the to wanted Feature for me.
Any news about this ?
I have read in an other Thread that MQTT support ist almost ready.
MQTT only possible to sent to or even to set Values/Control devices ?
I have read in an other Thread that MQTT support ist almost ready.
MQTT only possible to sent to or even to set Values/Control devices ?
Dear Robert,
the MQTT implementation is still in development and will be published for sure, yet I can't tell you the exact date when we plan on releasing the improvement. Please keep an eye on our community forum.
Best regards,
Stefan
Dear Robert,
the MQTT implementation is still in development and will be published for sure, yet I can't tell you the exact date when we plan on releasing the improvement. Please keep an eye on our community forum.
Best regards,
Stefan
Thanks for the info.
Thanks for the info.
Any news here ?.
MQTT is working for Zipatile-Sensors already. Any timeframe for MQTT of all Sensors and Devices based on MQTT ?
Any news here ?.
MQTT is working for Zipatile-Sensors already. Any timeframe for MQTT of all Sensors and Devices based on MQTT ?
Looking forward for this feature, hope we can get some news soon...
Looking forward for this feature, hope we can get some news soon...
Yes would be really cool to get more information about this...
Yes would be really cool to get more information about this...
Using MQTT is currently possible only through Zipato API. You can use it in following way:
you do POST /networks with this config:
About parameters: broker, qos are obvious (I hope).
You'll need to set username & password if you set it on broker.
Code that handles other parameters:
After you do that and sync, you'll receive updates on your broker.
I recommend Mosquitto. https://mosquitto.org/
Mqtt-spy also works for us. Just subscribe to /# and see what's happening.
You'll get attribute updates on
You can set attribute by sending json to
or by sending text to
Also, these could be useful...
Using MQTT is currently possible only through Zipato API. You can use it in following way:
you do POST /networks with this config:
About parameters: broker, qos are obvious (I hope).
You'll need to set username & password if you set it on broker.
Code that handles other parameters:
After you do that and sync, you'll receive updates on your broker.
I recommend Mosquitto. https://mosquitto.org/
Mqtt-spy also works for us. Just subscribe to /# and see what's happening.
You'll get attribute updates on
You can set attribute by sending json to
or by sending text to
Also, these could be useful...
This method is working with Zipabox but not with Zipatile. Yes, the method adds the MQTT network to Zipatile, but Zipatile does not publish anything to the broker.
On the other hand, the method described here (https://community.zipato.com/knowledge-base/article/internal-app-mqtt-client-documentation) enables Zipatile to publish to broker, however this operates only with Zipatile internal devices - no virtual, Z-wave or Zigbee device information is published nor can be updated through MQTT
I guess the MQTT codebase for Zipabox and Zipatile are not quite aligned yet.
This method is working with Zipabox but not with Zipatile. Yes, the method adds the MQTT network to Zipatile, but Zipatile does not publish anything to the broker.
On the other hand, the method described here (https://community.zipato.com/knowledge-base/article/internal-app-mqtt-client-documentation) enables Zipatile to publish to broker, however this operates only with Zipatile internal devices - no virtual, Z-wave or Zigbee device information is published nor can be updated through MQTT
I guess the MQTT codebase for Zipabox and Zipatile are not quite aligned yet.
Hello Everyone,
I was able to enable MQTT client (in zipabox) by posting the json below through https://my.zipato.com/zipato-web/api.
This creates a network named zipato-mqtt successfully. However, when I try do the same via local web server, I get the response below from the device:
Has anyone have any idea about this? Is this supposed to be a bug? Or what might I be doing wrong?
Hello Everyone,
I was able to enable MQTT client (in zipabox) by posting the json below through https://my.zipato.com/zipato-web/api.
This creates a network named zipato-mqtt successfully. However, when I try do the same via local web server, I get the response below from the device:
Has anyone have any idea about this? Is this supposed to be a bug? Or what might I be doing wrong?
no idea. If nobody here answers, try emailing support. Please post your response here too if you dont mind.
no idea. If nobody here answers, try emailing support. Please post your response here too if you dont mind.
Just a warning to everybody trying this at home:
Make sure your broker is running and you supply a correct address for it. If you do it wrong you can end up loosing complete connection to the zipabox. (Support can save you though)
Just a warning to everybody trying this at home:
Make sure your broker is running and you supply a correct address for it. If you do it wrong you can end up loosing complete connection to the zipabox. (Support can save you though)
I have succeeded in setting up the MQTT protocol!
That’s nice.
I can interface my zipabox with a Rpi3 running Jeedom, and now all rules are migrated to the Rpi. My zipabox is only used as a 433+Z-Wave antenna.
However, I notice that mqtt notifications are a bit slower than http requests in rules for 3-4 seconds.
My zipabox, the MQTT broker and clients are all on the same local network, Ethernet.
I have succeeded in setting up the MQTT protocol!
That’s nice.
I can interface my zipabox with a Rpi3 running Jeedom, and now all rules are migrated to the Rpi. My zipabox is only used as a 433+Z-Wave antenna.
However, I notice that mqtt notifications are a bit slower than http requests in rules for 3-4 seconds.
My zipabox, the MQTT broker and clients are all on the same local network, Ethernet.
I have succeeded to setup the network MQTT and to get attribute values from Zipabox BUT I can't publish to the Zipabox!
I try to send a value to a virtual meter but without success, nothing happened on the dashboard of the box. Have you try it?
My published topic is: /ZIPABOX SERIAL/request/attributes/uuid/VALUE
I have succeeded to setup the network MQTT and to get attribute values from Zipabox BUT I can't publish to the Zipabox!
I try to send a value to a virtual meter but without success, nothing happened on the dashboard of the box. Have you try it?
My published topic is: /ZIPABOX SERIAL/request/attributes/uuid/VALUE
Same for me.
I receive updates from zipabox on CloudMQTT, and I publish datas on the same broker. But the Zipabox is not updated.
Same for me.
I receive updates from zipabox on CloudMQTT, and I publish datas on the same broker. But the Zipabox is not updated.
Zipato only allow the RGB led's, Sirene and Relays to be controlled with MQTT. See spec.
Zipato only allow the RGB led's, Sirene and Relays to be controlled with MQTT. See spec.
It's OK for me now.
I publish with this topic only: request/attributes/uuid/value and the message for example {"value":55}
It's OK for me now.
I publish with this topic only: request/attributes/uuid/value and the message for example {"value":55}
thank you Pat@. It is ok without the first "/"
thank you Pat@. It is ok without the first "/"
yes
yes
@Sebastian
your document is applicable for Zipatile and Zipabox?
@Sebastian
your document is applicable for Zipatile and Zipabox?
Hi
I try to modify the tcp address of my broker in the mqtt zipabox config but without success.
First I caught the UUID of the network with GET /networks
and then I made a PUT /networks/{uuid}/config with the following body :
{
"broker": "tcp://192.168.1.92:1883"
}
The return code is OK (200). I did a synch on dashboard (I don't know if it's necessary) but when I check with the GET /networks/{uuid}/config, nothing has changed.
Any idea?
Hi
I try to modify the tcp address of my broker in the mqtt zipabox config but without success.
First I caught the UUID of the network with GET /networks
and then I made a PUT /networks/{uuid}/config with the following body :
{
"broker": "tcp://192.168.1.92:1883"
}
The return code is OK (200). I did a synch on dashboard (I don't know if it's necessary) but when I check with the GET /networks/{uuid}/config, nothing has changed.
Any idea?
Hi, i hope someone can help me with the following.
I have created a virtual switch which i want to control using mqtt.
If i subscribe to its topic i receive the change of states (true/false) so its working as it should.
but when i try to publish to the device nothing happens.
im using bevywise mqttroute as broker and i can see that the broker sends the message to the zipabox in the webui.
according to mqttroute my zipabox is subscribing to /boxserial/request/#
i have tried the following syntax.
/boxserial/request/attributes/uuid/textValue -> true
/boxserial/request/attributes/uuid/value-> {"value":true}
request/attributes/uuid/value-> {"value":true}
request/attributes/uuid/textValue -> true
also tried to replace true and false with 1 and 0
im using mqtt.fx when im subscribing and try to publish. i can publish to all my other topics except the for the zipabox.
Hi, i hope someone can help me with the following.
I have created a virtual switch which i want to control using mqtt.
If i subscribe to its topic i receive the change of states (true/false) so its working as it should.
but when i try to publish to the device nothing happens.
im using bevywise mqttroute as broker and i can see that the broker sends the message to the zipabox in the webui.
according to mqttroute my zipabox is subscribing to /boxserial/request/#
i have tried the following syntax.
/boxserial/request/attributes/uuid/textValue -> true
/boxserial/request/attributes/uuid/value-> {"value":true}
request/attributes/uuid/value-> {"value":true}
request/attributes/uuid/textValue -> true
also tried to replace true and false with 1 and 0
im using mqtt.fx when im subscribing and try to publish. i can publish to all my other topics except the for the zipabox.
I use node-red to send MQTT to Zipato and it works like this:
msg.topic = "request/attributes/"+msg.payload.attributeId+"/value";
and the payload MUST contain only "value" attribute. So third line you've tried actually works in my case. Double check if you haven't missed something. But if your connection in fine, and attribute type is boolean, then it works. Maybe you want to set a number attribute (like Meter attribute), then value must be a number.
EDIT: As I can see, Bevywise can show subscribed topics for connected clients, so you can verify what topics Zipato subscribes to.
I use node-red to send MQTT to Zipato and it works like this:
msg.topic = "request/attributes/"+msg.payload.attributeId+"/value";
and the payload MUST contain only "value" attribute. So third line you've tried actually works in my case. Double check if you haven't missed something. But if your connection in fine, and attribute type is boolean, then it works. Maybe you want to set a number attribute (like Meter attribute), then value must be a number.
EDIT: As I can see, Bevywise can show subscribed topics for connected clients, so you can verify what topics Zipato subscribes to.
yes your third line should be ok.
See my post before: "I publish with this topic only: request/attributes/uuid/value and the message for example {"value":55}"
And be careful to choose the correct uuid of the virtual switch, it's the lowest in the hierarchy.
yes your third line should be ok.
See my post before: "I publish with this topic only: request/attributes/uuid/value and the message for example {"value":55}"
And be careful to choose the correct uuid of the virtual switch, it's the lowest in the hierarchy.
Hi,
I have the same issue, for example when i use cloudMQTT. On change status of virtual, i see on the console:
/zipato/attributes/XXXXX/value{"value":true,"timestamp":"2018-02-26T13:06:34Z"}
But if i tried to publish with this syntax:
request/attributes/0ded8ce4-XXXX2b5b473f/Valuetrue (or json ssyntax)
Nothing appened......
I do not help but it shows that there is little concern
Best Regards
Hi,
I have the same issue, for example when i use cloudMQTT. On change status of virtual, i see on the console:
/zipato/attributes/XXXXX/value{"value":true,"timestamp":"2018-02-26T13:06:34Z"}
But if i tried to publish with this syntax:
request/attributes/0ded8ce4-XXXX2b5b473f/Valuetrue (or json ssyntax)
Nothing appened......
I do not help but it shows that there is little concern
Best Regards
Hi,
same for me. I opened a ticket.
A,
Hi,
same for me. I opened a ticket.
A,
Replies have been locked on this page!