-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add CM19A & RF protocol #3
Comments
I'd love to help, but I'm busy lately. I'll try to find some time this weekend |
@punchlinegroup: RF support was added to pimatic-mochad by @edorsey! Could you please verify if the patch works for you? Please update to the latest version of petski/pimatic-mochad and add an extra |
I just installed pimatic-mochad and added the following to my config.js
as well as
however when I use the button in mobile-front-end I still get
while looking at mochad output. |
@punchlinegroup the mochad output didn't change, but the way that pimatic-mochad handles the output did. So, does using pimatic-mochad to control rf devices work? |
@punchlinegroup And please make sure you're running the latest version of pimatic-mochad (via git) |
For your convenience, I just release version 0.8.2 of pimatic-mochad. Update pimatic-mochad using the default update feature in pimatic-mobile-frontend |
Awesome, it works now! Thank you so much. |
I was wondering if it's possible to have the status of the buttons in the mobile-front-end react to commands sent from real remote such as X10 Model HR12A? |
I believe that is a problem with x10, rather than the software. The RF wall units to not appear to rebroadcast things that happen on the powerline, so the CM19a needs to be able to "hear" the RF signals from whatever device you are using to control. |
I am not so sure, I am thinking that if the plugin would listen to mochad and reflect the status of the buttons/switches instead of sending the command only that behaviour would make more sense.Not sure if I explained that properly let me know if not. |
It does that. I have a HR12A, as well. Whenever I use the HR12a close enough to the CM19a, the UI in pimatic is updated, but if I move further away from the CM19a, it can't hear the RF from HR12A, so the pimatic UI gets out of sync. |
Also, the RF wall units don't appear to rebroadcast powerline signals over RF. |
Then I must be missing something because I am using the remote one meter away from the CM19A I can see the commands coming on the pi while
and the devices turn on or off according to what I press |
@punchlinegroup What exactly do you see with |
I see the same thing when using a remote than when I use a button in the mobile-front-end 12/02 20:15:50 Tx RF HouseUnit: G1 Func: On 12/02 20:16:08 Rx RF HouseUnit: G1 Func: On 12/02 20:16:26 Rx RF HouseUnit: G1 Func: Off 12/02 20:16:40 Tx RF HouseUnit: G1 Func: Off |
Hmmm, notice the difference between Tx and Rx. Pimatic-mochad only enters certain logic when the "direction" is "Tx". What kind of unit is G1 in your case? |
When you are using the hardware switch 1 meter away from the CM19a, do the I tested this with my CM19a and if I use an RF remote within range of the One possible software fix for this issue is to use a non-toggle on/off On Sun, Dec 7, 2014 at 7:39 AM, Patrick Kuijvenhoven <
|
@petski G1 is a transceiver module (the one with antenna that you can only set the letter). @edorsey I pretty much have the same configuration than you, the cm19a is in the basement. Pimatic doesn't update the toggle button even when I use the remote within cm19a range. I am thinking getting the cm15a as well but leaving in canada I'll probably have to get two since it's my understanding that canadian houses have two separated legs in which case the PL signals won't always be received. I really hope @petski can adjust the plugin to work-around cm19a "limitations" |
Hi @petski & @edorsey, is any of you able to add a Sensor type of thing to pimatic-mochad? Like something that would reports DS12A and MS16A/MS18A status? I am looking at mochad-device-schema.coffee and mochad.coffee but I clueless anything I try ends up not working at best. Any help or pointer would be really appreciated. |
I don't have the CM15PRO however I've been using Mochad for a couple years now with a CM19A.
I managed to setup pimatic-mochad to talk to Mochad but the codes sent from pimatic-mochad don't seem to trigger anything.
For example, this is what is sent (rather what I see on Mochad console) when I toggle the device from pimatic
11/08 10:55:23 Tx PL HouseUnit: G1
11/08 10:55:23 Tx PL House: G Func: On
when I would need
11/08 11:08:19 Rx RF HouseUnit: G1 Func: On
or
11/08 11:08:21 Rx RF HouseUnit: G1 Func: Off
I am trying to edit mocha.coffee but I am unsure how to go about and am I even trying to edit the right file. Can I pick your brain with this?
The text was updated successfully, but these errors were encountered: