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. Vera
  4. Brand new Vera controller

Brand new Vera controller

Scheduled Pinned Locked Moved Vera
33 Posts 5 Posters 10.4k Views 5 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.
  • korttomaK korttoma

    You can restart the luup engine on the VeraPlus by going to Apps -> develop apps ->serial port configuration and hitt Save.

    Another optin is a button in Settings -> Z-Wave Settings -> "Advanced tab" -> Reload engine

    dbemowskD Offline
    dbemowskD Offline
    dbemowsk
    wrote on last edited by
    #4

    @korttoma Thanks. I am just in the beginning stages of getting things set up, so I am sure I will have more questions.

    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

    korttomaK 1 Reply Last reply
    0
    • dbemowskD dbemowsk

      @korttoma Thanks. I am just in the beginning stages of getting things set up, so I am sure I will have more questions.

      korttomaK Offline
      korttomaK Offline
      korttoma
      Hero Member
      wrote on last edited by korttoma
      #5

      @dbemowsk feel free to ask but if it is taking to long to get the answer you should try the Vera forum

      These are the files you need:

      D_Arduino1.json
      D_Arduino1.xml
      D_ArduinoNode1.json
      D_ArduinoNode1.xml
      D_ArduinoRelay1.json
      D_ArduinoRelay1.xml
      I_Arduino1.xml
      L_Arduino.lua
      S_Arduino.xml
      S_ArduinoNode.xml

      The other files are only needed if you have that specific MySensors device type in use.

      Did you manage to create the MySensors plugin main device?
      If you did you should see some error on the top of the screen that you need to setup the serial port for this device.

      • Tomas
      dbemowskD 1 Reply Last reply
      0
      • korttomaK korttoma

        @dbemowsk feel free to ask but if it is taking to long to get the answer you should try the Vera forum

        These are the files you need:

        D_Arduino1.json
        D_Arduino1.xml
        D_ArduinoNode1.json
        D_ArduinoNode1.xml
        D_ArduinoRelay1.json
        D_ArduinoRelay1.xml
        I_Arduino1.xml
        L_Arduino.lua
        S_Arduino.xml
        S_ArduinoNode.xml

        The other files are only needed if you have that specific MySensors device type in use.

        Did you manage to create the MySensors plugin main device?
        If you did you should see some error on the top of the screen that you need to setup the serial port for this device.

        dbemowskD Offline
        dbemowskD Offline
        dbemowsk
        wrote on last edited by
        #6

        @korttoma I did get the plugin created and I do see the message to set up the serial port. I went to Develop Apps>Serial Port Configuration and it shows nothing available. I have an FTDI adapter connected to a 4 port hub. Currently the FTDI adapter is the only thing plugged into the hub. When I SSH into the unit and issue this:

        dmesg | grep USB
        

        I get this:

        [    4.012000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
        [    4.040000] hub 1-0:1.0: USB hub found
        [    4.064000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
        [    4.080000] hub 2-0:1.0: USB hub found
        [    4.120000] usbserial: USB Serial support registered for generic
        [    4.528000] usb 1-2: new high-speed USB device number 2 using xhci-hcd
        [    5.860000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
        [   17.564000] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
        [   17.600000] usbserial: USB Serial support registered for cp210x
        [   17.632000] usbserial: USB Serial support registered for FTDI USB Serial Device
        [   17.712000] usbserial: USB Serial support registered for Keyspan - (without firmware)
        [   17.728000] usbserial: USB Serial support registered for Keyspan 1 port adapter
        [   17.744000] usbserial: USB Serial support registered for Keyspan 2 port adapter
        [   17.760000] usbserial: USB Serial support registered for Keyspan 4 port adapter
        [   17.788000] usbserial: USB Serial support registered for MCT U232
        [   17.888000] usbserial: USB Serial support registered for pl2303
        [   17.948000] usbserial: USB Serial support registered for Sierra USB modem
        [   18.172000] usbserial: USB Serial support registered for IPWireless converter
        [   18.216000] usbserial: USB Serial support registered for GSM modem (1-port)
        [   18.264000] usbserial: USB Serial support registered for Qualcomm USB modem
        

        I thought it was the pl2303, but when I checked the "/dev" folder, I did not see a ttyUSBx device, so I knew that couldn't be it. I plugged a power adapter into the hub and tried again, this time when I did:

        dmesg | grep tty
        

        I got this:

        [ 1703.300000] usb 1-1.1: pl2303 converter now attached to ttyUSB0
        

        Then when I went back to Vera serial port configuration I saw it. I set the baud to 115200, and "Used By Device" to "MySensors Plugin[]"

        Now when I go to Devices, I see the MySensors Plugin "Connected to: 20(115200)". Now I am not sure how to add my device nodes.

        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

        korttomaK 1 Reply Last reply
        0
        • dbemowskD dbemowsk

          @korttoma I did get the plugin created and I do see the message to set up the serial port. I went to Develop Apps>Serial Port Configuration and it shows nothing available. I have an FTDI adapter connected to a 4 port hub. Currently the FTDI adapter is the only thing plugged into the hub. When I SSH into the unit and issue this:

          dmesg | grep USB
          

          I get this:

          [    4.012000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
          [    4.040000] hub 1-0:1.0: USB hub found
          [    4.064000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
          [    4.080000] hub 2-0:1.0: USB hub found
          [    4.120000] usbserial: USB Serial support registered for generic
          [    4.528000] usb 1-2: new high-speed USB device number 2 using xhci-hcd
          [    5.860000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
          [   17.564000] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
          [   17.600000] usbserial: USB Serial support registered for cp210x
          [   17.632000] usbserial: USB Serial support registered for FTDI USB Serial Device
          [   17.712000] usbserial: USB Serial support registered for Keyspan - (without firmware)
          [   17.728000] usbserial: USB Serial support registered for Keyspan 1 port adapter
          [   17.744000] usbserial: USB Serial support registered for Keyspan 2 port adapter
          [   17.760000] usbserial: USB Serial support registered for Keyspan 4 port adapter
          [   17.788000] usbserial: USB Serial support registered for MCT U232
          [   17.888000] usbserial: USB Serial support registered for pl2303
          [   17.948000] usbserial: USB Serial support registered for Sierra USB modem
          [   18.172000] usbserial: USB Serial support registered for IPWireless converter
          [   18.216000] usbserial: USB Serial support registered for GSM modem (1-port)
          [   18.264000] usbserial: USB Serial support registered for Qualcomm USB modem
          

          I thought it was the pl2303, but when I checked the "/dev" folder, I did not see a ttyUSBx device, so I knew that couldn't be it. I plugged a power adapter into the hub and tried again, this time when I did:

          dmesg | grep tty
          

          I got this:

          [ 1703.300000] usb 1-1.1: pl2303 converter now attached to ttyUSB0
          

          Then when I went back to Vera serial port configuration I saw it. I set the baud to 115200, and "Used By Device" to "MySensors Plugin[]"

          Now when I go to Devices, I see the MySensors Plugin "Connected to: 20(115200)". Now I am not sure how to add my device nodes.

          korttomaK Offline
          korttomaK Offline
          korttoma
          Hero Member
          wrote on last edited by
          #7

          @dbemowsk said:

          MySensors Plugin "Connected to: 20(115200)"

          So far so good ;)

          You should see the text "Press start for inclusion" and a Start and Stop button on the Plugin Main Device. Now all you need to do is push the "Start" button to start "inclusion mode" and then you restart your sensor so that it can present itself.

          If new sensors are detected when in inclusion mode you should see the text "X devices found" Inclusion mode is active for 1 min. If new sensors are found the Vera will automatically restart the luup engine and create the devices. Wait until you are sure the restart is done and then "ctrl + F5" to refresh your browser.
          Your new devices should now be found under -> Devices -> No Room. If not all child sensors are found just try the inclusion again (sometimes I restart the node a few times while the inclusion mode is active so that all devices are picked up).

          Good luck ;)

          • Tomas
          dbemowskD 1 Reply Last reply
          0
          • korttomaK korttoma

            @dbemowsk said:

            MySensors Plugin "Connected to: 20(115200)"

            So far so good ;)

            You should see the text "Press start for inclusion" and a Start and Stop button on the Plugin Main Device. Now all you need to do is push the "Start" button to start "inclusion mode" and then you restart your sensor so that it can present itself.

            If new sensors are detected when in inclusion mode you should see the text "X devices found" Inclusion mode is active for 1 min. If new sensors are found the Vera will automatically restart the luup engine and create the devices. Wait until you are sure the restart is done and then "ctrl + F5" to refresh your browser.
            Your new devices should now be found under -> Devices -> No Room. If not all child sensors are found just try the inclusion again (sometimes I restart the node a few times while the inclusion mode is active so that all devices are picked up).

            Good luck ;)

            dbemowskD Offline
            dbemowskD Offline
            dbemowsk
            wrote on last edited by
            #8

            @korttoma So I see this when I press the arrow next to the plugin icon under devices:
            0_1482191806960_upload-d5a6e29d-95c0-4cfb-b69e-bfb2ba193105
            So I click the arrow next to settings and I see this, which is what you are talking about:
            0_1482191925426_upload-bb13f11e-7656-47b0-b944-bd538c100cdc
            When I press Start I get this error:
            0_1482192017041_upload-4f04b3f4-c957-49a2-b6e0-42c11f12f2b5

            One other thing, I cannot change the Unit selector just above the Start/Stop buttons. I don't know if these two things are related in any way, but thought I'd mention it in case they are.

            Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
            Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

            blaceyB 1 Reply Last reply
            0
            • korttomaK Offline
              korttomaK Offline
              korttoma
              Hero Member
              wrote on last edited by
              #9

              Hi @dbemowsk this does not seem right at all.

              Here is what it should look like:

              The Plugin Main device looks like this with the Start/Stop button, you should be able to operate it from here:
              0_1482210522232_upload-21bcd566-efbf-471e-9fd1-71b7cba5708a

              Under settings it should look like this:
              0_1482210573835_upload-809306f4-08ae-4ed3-a29e-a99387f0d318

              And when you press start it should look like this:
              0_1482210608095_upload-9baeb4ae-44d0-4a08-9bbb-4a54dcf07c5a

              Are you sure you used the files from here?

              Try uploading the files again and then try the luup reload a few times and then browser refresh.

              • Tomas
              dbemowskD 1 Reply Last reply
              0
              • dbemowskD dbemowsk

                @korttoma So I see this when I press the arrow next to the plugin icon under devices:
                0_1482191806960_upload-d5a6e29d-95c0-4cfb-b69e-bfb2ba193105
                So I click the arrow next to settings and I see this, which is what you are talking about:
                0_1482191925426_upload-bb13f11e-7656-47b0-b944-bd538c100cdc
                When I press Start I get this error:
                0_1482192017041_upload-4f04b3f4-c957-49a2-b6e0-42c11f12f2b5

                One other thing, I cannot change the Unit selector just above the Start/Stop buttons. I don't know if these two things are related in any way, but thought I'd mention it in case they are.

                blaceyB Offline
                blaceyB Offline
                blacey
                Admin
                wrote on last edited by
                #10

                @dbemowsk You might want to try some of the steps detailed in this thread https://forum.mysensors.org/topic/5289/ui5-to-ui7-update/14 to confirm that you have the right versions of the plugin files installed.

                1 Reply Last reply
                0
                • korttomaK korttoma

                  Hi @dbemowsk this does not seem right at all.

                  Here is what it should look like:

                  The Plugin Main device looks like this with the Start/Stop button, you should be able to operate it from here:
                  0_1482210522232_upload-21bcd566-efbf-471e-9fd1-71b7cba5708a

                  Under settings it should look like this:
                  0_1482210573835_upload-809306f4-08ae-4ed3-a29e-a99387f0d318

                  And when you press start it should look like this:
                  0_1482210608095_upload-9baeb4ae-44d0-4a08-9bbb-4a54dcf07c5a

                  Are you sure you used the files from here?

                  Try uploading the files again and then try the luup reload a few times and then browser refresh.

                  dbemowskD Offline
                  dbemowskD Offline
                  dbemowsk
                  wrote on last edited by
                  #11

                  @korttoma One other thing I am seeing is an error at the top of the screen.

                  GET_LANG(system_error,System error) : Device: 8. Fail to load implementation file D_Codeset_1104.xml.lzo

                  My Vera firmware version is 1.7.2138 if that makes a difference.

                  I downloaded the UI7 files from the same github link that you posted. I even tried the steps from the link that blacey posted. This to me seemed like a slightly different set of plugin files. The zip file that I downloaded from https://github.com/mysensors/Vera/tree/UI7 created a folder named "Vera-UI7". The one I downloaded from blacey's link, https://api.github.com/repos/mysensors/Vera/zipball/UI7 created a folder named "mysensors-Vera-73ed9b7". I used meld to diff the 2 folders and I found that the files in both folders are identical.

                  Is there any other information I can give you that will help me solve this issue?

                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                  korttomaK 1 Reply Last reply
                  0
                  • dbemowskD dbemowsk

                    @korttoma One other thing I am seeing is an error at the top of the screen.

                    GET_LANG(system_error,System error) : Device: 8. Fail to load implementation file D_Codeset_1104.xml.lzo

                    My Vera firmware version is 1.7.2138 if that makes a difference.

                    I downloaded the UI7 files from the same github link that you posted. I even tried the steps from the link that blacey posted. This to me seemed like a slightly different set of plugin files. The zip file that I downloaded from https://github.com/mysensors/Vera/tree/UI7 created a folder named "Vera-UI7". The one I downloaded from blacey's link, https://api.github.com/repos/mysensors/Vera/zipball/UI7 created a folder named "mysensors-Vera-73ed9b7". I used meld to diff the 2 folders and I found that the files in both folders are identical.

                    Is there any other information I can give you that will help me solve this issue?

                    korttomaK Offline
                    korttomaK Offline
                    korttoma
                    Hero Member
                    wrote on last edited by
                    #12

                    @dbemowsk the GET_LANG system error is a new one for me is Device 8 the MySensors Plugin Main device? You can check this if you press the arrow and then go to the Advanced. Under Params there is a variable valled "id". This is the device id.

                    I see allso form your previous pictures that the overall system state of your Vera says "Your installation is not complete" I wonder if this is causing problems if you have not set up your location properties properly.
                    Maybe you should try completing the setup of your Vera first.

                    • Tomas
                    dbemowskD 1 Reply Last reply
                    0
                    • korttomaK korttoma

                      @dbemowsk the GET_LANG system error is a new one for me is Device 8 the MySensors Plugin Main device? You can check this if you press the arrow and then go to the Advanced. Under Params there is a variable valled "id". This is the device id.

                      I see allso form your previous pictures that the overall system state of your Vera says "Your installation is not complete" I wonder if this is causing problems if you have not set up your location properties properly.
                      Maybe you should try completing the setup of your Vera first.

                      dbemowskD Offline
                      dbemowskD Offline
                      dbemowsk
                      wrote on last edited by
                      #13

                      @korttoma I am not sure what device 8 is. The MySensors device is 5 if I am reading this correctly:
                      0_1482233434375_upload-1a51477f-da6a-4104-b784-a23c1479f18c

                      I am assuming that this is what you are referring to when you say "Your installation is not complete" :
                      0_1482233069559_upload-d4ccb584-2cf1-4f04-9166-7f07866b332b

                      That was in the beginning, but if you notice it says "still no device is connected". I am sure that is why it says it is not complete. Here is the current status from the dashboard:
                      0_1482233191770_upload-78cce839-acee-4e1a-b81e-e45bf2750ee9

                      I am beginning to wondering if I shouldn't do a factory reset and start over. I think before I do that I am going to use the "COntact Customer Care" button.

                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                      korttomaK 1 Reply Last reply
                      0
                      • dbemowskD dbemowsk

                        @korttoma I am not sure what device 8 is. The MySensors device is 5 if I am reading this correctly:
                        0_1482233434375_upload-1a51477f-da6a-4104-b784-a23c1479f18c

                        I am assuming that this is what you are referring to when you say "Your installation is not complete" :
                        0_1482233069559_upload-d4ccb584-2cf1-4f04-9166-7f07866b332b

                        That was in the beginning, but if you notice it says "still no device is connected". I am sure that is why it says it is not complete. Here is the current status from the dashboard:
                        0_1482233191770_upload-78cce839-acee-4e1a-b81e-e45bf2750ee9

                        I am beginning to wondering if I shouldn't do a factory reset and start over. I think before I do that I am going to use the "COntact Customer Care" button.

                        korttomaK Offline
                        korttomaK Offline
                        korttoma
                        Hero Member
                        wrote on last edited by
                        #14

                        @dbemowsk Seems like the GET_LANG system error is not related to MySensors then. What else have you installed? Can you find this Device 8?

                        Contacting Customer Care is a good idea but then you have to be patient because it can take a days before you get any answer and if you have not enabled the remote access and sent them the code they will just ask you to do this in their first answer and then you might have to wait for days again.

                        Also take a look at the thread @blacey mentioned about how you could check that the plugin files are correct.

                        • Tomas
                        1 Reply Last reply
                        0
                        • korttomaK Offline
                          korttomaK Offline
                          korttoma
                          Hero Member
                          wrote on last edited by
                          #15

                          I found this in the Vera forums:

                          The GET_LANG(system_error,System error) is a small displaying error caused by our language tool that failed to import this language token.
                          Regarding "Fail to load implementation file" issue, due to an old bug that we fixed recently, this message was not displayed. It appears when the implementation file for a device is not found on the gateway of the device parameters are wrong specified. This can be caused by manually created device from what I could see after debugging some units with this issue. To fix this issue you will need to delete the device that is showing the error like this :

                          Code: [Select]

                          http://gateway_address:3480/data_request?id=device&action=delete&device=device_id
                          
                          
                          • Tomas
                          1 Reply Last reply
                          0
                          • R Offline
                            R Offline
                            r-nox
                            wrote on last edited by
                            #16

                            As a side not I see Lib version is blank in the screen shot...

                            dbemowskD 1 Reply Last reply
                            0
                            • R r-nox

                              As a side not I see Lib version is blank in the screen shot...

                              dbemowskD Offline
                              dbemowskD Offline
                              dbemowsk
                              wrote on last edited by dbemowsk
                              #17

                              @r-nox What should the lib version be?

                              So just to rule out other things that I may have done when trying to install some other apps, which by the way may have caused the error with device 8, I did a factory reset of the device and ran through the setup one more time. With the reset I was upgraded to a newer firmware version (1.7.2414). I re-uploaded the arduino files and created the device using the instructions on the MySensors website under the Vera controller. One thing I found curious is that when creating the device, the only thing it says to fill in on the "Create Device" page is the "Upnp Device FIlename". I was surprised that I didn't have to fill in any of the other fields such as the "Device Type" or the "Upnp Implementation Filename" . Again the device was created, and I configured the serial port as follows:
                              0_1482278094094_upload-77a5482c-8792-41c9-9463-56f600f57f1f


                              When I go to devices, things look the same as before. Here are the current screen shots:
                              0_1482278193935_upload-9b95e586-53cc-4411-a5d0-a0aa5e4f1790


                              0_1482278255917_upload-53ab1756-8086-4cb4-b701-8919f549e465


                              0_1482278300939_upload-f1ab41ae-c846-4eaf-a386-7ea4d06de141


                              0_1482278460104_upload-5287611b-e9df-4642-984a-e0838820878e

                              Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                              Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                              1 Reply Last reply
                              0
                              • korttomaK Offline
                                korttomaK Offline
                                korttoma
                                Hero Member
                                wrote on last edited by
                                #18

                                Hi @dbemowsk

                                You setup stil looked different from mine so I decided to wipe my VeraLite clean and see what I get.

                                Now my setup looks exactly like yours except I did get the Lib version ( witch should show the Library version used in your MySensors Gateway ) efter hitting the reset button on my GW arduino and restart the Luup engine a few times.

                                Then when I press the "Start" button I get the text bellow the buttons like this:

                                0_1482299688258_upload-09006f39-4dfb-4f7d-a232-97ff83a1e1ff

                                As I then restart a Sensor node the number count up according to the devices found and when I know it has fund them all I press "Stop". Then the luup engine restarts automatically and the new devices are created.

                                I hit ctrl + F5 to refresh my browser and then go to devises and find this:

                                0_1482299875190_upload-6e2835cc-1739-452c-96f8-e99164019fae

                                So I think your system is fine, you just need to restart the GW and run a few luup restarts and refresh your browser. Then try including a Sensor.

                                • Tomas
                                dbemowskD 1 Reply Last reply
                                0
                                • korttomaK korttoma

                                  Hi @dbemowsk

                                  You setup stil looked different from mine so I decided to wipe my VeraLite clean and see what I get.

                                  Now my setup looks exactly like yours except I did get the Lib version ( witch should show the Library version used in your MySensors Gateway ) efter hitting the reset button on my GW arduino and restart the Luup engine a few times.

                                  Then when I press the "Start" button I get the text bellow the buttons like this:

                                  0_1482299688258_upload-09006f39-4dfb-4f7d-a232-97ff83a1e1ff

                                  As I then restart a Sensor node the number count up according to the devices found and when I know it has fund them all I press "Stop". Then the luup engine restarts automatically and the new devices are created.

                                  I hit ctrl + F5 to refresh my browser and then go to devises and find this:

                                  0_1482299875190_upload-6e2835cc-1739-452c-96f8-e99164019fae

                                  So I think your system is fine, you just need to restart the GW and run a few luup restarts and refresh your browser. Then try including a Sensor.

                                  dbemowskD Offline
                                  dbemowskD Offline
                                  dbemowsk
                                  wrote on last edited by dbemowsk
                                  #19

                                  @korttoma Is there any kind of command line serial monitor that I can use on the Vera to test my gateway communication coming into it? If not, that may be something for them to include on the unit. I double checked my wiring from my USB FTDI adapter to the gateway last night and I have my 3 wires as follows:

                                  FTDI.......GW
                                  GND ----GND
                                  TX --------- RX
                                  RX --------- TX

                                  I tried hitting the reset button on the gateway a number of times and restarted the luup engine a few times and also rebooted the Vera a few times. That is why I want to test that the Vera is receiving data from the FTDI properly.

                                  I am betting that it is something that I am doing wrong, and I am going to kick myself in the arse when I figure out what it is.

                                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                  J 1 Reply Last reply
                                  0
                                  • korttomaK Offline
                                    korttomaK Offline
                                    korttoma
                                    Hero Member
                                    wrote on last edited by
                                    #20

                                    You can see the vera log file if you enter this adress in your browser

                                    http://<YourVeraIP>/cgi-bin/cmh/log.sh?Device=LuaUPnP
                                    
                                    • Tomas
                                    1 Reply Last reply
                                    0
                                    • dbemowskD dbemowsk

                                      @korttoma Is there any kind of command line serial monitor that I can use on the Vera to test my gateway communication coming into it? If not, that may be something for them to include on the unit. I double checked my wiring from my USB FTDI adapter to the gateway last night and I have my 3 wires as follows:

                                      FTDI.......GW
                                      GND ----GND
                                      TX --------- RX
                                      RX --------- TX

                                      I tried hitting the reset button on the gateway a number of times and restarted the luup engine a few times and also rebooted the Vera a few times. That is why I want to test that the Vera is receiving data from the FTDI properly.

                                      I am betting that it is something that I am doing wrong, and I am going to kick myself in the arse when I figure out what it is.

                                      J Offline
                                      J Offline
                                      jlieffort
                                      wrote on last edited by
                                      #21

                                      @dbemowsk

                                      Check out this tool if you don't know about it already.
                                      https://www.mysensors.org/controller/myscontroller

                                      dbemowskD 1 Reply Last reply
                                      0
                                      • J jlieffort

                                        @dbemowsk

                                        Check out this tool if you don't know about it already.
                                        https://www.mysensors.org/controller/myscontroller

                                        dbemowskD Offline
                                        dbemowskD Offline
                                        dbemowsk
                                        wrote on last edited by
                                        #22

                                        @jlieffort I know about this tool, but this will not help. I need to debug the serial connection from my gateway to my Vera controller. This is a Windows based tool.

                                        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                        1 Reply Last reply
                                        0
                                        • dbemowskD Offline
                                          dbemowskD Offline
                                          dbemowsk
                                          wrote on last edited by
                                          #23

                                          OK, I have an update with some log information, thanks @korttoma for the link. This is a snipet of the log:

                                          50	12/22/16 6:06:48.240	luup_log:9: Arduino: Requesting status for: 20;3 <0x74229520>
                                          50	12/22/16 6:06:49.270	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=0,pt=7,l=5,sg=0:19.44 <0x74229520>
                                          50	12/22/16 6:06:49.274	luup_log:9: Arduino: Set variable: 20;0;1;0;0;19.44 <0x74229520>
                                          50	12/22/16 6:06:49.279	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=44,pt=7,l=5,sg=0:18.89 <0x74229520>
                                          50	12/22/16 6:06:49.280	luup_log:9: Arduino: Set variable: 20;0;1;0;44;18.89 <0x74229520>
                                          50	12/22/16 6:06:49.297	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=45,pt=7,l=5,sg=0:18.89 <0x74229520>
                                          50	12/22/16 6:06:49.298	luup_log:9: Arduino: Set variable: 20;0;1;0;45;18.89 <0x74229520>
                                          50	12/22/16 6:06:49.305	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=44,pt=7,l=5,sg=0:27.22 <0x74229520>
                                          50	12/22/16 6:06:49.306	luup_log:9: Arduino: Set variable: 20;0;1;0;44;27.22 <0x74229520>
                                          50	12/22/16 6:06:49.857	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=2,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:49.858	luup_log:9: Arduino: Request: 20;2;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:49.859	luup_log:9: Arduino: Requesting status for: 20;2 <0x74229520>
                                          50	12/22/16 6:06:51.416	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=3,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:51.417	luup_log:9: Arduino: Request: 20;3;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:51.417	luup_log:9: Arduino: Requesting status for: 20;3 <0x74229520>
                                          50	12/22/16 6:06:52.445	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=0,pt=7,l=5,sg=0:19.44 <0x74229520>
                                          50	12/22/16 6:06:52.447	luup_log:9: Arduino: Set variable: 20;0;1;0;0;19.44 <0x74229520>
                                          50	12/22/16 6:06:52.496	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=45,pt=7,l=5,sg=0:18.89 <0x74229520>
                                          50	12/22/16 6:06:52.497	luup_log:9: Arduino: Set variable: 20;0;1;0;45;18.89 <0x74229520>
                                          50	12/22/16 6:06:53.090	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=2,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:53.091	luup_log:9: Arduino: Request: 20;2;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:53.091	luup_log:9: Arduino: Requesting status for: 20;2 <0x74229520>
                                          50	12/22/16 6:06:54.657	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=3,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:54.657	luup_log:9: Arduino: Request: 20;3;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:54.658	luup_log:9: Arduino: Requesting status for: 20;3 <0x74229520>
                                          50	12/22/16 6:06:55.160	luup_log:9: Arduino: Log: TSP:MSG:READ 255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:55.161	luup_log:9: Arduino: Log: TSP:MSG:BC <0x74229520>
                                          50	12/22/16 6:06:55.164	luup_log:9: Arduino: Log: TSP:MSG:FPAR REQ (sender=255) <0x74229520>
                                          50	12/22/16 6:06:55.165	luup_log:9: Arduino: Log: TSP:CHKUPL:OK <0x74229520>
                                          50	12/22/16 6:06:55.167	luup_log:9: Arduino: Log: TSP:MSG:GWL OK <0x74229520>
                                          50	12/22/16 6:06:55.750	luup_log:9: Arduino: Log: TSP:MSG:SEND 0-0-255-255 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=bc:0 <0x74229520>
                                          50	12/22/16 6:06:55.758	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=0,pt=7,l=5,sg=0:19.44 <0x74229520>
                                          50	12/22/16 6:06:55.761	luup_log:9: Arduino: Set variable: 20;0;1;0;0;19.44 <0x74229520>
                                          50	12/22/16 6:06:55.764	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=44,pt=7,l=5,sg=0:18.89 <0x74229520>
                                          50	12/22/16 6:06:55.765	luup_log:9: Arduino: Set variable: 20;0;1;0;44;18.89 <0x74229520>
                                          50	12/22/16 6:06:56.348	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=2,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:56.349	luup_log:9: Arduino: Request: 20;2;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:56.350	luup_log:9: Arduino: Requesting status for: 20;2 <0x74229520>
                                          50	12/22/16 6:06:57.178	luup_log:9: Arduino: Log: TSP:MSG:READ 255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:57.180	luup_log:9: Arduino: Log: TSP:MSG:BC <0x74229520>
                                          50	12/22/16 6:06:57.186	luup_log:9: Arduino: Log: TSP:MSG:FPAR REQ (sender=255) <0x74229520>
                                          50	12/22/16 6:06:57.188	luup_log:9: Arduino: Log: TSP:CHKUPL:OK (FLDCTRL) <0x74229520>
                                          50	12/22/16 6:06:57.189	luup_log:9: Arduino: Log: TSP:MSG:GWL OK <0x74229520>
                                          50	12/22/16 6:06:57.735	luup_log:9: Arduino: Log: TSP:MSG:SEND 0-0-255-255 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=bc:0 <0x74229520>
                                          50	12/22/16 6:06:57.920	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=3,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          50	12/22/16 6:06:57.920	luup_log:9: Arduino: Request: 20;3;2;0;47; <0x74229520>
                                          50	12/22/16 6:06:57.921	luup_log:9: Arduino: Requesting status for: 20;3 <0x74229520>
                                          50	12/22/16 6:06:58.941	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=0,pt=7,l=5,sg=0:19.44 <0x74229520>
                                          50	12/22/16 6:06:58.943	luup_log:9: Arduino: Set variable: 20;0;1;0;0;19.44 <0x74229520>
                                          50	12/22/16 6:06:58.961	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=44,pt=7,l=5,sg=0:18.89 <0x74229520>
                                          50	12/22/16 6:06:58.962	luup_log:9: Arduino: Set variable: 20;0;1;0;44;18.89 <0x74229520>
                                          50	12/22/16 6:06:58.973	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=0,c=1,t=45,pt=7,l=5,sg=0:18.89
                                          

                                          To me that looks like the gateway is receiving data. As I scanned through the log though, I noticed this:

                                          01	12/22/16 4:29:02.122	UserData::WriteUserData saved--before move File Size: 4541 save size 4541 <0x77229520>
                                          02	12/22/16 4:29:02.122	UserData::TempLogFileSystemFailure start 0 <0x77229520>
                                          02	12/22/16 4:29:02.140	UserData::TempLogFileSystemFailure 4287 res:1
                                          -rw-r--r--    1 root     root            33 Dec 20 16:30 /etc/cmh/HW_Key
                                          -rw-r--r--    1 root     root            32 Dec 31  1999 /etc/cmh/HW_Key2
                                          -rw-r--r--    1 root     root             9 Dec 20 16:30 /etc/cmh/PK_AccessPoint
                                          -rw-r--r--    1 root     root             7 Dec 20 17:14 /etc/cmh/PK_Account
                                          -rw-r--r--    1 root     root           425 Dec 21 01:29 /etc/cmh/cmh.conf
                                          -rw-r--r--    1 root     root             0 Aug 22 08:36 /etc/cmh/devices
                                          -rw-r--r--    1 root     root         16383 Dec 21 03:00 /etc/cmh/dongle.4.5.dump.0
                                          -rw-r--r--    1 root     root            41 Dec 20 16:21 /etc/cmh/ergy_key
                                          -rw-r--r--    1 root     root             0 Aug 22 08:36 /etc/cmh/first_boot
                                          -rw-r--r--    1 root     root             0 Dec 21 01:25 /etc/cmh/fresh_install
                                          -rw-r--r--    1 root     root             1 Dec 21 01:52 /etc/cmh/ip_mode
                                          -rw-r--r--    1 root     root            48 Dec 31  1999 /etc/cmh/keys
                                          -rw-r--r--    1 root     root             3 Dec  9 09:30 /etc/cmh/language
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/language_id
                                          -rw-r--r--    1 root     root            10 Dec 21 16:34 /etc/cmh/last_backup
                                          -rw-r--r--    1 root     root            11 Dec 22 01:52 /etc/cmh/last_report
                                          -rw-r--r--    1 root     root            70 Dec 20 16:36 /etc/cmh/lighttpd_failures
                                          -rw-r--r--    1 root     root         36316 Oct  3 00:25 /etc/cmh/network_pnp.lua
                                          -rw-r--r--    1 root     root            12 Dec  9 09:30 /etc/cmh/platform
                                          -rw-r--r--    1 root     root           458 Oct  3 00:25 /etc/cmh/ra_key
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 /etc/cmh/scenarios
                                          -rw-r--r--    1 root     root          2032 Dec 20 16:30 /etc/cmh/servers.conf
                                          -rw-r--r--    1 root     root          1520 Aug 22 08:34 /etc/cmh/servers.conf.default
                                          -rw-r--r--    1 root     root            20 Dec 20 16:35 /etc/cmh/servers.conf.timestamp
                                          -rw-r--r--    1 root     root           154 Oct  3 00:25 /etc/cmh/servers_whitelist
                                          -rw-r--r--    1 root     root          1598 Dec 22 01:52 /etc/cmh/services.conf
                                          -rw-r--r--    1 root     root            20 Dec 20 16:19 /etc/cmh/sync_kit
                                          -rw-r--r--    1 root     root            20 Dec 20 16:19 /etc/cmh/sync_rediscover
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/ui
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/ui_man
                                          -rw-r--r--    1 root     root             5 Dec  9 09:30 /etc/cmh/ui_skin
                                          -rw-r--r--    1 root     root           504 Jul 22 09:31 /etc/cmh/user_data.json.luup.lzo
                                          -rw-r--r--    1 root     root          4541 Dec 22 02:41 /etc/cmh/user_data.json.lzo
                                          -rw-r--r--    1 root     root          4540 Dec 22 02:05 /etc/cmh/user_data.json.lzo.1
                                          -rw-r--r--    1 root     root          4540 Dec 21 23:17 /etc/cmh/user_data.json.lzo.2
                                          -rw-r--r--    1 root     root          4541 Dec 21 21:53 /etc/cmh/user_data.json.lzo.3
                                          -rw-r--r--    1 root     root          4547 Dec 21 21:23 /etc/cmh/user_data.json.lzo.4
                                          -rw-r--r--    1 root     root          4544 Dec 21 17:05 /etc/cmh/user_data.json.lzo.5
                                          -rw-r--r--    1 root     root          4541 Dec 22 04:29 /etc/cmh/user_data.json.lzo.new
                                          -rw-r--r--    1 root     root            21 Dec 20 17:14 /etc/cmh/users.conf
                                          -rw-r--r--    1 root     root            20 Dec 20 17:14 /etc/cmh/users.conf.timestamp
                                          -rw-r--r--    1 root     root             3 Aug 22 08:36 /etc/cmh/vera_model
                                          -rw-r--r--    1 root     root             9 Dec  9 09:30 /etc/cmh/version
                                          -rw-r--r--    1 root     root             9 Dec 21 21:24 /etc/cmh/version_latest
                                          -rw-r--r--    1 root     root             5 Dec 31  1999 /etc/cmh/zigbee_version
                                          -rw-r--r--    1 root     root             8 Dec 22 04:17 /etc/cmh/zwave_house_id
                                          -rw-r--r--    1 root     root             3 Dec 31  1999 /etc/cmh/zwave_locale
                                          -rw-r--r--    1 root     root            48 Dec 21 01:56 /etc/cmh/zwave_version
                                          
                                          /etc/cmh/orig:
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 devices
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 first_boot
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 fresh_install
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 scenarios
                                          -rw-r--r--    1 root     root           520 Dec  9 09:30 user_data.json.lzo
                                          
                                          /etc/cmh/wan_failover:
                                          -rw-r--r--    1 root     root            44 Jul 22 09:31 check_internet.hosts
                                           <0x77229520>
                                          02	12/22/16 4:29:02.204	UserData::TempLogFileSystemFailure start 0 <0x77229520>
                                          02	12/22/16 4:29:02.223	UserData::TempLogFileSystemFailure 4198 res:1
                                          -rw-r--r--    1 root     root            33 Dec 20 16:30 /etc/cmh/HW_Key
                                          -rw-r--r--    1 root     root            32 Dec 31  1999 /etc/cmh/HW_Key2
                                          -rw-r--r--    1 root     root             9 Dec 20 16:30 /etc/cmh/PK_AccessPoint
                                          -rw-r--r--    1 root     root             7 Dec 20 17:14 /etc/cmh/PK_Account
                                          -rw-r--r--    1 root     root           425 Dec 21 01:29 /etc/cmh/cmh.conf
                                          -rw-r--r--    1 root     root             0 Aug 22 08:36 /etc/cmh/devices
                                          -rw-r--r--    1 root     root         16383 Dec 21 03:00 /etc/cmh/dongle.4.5.dump.0
                                          -rw-r--r--    1 root     root            41 Dec 20 16:21 /etc/cmh/ergy_key
                                          -rw-r--r--    1 root     root             0 Aug 22 08:36 /etc/cmh/first_boot
                                          -rw-r--r--    1 root     root             0 Dec 21 01:25 /etc/cmh/fresh_install
                                          -rw-r--r--    1 root     root             1 Dec 21 01:52 /etc/cmh/ip_mode
                                          -rw-r--r--    1 root     root            48 Dec 31  1999 /etc/cmh/keys
                                          -rw-r--r--    1 root     root             3 Dec  9 09:30 /etc/cmh/language
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/language_id
                                          -rw-r--r--    1 root     root            10 Dec 21 16:34 /etc/cmh/last_backup
                                          -rw-r--r--    1 root     root            11 Dec 22 01:52 /etc/cmh/last_report
                                          -rw-r--r--    1 root     root            70 Dec 20 16:36 /etc/cmh/lighttpd_failures
                                          -rw-r--r--    1 root     root         36316 Oct  3 00:25 /etc/cmh/network_pnp.lua
                                          -rw-r--r--    1 root     root            12 Dec  9 09:30 /etc/cmh/platform
                                          -rw-r--r--    1 root     root           458 Oct  3 00:25 /etc/cmh/ra_key
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 /etc/cmh/scenarios
                                          -rw-r--r--    1 root     root          2032 Dec 20 16:30 /etc/cmh/servers.conf
                                          -rw-r--r--    1 root     root          1520 Aug 22 08:34 /etc/cmh/servers.conf.default
                                          -rw-r--r--    1 root     root            20 Dec 20 16:35 /etc/cmh/servers.conf.timestamp
                                          -rw-r--r--    1 root     root           154 Oct  3 00:25 /etc/cmh/servers_whitelist
                                          -rw-r--r--    1 root     root          1598 Dec 22 01:52 /etc/cmh/services.conf
                                          -rw-r--r--    1 root     root            20 Dec 20 16:19 /etc/cmh/sync_kit
                                          -rw-r--r--    1 root     root            20 Dec 20 16:19 /etc/cmh/sync_rediscover
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/ui
                                          -rw-r--r--    1 root     root             2 Dec  9 09:30 /etc/cmh/ui_man
                                          -rw-r--r--    1 root     root             5 Dec  9 09:30 /etc/cmh/ui_skin
                                          -rw-r--r--    1 root     root           504 Jul 22 09:31 /etc/cmh/user_data.json.luup.lzo
                                          -rw-r--r--    1 root     root          4541 Dec 22 04:29 /etc/cmh/user_data.json.lzo
                                          -rw-r--r--    1 root     root          4541 Dec 22 02:41 /etc/cmh/user_data.json.lzo.1
                                          -rw-r--r--    1 root     root          4540 Dec 22 02:05 /etc/cmh/user_data.json.lzo.2
                                          -rw-r--r--    1 root     root          4540 Dec 21 23:17 /etc/cmh/user_data.json.lzo.3
                                          -rw-r--r--    1 root     root          4541 Dec 21 21:53 /etc/cmh/user_data.json.lzo.4
                                          -rw-r--r--    1 root     root          4547 Dec 21 21:23 /etc/cmh/user_data.json.lzo.5
                                          -rw-r--r--    1 root     root            21 Dec 20 17:14 /etc/cmh/users.conf
                                          -rw-r--r--    1 root     root            20 Dec 20 17:14 /etc/cmh/users.conf.timestamp
                                          -rw-r--r--    1 root     root             3 Aug 22 08:36 /etc/cmh/vera_model
                                          -rw-r--r--    1 root     root             9 Dec  9 09:30 /etc/cmh/version
                                          -rw-r--r--    1 root     root             9 Dec 21 21:24 /etc/cmh/version_latest
                                          -rw-r--r--    1 root     root             5 Dec 31  1999 /etc/cmh/zigbee_version
                                          -rw-r--r--    1 root     root             8 Dec 22 04:17 /etc/cmh/zwave_house_id
                                          -rw-r--r--    1 root     root             3 Dec 31  1999 /etc/cmh/zwave_locale
                                          -rw-r--r--    1 root     root            48 Dec 21 01:56 /etc/cmh/zwave_version
                                          
                                          /etc/cmh/orig:
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 devices
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 first_boot
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 fresh_install
                                          -rw-r--r--    1 root     root             0 Dec  9 09:30 scenarios
                                          -rw-r--r--    1 root     root           520 Dec  9 09:30 user_data.json.lzo
                                          
                                          /etc/cmh/wan_failover:
                                          -rw-r--r--    1 root     root            44 Jul 22 09:31 check_internet.hosts
                                           <0x77229520>
                                          

                                          The things that say TempLogFileSystemFailure are a bit of a red flag for me.

                                          Also, here is a log of what happens when I hit the start button to start inclusion.

                                          
                                          50	12/22/16 6:12:44.804	luup_log:9: Arduino: Requesting status for: 20;2 <0x74229520>
                                          08	12/22/16 6:12:45.587	JobHandler_LuaUPnP::HandleActionRequest device: 9 service: urn:upnp-arduino-cc:serviceId:arduino1 action: StartInclusion <0x75429520>
                                          08	12/22/16 6:12:45.588	JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=9 <0x75429520>
                                          08	12/22/16 6:12:45.588	JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:upnp-arduino-cc:serviceId:arduino1 <0x75429520>
                                          08	12/22/16 6:12:45.588	JobHandler_LuaUPnP::HandleActionRequest argument action=StartInclusion <0x75429520>
                                          50	12/22/16 6:12:45.590	luup_log:9: Arduino: Sending: 0;0;3;0;5;1 <0x77bf1320>
                                          04	12/22/16 6:12:45.593	 <0x77bf1320>
                                          50	12/22/16 6:12:46.361	luup_log:9: Arduino: Log: TSP:MSG:READ 20-20-0 s=3,c=2,t=47,pt=0,l=0,sg=0: <0x74229520>
                                          

                                          It looks as if inclusion mode is starting, but nothing is happening.

                                          Maybe one of you has some insight as to what all of this information means.

                                          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

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


                                          22

                                          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