@DarrenE would this be another viable option for push notifications https://pushwizard.com
SSH into your LinkMeter and run these two commands. These will install openssl.
opkg update
opkg install openssl-util
openssl s_client -crlf -connect XXhiddenXX.homeip.net:443 -ign_eof <<EOF
POST /pitmeter/api/pushnotification HTTP/1.1
Host: XXhiddenXX.homeip.net
Connection: Close
User-Agent: OpenSSL
Content-Type: application/json
Content-Length: ${#json}
$json
EOF
curl -q -k -H "Content-Type: application/json" -d "$json" https://XXhiddenXX.homeip.net/pitmeter/api/pushnotification
Also, another feature request - the ability to toggle lid open/close status, preferably from the main screen status screen.
Thank you!If you can view, but not set anything, then your password in the config settings of the app is incorrect.
HTTP/1.1 500 Internal Server Error
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 4969
Content-Type: application/json; charset=utf-8
Expires: -1
Server: Microsoft-IIS/7.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-Powered-By: ARR/2.5
X-Powered-By: ASP.NET
Date: Wed, 13 Jan 2016 16:56:43 GMT
Connection: close
is this app still maintained? what about the mentioned v2 being almost finished a year ago?
i really miss notifications, and i don't really like pushbullet, which for now is the only way to do it.
i'd really love to make this app work with newer HM software, as i also get this "unprocessed streaming error" all the time as well.