Skip to content
  • Forum User Guidelines

    Pinned Announcements code of conduct forum rules
    6
    3 Votes
    6 Posts
    13k Views
    T
    @hek Hi! Thank you for the informative post)
  • 💬 What's all the fuss about?

    Announcements
    34
    0 Votes
    34 Posts
    19k Views
    skywatchS
    Welcome - I hope you find it inspiring, educational and practical. There is lots to learn and more to achieve.
  • Some questions on how gateway works

    Home Assistant
    14
    0 Votes
    14 Posts
    2k Views
    F
    @mfalkvidd I got what you mean. Yes, I am using the tcp connection using the mySensors serial API, not the USB<>UART serial interface ;-) I am running a gateway with the nRF24 at 1Mpbs for the fast & furious sensors (mainly energy meters); another at 250kbps for the battery supplied nodes (temp/hum and door sensors); another one at 1Mbps dedicated to the actuators / mission critical. 60 nodes running Another on is a BLE<>Mysensors bridge between the Mopeka Tank Pro (2) and the TPMS (4) Another one is a fauxmo<>Mysensors bridge. A few esp32 based displays (round oled, 3.5", 7") :-)
  • 0 Votes
    9 Posts
    2k Views
    OldSurferDudeO
    @Eme Thank you for coming back to report how you solved your problem! Your comments will help other people. I am a big fan of Frugal Tech and I think MySensors is great for that. Alas, MySensors is not well supported anymore. Right now I'm having problems linking to the home page :( It's people like you and me that will keep MySensors going. Thanks for your help. OSD
  • Cannot find the board: "Arduino Mini pro MYSBootloader"

    Hardware
    3
    0 Votes
    3 Posts
    1k Views
    J
    @OldSurferDude Thanks! I didn't touch the Arduino IDE for a while and forgot that the MYSBootloader doesn't come included in the Mysensor's library... My bad. Thanks for the link! I should had searched first... I use the OTA feature since 2017... It works well. So well that I forgot how to load the bootloader... Regards!
  • Hey I am new here

    Hardware
    3
    0 Votes
    3 Posts
    1k Views
    OldSurferDudeO
    Check out My Projects to see what can be done. Then decide what you want to do. Come back here for help -OSD
  • gateway MQTT

    General Discussion
    2
    0 Votes
    2 Posts
    1k Views
    OldSurferDudeO
    I don't have a good answer for you @mimaret :( When I get to the point where I'm getting strange error messages, I bite the bullet and start from ground zero. Fortunately, with the RPi you just need a new SD card. Start with a fresh copy of the Raspberry Pi OS. If you enable SSH (and WiFI) when you create the image, you can do everything headless (without keyboard-mouse-video) by running raspi-config via a remote terminal ( PuTTY ) If you enable VNC with raspi-config you can have access to the GUI. Double check your radio wiring. Don't have anything unnecessary plugged in. Carefully follow the instructions I've done this tedious process many times. My RPi's are 3B+ and Zero 2 W. Here's what I've encountered: bad power supply bad SD card bad wiring corrupt download and, of course, more user errors than I care to think about! I have not come across bad RPi ... no, not true! I had a Zero 2 W with a bad WiFi chip (common problem). Overcame that with a USB WiFi dongle. Good luck! Let us know what you discover. -OSD
  • [SOLVED] MySensors Raspberry Pi Gateway + Domotics Controller

    Domoticz
    23
    0 Votes
    23 Posts
    3k Views
    EmeE
    @zookazim so sorry I haven't been on here in years. I actually left the IoT nodes for a while. I was running into so many issues. To answer your question... not sure if it's still required or even relevant.
  • Supporting cover tilt position

    Home Assistant
    6
    3 Votes
    6 Posts
    1k Views
    H
    hey, sorry for late reply. PR for mysensors is ready to be merged: https://github.com/mysensors/MySensors/pull/1570 next step is create PR in mysensors integration for home assistant. Best regards Mariusz
  • CHATGPT My new best friend!

    General Discussion
    5
    3 Votes
    5 Posts
    1k Views
    OldSurferDudeO
    @Tmaster I think it writes better code than a lot of code I've seen, and the documentation is a lot better. The latter, of course, is because most coders don't document. :( some key elements: good statement of work -- Purpose of the Code is key (did you write that? Good job!). This will guide the AI to write what you want. descriptive variables good documentation code is independent of reading sensors up-to-down/down-to-up I spent a couple hours analyzing, researching and writing and re-writing this and all I can say is that the AI didn't catch is, as far as I can see, if your sensors are too far apart or your magnet is too weak, you could get false readings. You, being the author of AI directive, are responsible for for the code. The AI is just a tool. I started my coding with assembly language, though at that time we still had to enter the binary on some machines (set 16 switches, then press commit). ForTran and COBOL were the first real high level languages and subsequent languages, pascal, c, java, etc. were improvements. AI is a quantum step. It's still coding, but you have to learn how to talk to the AI to get what you want. Good project! Let us know how it turns out and if you had to tweak the code. -OSD
  • Raspberry Pi 5: invalid GPIO 9

    Troubleshooting
    4
    1 Votes
    4 Posts
    1k Views
    mfalkviddM
    https://github.com/mysensors/MySensors/pull/1562 switches to using libgpiod instead of the earlier interface. I have not tested it myself but it looks good.
  • constant PIR false alerts

    Troubleshooting
    12
    0 Votes
    12 Posts
    6k Views
    Dilshan DilshanD
    @mvader Turn the time delay adjustment preset on your PIR module to the minimum.. Now try it.. You will not get a continuous output..Also, prepare the circuit using a long wire from the back to the sensor of your module.
  • 0 Votes
    6 Posts
    2k Views
    M
    Gawd bless ya @OldSurferDude , that just about answered every question I have to date, I especially thank you for indicating whether the item named is a software or hardware product. On reading into the Cerbo GX capabilities I was very impressed with its sophistication and, just as you said, I will have to break the complicated parts down into bite-sized pieces and build from there. It started with an idea for a project, essentially to take data on battery state of charge (SoC) from the Cerbo GX and use an Arduino Nano or ESP8266 to build a strategy so that I would have sufficient hot water in the morning, consistent with having enough battery power left in the evening. Only on further inspection did it occur that the Node Red software built into the Cerbo GX could do this for me...and thus the possibility that a wireless hot water temperature sensor (transducer) could be fabricated to feed that data into the Cerbo GX; hence my path to here. I've dabbled in programming in C, mainly through the Arduino IDE, and in a previous life part of my work involved programming PLCs for industrial automation, so I am somewhat familiar with 'tech', but I lost interest once most systems seemed to go Windows based. In the intervening years the 'tech' has moved on apace and has left me behind, which is why I've struggled to follow the jargon, akin to trying to fit the second piece in a large jigsaw puzzle. Once the fundamentals are there I'll catch on. So please, kind contributors, be tolerant of the silly questions we newbies ask, we won't always be newbies, and I'll be back for sensors stuff once I've tamed the red-hot node and sorted out my LBQTTs Best wishes....MM
  • 0 Votes
    3 Posts
    2k Views
    OldSurferDudeO
    @nagelc said in New Setup for Home Environment Monitoring – Using NRF24L01+, Arduino Pro Mini, and BME280: bme280 I read somewhere that the temperature sensor on the BME280 is sort of an afterthought. I did a few experiments comparing them to the DHT11/12/22 and found them only a little better. (Take this with a grain of salt, maybe you'll want to do you're own experiments.) I did do a lot of experiments with the DHT's and they really suck. +/-2°C Which turns out to mean +/-2°C offset (component variation) and +/-2°C measurement: +/-4°C from what the temperature actually is. My experience, yours may be better. Please post your experience with OTA. I haven't tried it on Arduino's but it's awesome on ESP8266. I hesitate with Arduino's because I had some erratic behaviour running Arduino's when pushing the memory limit. I, too, use the MQTT data transport to Home Assistant (HA) and I find that excellent. Getting data from HA is a bit tricky, but do-able. I have a flow meter and use HA to store the last read; meaning, if there is a power failure, HA sends the last read on Arduino boot. I don't use the EEPROM because that has a spec of 100,000 writes which the meter would do in about a year, thus, necessitating a new Arduino. I truly appreciate you sharing. Thanks! -OSD
  • Newbie questions

    Hardware
    2
    0 Votes
    2 Posts
    1k Views
    A
    Great project! With some guidance, KiCad and AVR will click again!
  • 0 Votes
    5 Posts
    1k Views
    dirkcD
    @ZenBlizzard , yes thanks, thats the point. How to deal with smartSleep() and battery lifetime.
  • 1 Votes
    5 Posts
    4k Views
    CrankyCoderC
    @OldSurferDude I use this. https://www.homedepot.com/p/Orbit-Solenoid-for-Battery-Operated-Timer-57861/203151515 Instead of having to hold the valve open, i can just pulse it. I use a simple motor controller to pulse it and when i need to close it, pulse it in "reverse". That way I could use a battery and if it only opens once or twice a day it's only a half a second or so of draw off the battery.
  • What is actual status of MySensors?

    General Discussion
    6
    0 Votes
    6 Posts
    1k Views
    T
    @skywatch I don't like ESPs to be honest. Seems like a waste using a Wifi MCU for mysensors.
  • 1 Votes
    24 Posts
    6k Views
    OldSurferDudeO
    The author has done some good work ensuring good design practices; trace separation, fuses, etc. but I don't see any extra I/O brought out on this particularl switch. You would have to carefully solder to the chip itself, and modify the code a bit. You could use magnetic switches. Put a magnet on the blinds and the switch in window sill. The author notes that this is not an Arduino, but uses the same chip that the Arduino uses. The author doesn't explain how the chip is programmed. This method could have been used. It may be just as easy to use an RF Nano with a little power supply. This suggestion is not nearly as robust as the author's. For example, these power supplies have gotten bad reviews mainly because the mains power traces are too close together. I justify using them because in all likelihood a failure will pop the power supply and probably the Nano, too, noting that these are cheaper than the fuses you would put in to protect them. I am fully aware of the risks involved in doing this, and you should be, too (eg. burning down your house). -OSD
  • BT832X PA / LNA

    My Project
    1
    0 Votes
    1 Posts
    818 Views
    No one has replied

19

Online

12.1k

Users

11.2k

Topics

113.4k

Posts