There is a way to connect the Sylvania (Lightify) Smart Plugs to your Philips Hue Bridge. 1. Hold or press the power button on the smart plug (7-10) seconds until it makes and audible click. 2. In your Philips Hue App, search for new Lights; not Accessories. 3. The smart […]
Raspberry PI MPD Client for 2.8 PiTFT
Verizon FIOS and IMDB EPG mapping for Emby and Media Portal
US Grabber File located in – C:\ProgramData\Team MediaPortal\MediaPortal TV Server\WebEPG\grabbers\US\www_imdb_com.xml This is for Verizon Fios in the Washington, D.C. and Metro area. I had to also modified C:\ProgramData\Team MediaPortal\MediaPortal TV Server\WebEPG\WebEPG.xml to match channels with my imdb file. <tr><td><a><#START></a></td><td> <b><a><#TITLE></a></b><i> <a></a></i><#DESCRIPTION></td></tr>
Party Mode mod for Volumio
Access 2013 Crosstab Query with Dynamic Column Headers
Raspberry Pi – PulseAudio daemon SystemWide at Boot
Various findings on how to start PulseAudio at boot. https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ has general information on running PulseAudio systemwide at boot. Those instructions, however, did not seem to actually start the daemon at boot. sudo chmod 555 /var/run/pulse/.config/pulse/cookie to get around cookie file/authentication errors. Modifying /etc/pulse/system.pa with… load-module module-native-protocol-unix auth-anonymous=1 …seems to […]
Raspberry PI3, 503HTA Tube DAC and USB Microphone.
InfoPath – Delete Item via UpdateListItems Web Service
I have been having problems sending a delete request via the lists.asmx web service in SharePoint. My Delete XML packet looks like this: Using the steps found here (http://jaliyaudagedara.blogspot.com/2011/03/submitting-data-to-sharepoint-2010-list.html) I setup a Delete List Item data connection. When trying to delete an item from a list (not document library) I […]
Filtering InfoPath drop-down list on previous, future selections
Another requirement for my teleconference reservation form was to only allow one unique user to be assigned to a number. I had to figure a way to filter or exclude previously selected users from other drop-down box selections. My user drop-down is populated via the Attendees people picker field from […]
Submitting Date/Time with InfoPath to Web Services
I created an Infopath for users to request teleconference numbers. I have two lists; Schedule and Conference List. Schedule list had these columns: Title, Start Date, End Date, Attendees, Status, Assigned. Conference List had these columns; Source (which will be set to Title above), Title, Phone Number, Start Date, End […]