Zipato: Clarity on UIDs and new firmware
As I consider whether to upgrade to the new firmware sometime soon, I need to know one thing: does the post-1.3.29 firmware (1.3.60+) break the old UIDs for setting virtual meter values?
The old way to set multiple meter values was this:
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=XXX&apiKey=YYY&ep=ZZZ&value1=x&value2=...
Now I notice that these UIDs have disappeared from the web UI and been replaced by
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=XXX&apiKey=YYY&uuid=ZZZ&value=x
where uuid is different for each meter attribute. However, with 1.3.29, the old UIDs are still working. Will they stop working in 1.3.60+? If so, this means:
1. I have to change all of my Google App Scripts to reflect the new UIDs. This is a lot of work.
2. The number of URL fetches my scripts do will be multiplied by almost sixteen, since you can no longer set more than one attribute in a single fetch. GaS has limits on how many fetches you can do in a day.
I asked this question before but got deafening silence. I suspect that this means "yeah we broke it but we prefer not to tell you".
I asked this question before but got deafening silence. I suspect that this means "yeah we broke it but we prefer not to tell you".
I believe so, at least I had to redo all my virtual switches.
I believe so, at least I had to redo all my virtual switches.
So to get this straight...
I'm now on .33 and if I move to .60 I have to recreate all my virtual switches which I use "all over the place"...
This is getting better and better....
So to get this straight...
I'm now on .33 and if I move to .60 I have to recreate all my virtual switches which I use "all over the place"...
This is getting better and better....
Mine still work on .61
Mine still work on .61
Unfortunately, you were the rare person using multiple attributes per request. We will check whether we can bring it back as option. Will know more this week.
Regarding the UID type, we had to change it due to some internal issue.
Unfortunately, you were the rare person using multiple attributes per request. We will check whether we can bring it back as option. Will know more this week.
Regarding the UID type, we had to change it due to some internal issue.
Hi Sebastian
Thanks at least for the information.
The problem is that this change would almost certainly break the Google App Script limits on URL fetches per day. I source weather information and other data from external sources and fill multiple virtual meters with that information. This change would multiply the number of fetches by 16.
Let me know what happens on this. For now I'll stick with .29
Hi Sebastian
Thanks at least for the information.
The problem is that this change would almost certainly break the Google App Script limits on URL fetches per day. I source weather information and other data from external sources and fill multiple virtual meters with that information. This change would multiply the number of fetches by 16.
Let me know what happens on this. For now I'll stick with .29
Any news on this? I would like to see whether my Modbus device now works, but this is preventing me from trying the new firmware...
Any news on this? I would like to see whether my Modbus device now works, but this is preventing me from trying the new firmware...
Replies have been locked on this page!