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
  1. Home
  2. Controllers
  3. Domoticz
  4. mysensors on rpi with NRF2401 with Domoticz

mysensors on rpi with NRF2401 with Domoticz

Scheduled Pinned Locked Moved Domoticz
raspberry pi
18 Posts 3 Posters 148 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    goblin
    wrote on last edited by
    #4

    good evening,
    I have tried ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
    But still the same error

    Thanks

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblin
      wrote on last edited by
      #5

      good night :)
      i have tried "Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x) " and get an error that is not mentioned (MySensor.cpp:644:5: error: ‘gettimeofday’ was not declared in this scope).
      and this after sudo: /usr/local/sbin/PiGatewaySerial: command not found

      i will have a good sleep and continue tomorrow

      mfalkviddM 1 Reply Last reply
      0
      • G goblin

        good night :)
        i have tried "Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x) " and get an error that is not mentioned (MySensor.cpp:644:5: error: ‘gettimeofday’ was not declared in this scope).
        and this after sudo: /usr/local/sbin/PiGatewaySerial: command not found

        i will have a good sleep and continue tomorrow

        mfalkviddM Offline
        mfalkviddM Offline
        mfalkvidd
        Mod
        wrote on last edited by mfalkvidd
        #6

        Nice work @goblin

        Could you share all commands you ran and the entire output, including the configure, build and test steps?

        Also, I don’t think Domoticz can use the gateway as a client. You should probably omit the --my-controller-ip-address=127.0.0.1 argument.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goblin
          wrote on last edited by
          #7

          thanks for your response.
          I tried all possible combinations but one ( the one that works)
          I started with "https://www.mysensors.org/build/raspberry"
          git clone https://github.com/mysensors/MySensors.git --branch master. Expected response "fatal: destination path 'MySensors' already exists and is not an empty directory"
          cd MySensors
          /MySensors $ ./configure --my-transport=rf24
          [SECTION] Detecting target machine.
          [OK] machine detected: SoC=BCM2837, Type=rpi3, CPU=armv7l.
          [SECTION] Detecting SPI driver.
          [OK] SPI driver detected:BCM.
          [SECTION] Gateway configuration.
          [OK] Type: ethernet.
          [OK] Transport: rf24.
          [OK] Signing: Disabled.
          [OK] Encryption: Disabled.
          [OK] CPPFLAGS: -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI
          [OK] CXXFLAGS: -std=c++11
          [SECTION] Detecting init system.
          [OK] Init system detected: systemd.
          [SECTION] Saving configuration.
          [OK] Saved.
          [SECTION] Cleaning previous builds.
          [OK] Finished.

          /MySensors $ make .
          return : gcc -MT build/hal/architecture/Linux/drivers/core/config.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/config.c -o build/hal/architecture/Linux/drivers/core/config.o
          gcc -MT build/hal/architecture/Linux/drivers/core/log.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/log.c -o build/hal/architecture/Linux/drivers/core/log.o
          g++ -MT build/hal/architecture/Linux/drivers/core/compatibility.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/compatibility.cpp -o build/hal/architecture/Linux/drivers/core/compatibility.o
          g++ -MT build/hal/architecture/Linux/drivers/core/EthernetClient.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/EthernetClient.cpp -o build/hal/architecture/Linux/drivers/core/EthernetClient.o
          g++ -MT build/hal/architecture/Linux/drivers/core/EthernetServer.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/EthernetServer.cpp -o build/hal/architecture/Linux/drivers/core/EthernetServer.o
          g++ -MT build/hal/architecture/Linux/drivers/core/GPIO.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/GPIO.cpp -o build/hal/architecture/Linux/drivers/core/GPIO.o
          hal/architecture/Linux/drivers/core/GPIO.cpp: In constructor ‘GPIOClass::GPIOClass()’:
          hal/architecture/Linux/drivers/core/GPIO.cpp:53:71: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 48 [-Wformat-truncation=]
          53 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/base", de->d_name);
          | ^~
          hal/architecture/Linux/drivers/core/GPIO.cpp:53:33: note: ‘snprintf’ output between 22 and 277 bytes into a destination of size 64
          53 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/base", de->d_name);
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          hal/architecture/Linux/drivers/core/GPIO.cpp:62:71: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 48 [-Wformat-truncation=]
          62 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/ngpio", de->d_name);
          | ^~
          hal/architecture/Linux/drivers/core/GPIO.cpp:62:33: note: ‘snprintf’ output between 23 and 278 bytes into a destination of size 64
          62 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/ngpio", de->d_name);
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          g++ -MT build/hal/architecture/Linux/drivers/core/interrupt.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/interrupt.cpp -o build/hal/architecture/Linux/drivers/core/interrupt.o
          hal/architecture/Linux/drivers/core/interrupt.cpp:33:10: fatal error: stropts.h: No such file or directory
          33 | #include <stropts.h>
          | ^~~~~~~~~~~
          compilation terminated.
          make: *** [Makefile:99: build/hal/architecture/Linux/drivers/core/interrupt.o] Error 1

          Then i need to make a hardware choice in domoticz : between USB,LAN or MQTT.
          and that is something i don't understand because non are used. The NRF24L01 is connected to MOSI MISO of the RPI.

          sorry for the long Reply

          :

          mfalkviddM 1 Reply Last reply
          1
          • G Offline
            G Offline
            goblin
            wrote on last edited by
            #8

            I am missing mysgw

            I have searched the whole sdcard with WINSCP but can't find the config file, should be in /etc/mysensors.conf.

            1 Reply Last reply
            0
            • G goblin

              thanks for your response.
              I tried all possible combinations but one ( the one that works)
              I started with "https://www.mysensors.org/build/raspberry"
              git clone https://github.com/mysensors/MySensors.git --branch master. Expected response "fatal: destination path 'MySensors' already exists and is not an empty directory"
              cd MySensors
              /MySensors $ ./configure --my-transport=rf24
              [SECTION] Detecting target machine.
              [OK] machine detected: SoC=BCM2837, Type=rpi3, CPU=armv7l.
              [SECTION] Detecting SPI driver.
              [OK] SPI driver detected:BCM.
              [SECTION] Gateway configuration.
              [OK] Type: ethernet.
              [OK] Transport: rf24.
              [OK] Signing: Disabled.
              [OK] Encryption: Disabled.
              [OK] CPPFLAGS: -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI
              [OK] CXXFLAGS: -std=c++11
              [SECTION] Detecting init system.
              [OK] Init system detected: systemd.
              [SECTION] Saving configuration.
              [OK] Saved.
              [SECTION] Cleaning previous builds.
              [OK] Finished.

              /MySensors $ make .
              return : gcc -MT build/hal/architecture/Linux/drivers/core/config.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/config.c -o build/hal/architecture/Linux/drivers/core/config.o
              gcc -MT build/hal/architecture/Linux/drivers/core/log.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/log.c -o build/hal/architecture/Linux/drivers/core/log.o
              g++ -MT build/hal/architecture/Linux/drivers/core/compatibility.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/compatibility.cpp -o build/hal/architecture/Linux/drivers/core/compatibility.o
              g++ -MT build/hal/architecture/Linux/drivers/core/EthernetClient.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/EthernetClient.cpp -o build/hal/architecture/Linux/drivers/core/EthernetClient.o
              g++ -MT build/hal/architecture/Linux/drivers/core/EthernetServer.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/EthernetServer.cpp -o build/hal/architecture/Linux/drivers/core/EthernetServer.o
              g++ -MT build/hal/architecture/Linux/drivers/core/GPIO.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/GPIO.cpp -o build/hal/architecture/Linux/drivers/core/GPIO.o
              hal/architecture/Linux/drivers/core/GPIO.cpp: In constructor ‘GPIOClass::GPIOClass()’:
              hal/architecture/Linux/drivers/core/GPIO.cpp:53:71: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 48 [-Wformat-truncation=]
              53 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/base", de->d_name);
              | ^~
              hal/architecture/Linux/drivers/core/GPIO.cpp:53:33: note: ‘snprintf’ output between 22 and 277 bytes into a destination of size 64
              53 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/base", de->d_name);
              | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              hal/architecture/Linux/drivers/core/GPIO.cpp:62:71: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 48 [-Wformat-truncation=]
              62 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/ngpio", de->d_name);
              | ^~
              hal/architecture/Linux/drivers/core/GPIO.cpp:62:33: note: ‘snprintf’ output between 23 and 278 bytes into a destination of size 64
              62 | snprintf(file, sizeof(file), "/sys/class/gpio/%s/ngpio", de->d_name);
              | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              g++ -MT build/hal/architecture/Linux/drivers/core/interrupt.o -MMD -MP -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -DMY_RADIO_RF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_SPI_BCM -DLINUX_ARCH_RASPBERRYPI -Ofast -g -Wall -Wextra -std=c++11 -I. -I./core -I./hal/architecture/Linux/drivers/core -I./hal/architecture/Linux/drivers/BCM -c hal/architecture/Linux/drivers/core/interrupt.cpp -o build/hal/architecture/Linux/drivers/core/interrupt.o
              hal/architecture/Linux/drivers/core/interrupt.cpp:33:10: fatal error: stropts.h: No such file or directory
              33 | #include <stropts.h>
              | ^~~~~~~~~~~
              compilation terminated.
              make: *** [Makefile:99: build/hal/architecture/Linux/drivers/core/interrupt.o] Error 1

              Then i need to make a hardware choice in domoticz : between USB,LAN or MQTT.
              and that is something i don't understand because non are used. The NRF24L01 is connected to MOSI MISO of the RPI.

              sorry for the long Reply

              :

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by mfalkvidd
              #9

              The key is here:

              hal/architecture/Linux/drivers/core/interrupt.cpp:33:10: fatal error: stropts.h: No such file or directory
              33 | #include <stropts.h>
              | ^~~~~~~~~~~
              compilation terminated.
              make: *** [Makefile:99: build/hal/architecture/Linux/drivers/core/interrupt.o] Error 1

              See https://forum.mysensors.org/topic/11138/mysensors-build-problem-on-ubuntu-20-04-rpi-or-tinker-board/2 for a possible workaround. Then restart from the make step.

              Mysgw will only be created after successful make.

              1 Reply Last reply
              0
              • G Offline
                G Offline
                goblin
                wrote on last edited by
                #10

                thanks for pointing this out .
                i have added a empty file stropts.h with sudo touch stropts.h. in the dir : usr/include
                then Build make
                a lot of response with a lot of warnings but 1 error at the end
                (last lines )
                /usr/bin/ld: build/examples_linux/mysgw.o: in function .LANCHOR1': /home/pi/MySensors/./hal/architecture/Linux/drivers/core/config.h:39: multiple definition of conf'; build/hal/architecture/Linux/drivers/core/config.o:/home/pi/MySensors/hal/architecture/Linux/drivers/core/config.h:39: first defined here
                collect2: error: ld returned 1 exit status
                make: *** [Makefile:80: bin/mysgw] Error 1

                and still no "If there were no errors during compilation the file bin/mysgw will be created"
                any idea were to look for this error ?
                thanks

                mfalkviddM 1 Reply Last reply
                0
                • G goblin

                  thanks for pointing this out .
                  i have added a empty file stropts.h with sudo touch stropts.h. in the dir : usr/include
                  then Build make
                  a lot of response with a lot of warnings but 1 error at the end
                  (last lines )
                  /usr/bin/ld: build/examples_linux/mysgw.o: in function .LANCHOR1': /home/pi/MySensors/./hal/architecture/Linux/drivers/core/config.h:39: multiple definition of conf'; build/hal/architecture/Linux/drivers/core/config.o:/home/pi/MySensors/hal/architecture/Linux/drivers/core/config.h:39: first defined here
                  collect2: error: ld returned 1 exit status
                  make: *** [Makefile:80: bin/mysgw] Error 1

                  and still no "If there were no errors during compilation the file bin/mysgw will be created"
                  any idea were to look for this error ?
                  thanks

                  mfalkviddM Offline
                  mfalkviddM Offline
                  mfalkvidd
                  Mod
                  wrote on last edited by
                  #11

                  The bew error you got is discussed in https://forum.mysensors.org/topic/11448/config-h-39-first-defined-here/4

                  Easiest way is probably to switch to the development branch of mysensors.

                  Run git checkout development and then start over from the configure step. Or follow the step ”To use the development version with the latest updates” on the raspberry pi gateway build page.

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    goblin
                    wrote on last edited by
                    #12

                    Sounds like a plan but i am just a monkey that's able to push some buttons so very little knowledge of linux.

                    Tried to start with the development version but it seems that the previous version has to removed.
                    "fatal: destination path 'MySensors' already exists and is not an empty directory".

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      goblin
                      wrote on last edited by
                      #13

                      it's a pitty of all the used MySensors units but i am better with hardware then software so will see if i can replace them with tasmota.
                      thanks for the help

                      1 Reply Last reply
                      1
                      • dirkjuD Offline
                        dirkjuD Offline
                        dirkju
                        wrote on last edited by
                        #14

                        @goblin said in mysensors on rpi with NRF2401 with Domoticz:

                        fatal: destination path 'MySensors' already exists and is not an empty directory

                        Seems like you're trying to clone the MySensors git repo but there's already an existing MySensors folder. This is a typical git error message.

                        If you haven't given up yet, you could rename the Mysensors folder to something else and git-clone the development branch as advised by @mfalkvidd.

                        (As a general advise, if you are unsure, it might be an option to just ask ChatGPT about the error messages, describing your scenario. It knows git and Mysensors ;-))

                        1 Reply Last reply
                        1
                        • G Offline
                          G Offline
                          goblin
                          wrote on last edited by
                          #15

                          thanks dirkju. have tried the ChatGPT method and used --branch development.
                          i haven't give up hope (yet)
                          MySGW is running but are stuck at the choice between MySensors Gateway with MQTT, with LAN interface or USB. although it is connected via MOSI/MISO of the RPI
                          So basically the configure -- ?? settings and the Domoticz hardware settings.
                          thank

                          1 Reply Last reply
                          0
                          • dirkjuD Offline
                            dirkjuD Offline
                            dirkju
                            wrote on last edited by
                            #16

                            Hi goblin, so you got MySGW compiled successfully now using the development branch in git? That's great to hear! I do not have experiences with RPi gateways, neither Domoticz. But I believe choosing the Ethernet option is the easiest to configure (see Domoticz). Does that work for you?

                            1 Reply Last reply
                            0
                            • G Offline
                              G Offline
                              goblin
                              wrote on last edited by
                              #17

                              i was not able to get MySensors running in domoticz but i will thing CHATgpt will help getting it to work

                              dirkjuD 1 Reply Last reply
                              0
                              • G goblin

                                i was not able to get MySensors running in domoticz but i will thing CHATgpt will help getting it to work

                                dirkjuD Offline
                                dirkjuD Offline
                                dirkju
                                wrote on last edited by
                                #18

                                @goblin feel free to share concrete error messages or questions. We might be able to help on well-described problems. Otherwise - hope ChatGPT can help you ;-)

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                20

                                Online

                                11.7k

                                Users

                                11.2k

                                Topics

                                113.1k

                                Posts


                                Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                • Login

                                • Don't have an account? Register

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