Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
R

rafal9318

@rafal9318
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 💬 Building a Raspberry Pi Gateway
    R rafal9318

    @mfalkvidd Okey, sorry.

    Announcements

  • RaspberryPi 4 as a gateway/controller
    R rafal9318

    Hi All,

    I want to make my Raspberry Pi a gateway of MySensors RS485 networ and controller of home automation using Domoticz.

    Hardware i've got:

    1. Raspberry Pi 4 (2GB RAM)
    2. Converter USB <-> RS485 (it uses FTDI FR232RL chip) connected to the RPI
    3. Converter RS485 <-> UART (MAX485)
    4. Arduino Uno

    I was trying to use this tutorial: https://www.mysensors.org/build/raspberry

    But i think, i'm making something wrong.

    After i connect the USB converter to the RPI i've got this answers:

    1. ls -l /dev/tty* (images -> attachment: RPI1)
    2. ls -l /dev/serial* (images -> attachment: RPI2)
    3. ls -l /dev/serial/by-id/ (images -> attachment: RPI3)

    What parameters should i use to configure this system correctly ?
    I tried:
    ./configure --my-transport=rs485 --my-gateway=serial --my-serial-is-pty --my-serial-port=/dev/ttyUSB0 --my-serial-baudrate=115200

    And:
    ./configure --my-transport=rs485 --my-gateway=serial --my-serial-is-pty --my-serial-port=usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 --my-serial-baudrate=115200

    And what should i type in examples_linux/mysgw.cpp file (preprocessor definitions)? (images -> attachment: RPI4)

    I made (make command) both configurations, and i've got the same ./bin/mysgw logs messages. (images -> attachment: RPI5)

    To the RS485 network, i connected RS485 node example (MotionSensorRS485)

    And at the end, how to cofigure domoticz hardware, when i want to use raspberry pi gateway?
    RPI1.jpg
    RPI2.jpg
    RPI3.jpg
    RPI4.jpg
    RPI5.jpg

    Development

  • RaspberryPi 4 as a gateway/controller
    R rafal9318

    Okey, i know more.

    So, I programmed Arduino using MotionSensorRS485 example.
    And using monitor COM tool, i see this in arduino logs:
    arduino.jpg

    And by using this command:
    ./configure --my-gateway=serial --my-serial-is-pty --my-serial-port=/dev/ttyUSB020
    im saying RaspberryPi to create the gateway that commucnicates with controller using virtual serial port (/dev/ttyUSB020),

    and i think that by editing file examples_linux/mygw.cpp i'm choosing serial port for RS485 network (sensors network).

    After i add the hardware to the domoticz controller, i've got this:
    domoticz1.jpg

    domoticz2.jpg

    but still node is unknown.
    Please help.

    Development
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular