PiX10Hub and Raspberry Pi 3 Model B

Started by snarksdad, January 05, 2019, 06:12:07 PM

Previous topic - Next topic

alzy

so it sounds like I should wait for 2.0 and in the meantime learn how to type "sh /boot/PiX10Hub" .

Tuicemen

Quote from: alzy on January 08, 2019, 11:39:56 AM
I am trying not to invent the wheel. What I need for my setup is a PiX10Hub running on a Pi capable enough to handle the cm19a interface. The popular opinion is that the Pi zero can't handle the power and or processor loading to drive the cm19. If that's the case then going to a more capable Pi would be the solution. Petera indicates that going to a more capable Pi is easy, you say probably not. Tuicemen what do you think? B:(
Pairing a pi with a CM19 is extremely limiting your Hubs possibilities. If you want the fastest newest pi that is the Pi 3B+ currently.And yes the software works on it even using the Raspbian full image. It has been running on mine since spring.

In my opinion you'd be better off picking up a CM15 for this then a new PI but thats just me.



Please Read Topic:
General Forum Etiquette
Before you post!

alzy

How does the cm19 limit the hubs possibilities?

Brian H

It can't see any X10 power line signals and has to go through a transceiver to even send anything.
Only receives X10 RF signals.

alzy

I don't understand. If you have a good tranceiver that takes the RF and puts it on the powerline. Then u got all you need.

Brian H

You still would not see an power line signals. From things like an X10 Keypad. To trigger events or know a module controlled by it had its status changed.

alzy

Oh I see the issue! Thanks. Maybe its time to dust off my cm11!

Brian H

Since the CM11A uses RS232 Serial signals. Maybe a USB to serial port adapter was being used.

alzy

Thanks! Yes I have an adapter and cm11 responds to the HG gui for a module i created. now I am trying to figure out how to add a timer to the module. doing research but not having alota luck B:(

petera

Quote from: alzy on January 08, 2019, 02:18:50 PM
Thanks! Yes I have an adapter and cm11 responds to the HG gui for a module i created. now I am trying to figure out how to add a timer to the module. doing research but not having alota luck B:(

Use the Wizard Script in HG. It can all be defined there. If you find that too difficult use the Macro Recorder. All explained in the HG video links posted previously.

alzy

Tried both those and watched videos still can't figure it out. B:(

alzy

When using the Wizard, i pick standard,  i set a time which I presume to be the start time and a time which I presume to be the end time and pick the module, and save. but module does not respond. What did I miss.

bkenobi

#27
Quote from: alzy on January 08, 2019, 11:39:56 AM
Petera indicates that going to a more capable Pi is easy, you say probably not. Tuicemen what do you think? B:(
Quote from: bkenobi on January 08, 2019, 11:13:36 AM
It's not hard and you'll learn something about Linux on the way!   8)

I actually said it's NOT hard.  I said that because the script that I provided a year ago will install everything onto the RPi3 with a simple copy/paste.  But, it does require typing "ctrl+C" and then "ctrl+v" so I guess I considered that fairly easy.

I haven't mentioned my script because Tuicemen has put a lot of effort into streamlining something that is one step easier and eliminates any questions whereas my script exposes the user to the Linux commands that could cause them to see the details.  T's image should be a great option for those that want to just have a solution without seeing Linux.  If that exact combination of hardware doesn't work for you or anyone else, the script should get you basically to the same place it just takes a little longer (only because the RPi will have to run software updates and install some things rather than having them already on the image, no user input is needed).

Either approach works.