Z-Uno and Zipato

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
sega66
Posts: 38
Joined: 30 Jul 2017 19:31

Re: Z-Uno and Zipato

Post by sega66 »

pjpankhurst wrote:
05 Nov 2017 03:03
@sega66 - I wonder if the values can be read from the Zipato REST interface..
This is a very good idea. I don't know how to test it? Could you show an example
pjpankhurst
Posts: 31
Joined: 07 Sep 2017 00:40

Re: Z-Uno and Zipato

Post by pjpankhurst »

You can access the entire API through a web interface here:

https://my.zipato.com/zipato-web/api/

I've just checked and it appears you can read the values ok this way, so a workaround seems possible.

If you look at GET /attributes/{uuid}/value and enter the uuid into the appropriate field you should get some output similar to the attached screenshot

The uuid is obtained by going into to device manager and then opening up the appropriate z-wave device.

In the attached screenshot you can see I have a device zuno with 13 Endpoints, clicking the settings cog against zuno->EP1->Sensors->TEMPERATURE contained the uuid I needed for this end point.

I have some custom code running on an ESP8266 that I have written that would allow me to read and write the appropriate attributes, but I think there may be a way to do it within the rule creator using HTTP requests..though I've not fully thought this through yet...

Paul
Attachments
rest.png
rest.png (61.36 KiB) Viewed 3028 times
dev-mgr.png
dev-mgr.png (29.72 KiB) Viewed 3028 times
Post Reply