@BulldogLowell said in SoCal help completing a MySensor system:
I'm not sure you understand.
Build the Raspberry Pi gateway, and then a single sensor. Get that working, the very clear instructions are in the MySensors docs...
The rest (adding additional wireless nodes or connecting a sensor to your Pi) is trivial.
Adding a sensor to the Pi is what I already have up and running. I don't need or use a Controller for that. The Pi does it directly, and I get what I want. My app works great. Even if I add a Controller to the Pi and assume I do and get it working.....with what? a directly attached DS18B20? what do I gain? Then I try adding a wireless sensor using the libraries from MySensor for the Atmega328P Pro-mini's and nRF2401's I already decided to use even before I found MySensors. The problem is that I can't seem to get the Pro-mini/nRF2401 combinations to send any usable data at all, either between two test units, let alone back to a Pi. The RF link and all it's variables, of internal code settings, pin-outs, electrolytic caps to keep Vcc stable, different "pipes" that have to match, Bandwidth settings, not to mention the probable trouble with flaky hardware that I try my best to get the best available, and I still end up with counterfeits, and junk that may or may not even work. All I need is someone who can help me get the RF links to work and produce a matched pair with all the assorted code, and hardware add-ons to keep them transmitting data reliably. That's what I'm finding so difficult. Once I can get that I can send it to the Pi, and receive it using MySensor code, with the correct pin-outs that really work on a Pi, then store it in a simple ASCII text file that I can then take it out of and feed it into my already working application. Sounds simple huh, then why is it giving me so much trouble to get the RF transmission to work at all? My simple goal is to merely replace the hard wired sensors with remote wireless ones to ease my installation burdens of time and labor. This shouldn't be this hard, except that it appears to be very difficult, for all sorts of reasons. That's why I'm crying uncle and asking for serious help.