Changes

XBMC Bits

838 bytes added, 00:26, 15 December 2016
Created page with "== Notifications == * see [http://forum.kodi.tv/showthread.php?tid=130494 this thread], evidently this should do the trick: <pre> curl -v -H "Accept: application/json" -H "Con..."
== Notifications ==
* see [http://forum.kodi.tv/showthread.php?tid=130494 this thread], evidently this should do the trick:
<pre>
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d
'{"id":1,"jsonrpc":"2.0","method":"GUI.ShowNotification","params":
{"title":"Fireplace","message":"Fireplace is now on"}}' http://xbmc:password@192.168.1.xx:8080/jsonrpc
</pre>

== Cam's and XBMC ==
* [http://forum.kodi.tv/showthread.php?tid=182540 security cam overlay addon]
* [http://stackoverflow.com/questions/10887844/python-and-udp-listening UDP listening in python], required for using a UDP broadcast to trigger XBMC to display door can display
* door bell switch

== Automating TV mount ==
* Remote is called LevelMount MMRemote
* Board inside remote has unmarked chips, board number is TX80713, aerial is on PCB
Bureaucrat, administrator
963
edits