E2Stream v1.8

E2Stream v1.8 is now available
You can download v1.8 here: [download#26#nohits]

Change log:

v1.8 - 26/11/2014
* Honours the ABM Hidden sections
* Many changes to the recordings playback including:
  - Progress Bar on info bar
  - Rewind and Fastforward jump back/forwards 20 seconds
  - 1 and 3 jump back/forwards 30 seconds
  - 4 and 6 jump back/forwards 60 seconds
  - 7 and 9 jump back/forwards 120 seconds
  - Improved list view UI around recordings
  - Improved infobar view around recordings
  - When recording stops return to list
* Added Clock to the infobar showing current time

Please note, the installation and setup requires you to enable a ‘develop’ account on your TV.
You also need Java v7 or v8 to run the installer.
Instructions to setup can be found here

For any bugs, please create a new issue here

If you do use E2Stream, please consider donating to support the continued development and hosting costs of this app! You can donate any amount you feel is applicable here:




 

E2Stream v1.7

E2Stream v1.7 is now available
You can download v1.7 here: [download#26#nohits]

Change log:


v1.7 - 23/11/2014
* Updated detection of separators and categories/headers in bouquets that has
  been the primary cause of bugs surrounding missing picons
* Add ignore of bouquet when there are no channels present
* Updated the display of channels to correct issues when number of channels
  in a bouquet is less than 5
* Added device id/picon mode to the about screen.

Please note, the installation and setup requires you to enable a ‘develop’ account on your TV.
You also need Java v7 or v8 to run the installer.
Instructions to setup can be found here

For any bugs, please create a new issue here

If you do use E2Stream, please consider donating to support the continued development and hosting costs of this app! You can donate any amount you feel is applicable here:




 

E2Stream v1.6

E2Stream v1.6 is now available
You can download v1.6 here: [download#26#nohits]

Change log:

* Resolved picon issue with service id based picons

Please note, the installation and setup requires you to enable a ‘develop’ account on your TV.
You also need Java v7 or v8 to run the installer.
Instructions to setup can be found here

For any bugs, please create a new issue here

If you do use E2Stream, please consider donating to support the continued development and hosting costs of this app!

You can donate any amount you feel is applicable here:




 

E2Stream v1.5

I’m very pleased to announce the release of E2Stream v1.5
You can download v1.5 here: [download#26#nohits]

This release has many changes including:


* Rewrite of the video player class and programme selection screens to resolve the
  full screen 4:3 issue that has plagued previous versions!
* Detect and use Picons either via service ID or service Name
* Expanded space for now/next on programme list screen
* Full screen mode, which includes an info bar showing now/next
   - Info button shows/hides the info bar
   - Program up/down change channels in full screen mode to the next channel in the bouquet
* Beta implementation to list and playback recordings.
   - Press Yellow[c] to change between records and TV mode
   - Use left/right to change recording locations
   - Use up/down to select recording and enter to play
   - Note: Rewind/FFwd functions are still to be implemented.

Please note, the installation and setup requires you to enable a ‘develop’ account on your TV.
You also need Java v7 or v8 to run the installer.
Instructions to setup can be found here

This has had many significant changes implemented with this release.
For any bugs, please create a new issue here

If you do use E2Stream, please consider donating to support the continued development and hosting costs of this app!

You can donate any amount you feel is applicable here:




 

 

e2_1
e2_2
e2_3

Home Automation

I’ve recently started down the path of home automation.  As well as my alarm which I can control from my mobile app, I’ve recently invested in some Lightwave RF switches and sockets, as well as the mood controller, and a PIR controller, however, I wanted to take this one step further.

You can buy a Lightwave RF wifi link, but this is around £70 and I consider this over priced given the technology within it and I expect this cost is related to the web portal you have to use to go with it, so I took it upon myself to build something similar at a cheaper rate using open source hardware.

I’ve got an arduino and a raspberry Pi, and decided initially that the arduino is better suited to this task.  I purchased a RF 434MHz transmitter and receiver, wired this into the arduino, and sure enough, I now have a method to broadcast the relevant RF signals to the various sockets.

This took a few hours to get working correctly but I’ve now got my arduino paired with all my sockets/switches and a serial connection into the arduino to power on/off each of these, as well as a ‘kill’ all off setting to turn everything off without question.

From there, I’ve paired this to my raspberry pi via serial, and then very quickly created a set of PHP pages and shell scripts that allow me to turn on/off the various switches/sockets!

homeautomation

My next steps are to create a mobile app version of this with more functionality, to enable the dim function on the lights and replicate the mood switches in software.

I also need to build the hardware properly – it’s currently in a breadboard now, with the antenna wire stuck in with blu-tack rather than being soldered in!

I plan to document much of this process here.  The majority of the information is scattered around the internet and freely available, but I plan to document the full process here to pull it all together!

My 434MHz receiver does’t seem to be up to the job either, so I need to invest another few quid into a better one.

To give an idea of cost, the transmitter and receiver together cost less than £3, and an arduino is around £20.  So less than a third of the cost of the wifi link, though admittedly, I’m missing the scheduler UI they have, though CRON does me just fine right now 🙂