In the process of setting up an alternative event server on Vera, I have some code watching for clients on 127.0.0.1:443
Once this address is set up for alternative notification from Luup, then, as well as the expected requests:
GET /alert?...
I also receive, at exactly hourly intervals:
POST /sync_energy?PK_AccessPoint=XXX&HW_Key=YYY HTTP/1.1
(details changed to protect the innocent).
Now this surprises me. I assume that it is generated by some vestige of energy monitoring, but having intercepted these requests it doesn’t seem to interfere with the energy logging on MiOS.com (I don’t use ERGY).
Since it arrives here at the alternate server, I imagine that it is also sent to the MiOS servers. In which case it seems that the power monitoring is done by hijacking the event notification process with /sync_energy in the URL, rather than /alert.
I will ignore it! (although on second thoughts, this may mean that I can now do my own local energy monitoring).