[quote=“RichardTSchaefer, post:19, topic:181032”]NOTE: That the original notes need some changes as a result of MCV server changes:
https://us-autha11.mios.com gets changed to: https://vera-us-oem-autha11.mios.com
https://us-authd11.mios.com gets changed to: https://vera-us-oem-authd11.mios.com[/quote]
Thank you.
Could more have changed? I’m running UI7 Firmware v 1.7.388.
I get the MMS Session Token for all servers just fine, but when I start making calls and/or requests I get nothing back but errors.
For instance:
https://vera-us-oem-relay11.mios.com/relay/relay/relay/device/<PK_Device>/port_3480/data_request?id=variableget&Variable=PK_AccessPoint
Gives me the error: “(403) Forbidden” even as I’m pretty sure that I have and is using the right MMS Session token that I gor back from “vera-us-oem-relay11.mios.com” and is using it correct in a MMSSession header .
Similar but a little different error messages with::
https://<Server_Account>/account/account/account/<PK_Account>/devices
where <Server_Account> = “vera-us-oem-account11.mios.com”. Again I get the MSS Session Token for the server just fine, but I can’t access the server anyway. The error I get is the error: “(404) Not Found.”
The "funny part is that if I obmit the “/devices”-part and only do a request like this:
https://<Server_Account>/account/account/account/<PK_Account>
I then get a json string back that looks like this:
{"PK_Account_Parent":<xxxx>,"PK_Account_Parent2":1,"PK_AccountType":5,"PK_Oem":1,"Server_Event":"vera-us-oem-event12.mios.com","Server_Event_Alt":"vera-us-oem-event11.mios.com","Server_Account":"vera-us-oem-account12.mios.com","Server_Account_Alt":"vera-us-oem-account11.mios.com","Phone": [{"PK_Phone":<yyyyy>}]}
Any ideas? I’m pretty stuck here