Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
  1. Home
  2. Hardware
  3. Z-Wave.me
  4. Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge
Z-Wave Future....
DesTD
https://forum.z-wave.me/viewtopic.php?f=3417&t=36140 That's not a good thing I think Time to switch again?
Z-Wave.me
UZB/RaZberry Firmwares - Update
S
Topic thumbnail image
Z-Wave.me
Docker container for Z-Way
S
Hey guys ... I've started creating a Docker container for Z-Way. I was previously using the Razberry2 but found it a bit slow on my Raspberry Pi 3. I could upgrade to a Raspberry Pi 4 but since I already run a dedicated Linux server and many Docker containers I thought it might make more sense to run Z-Way on there. GitHub: https://github.com/sofakng/docker-zway DockerHub: https://hub.docker.com/repository/docker/sofakng/zway This container is based on other containers that are no longer updated: (ruimarinho/docker-z-way) and (EugenMayer/docker-image-zway) I'd love to hear feedback and any improvements that might be needed. One thing I want to add immediately is to separate the configuration files from the Docker volume but it looks like Z-Way has several user configuration files/directories? $ZWAY_DIR/config/Configuration.xml $ZWAY_DIR/config/Rules.xml $ZWAY_DIR/config/maps $ZWAY_DIR/config/zddx $ZWAY_DIR/automation/user_syscommands $ZWAY_DIR/automation/storage $ZWAY_DIR/automation/userModules $ZWAY_DIR/htdocs/smarthome/user $ZWAY_DIR/config.xml
Z-Wave.me
Migration to Virtualisation
CatmanV2C
Not 100% sure this is the best place, but this seems to be the sticking point. Background: My NotVera system has been working perfectly now for some years. USB Z wave stick in an old Intel NUC. The NUC has a bare metal install of Debian buster, and on that we have: Z-wave Smart Home OpenLuup AltUI MSR Mosquito server Home Automation Bridge. I also have a bare metal Raspian install of Home Assistant running on a Pi Due to my Buffalo Linkstation doing some odd stuff (like suddenly disconnecting, while maintaining everything was fine) I bit the bullet and bought a Synology DS224+ Now, given the age of my NUC I'm thinking that I should probably start thinking about how to replace / safeguard it. Pretty happy that I can make an image of the existing disk and drop it onto a virtual machine in the Synology, or re-install / restore or do some other things (not decided what yet) but I get stuck on the USB dongle. Can I connect that to a VM on the NAS, or do I need another solution? TIA C
Z-Wave.me
Razberry firmware upgrade from 5.04 to 5.27
S
I have a Razberry v2 with firmware v5.04, and Bootloader v8aaa with CRC 35498 (I did manage to upgrade to this version using the "ZMESerialUpdater" tool ). I want to upgrade the firmware to v5.27, which Z-Wave.me Support say is the newest version that my hardware can handle without bricking it. Firmware v5.27 introduces the Analytics tab, according to Poltos, which is what I want. I have been studying the firmware map (https://service.z-wave.me/expertui/uzb-stats/versions-graph.html?with_hidden) which I sort-of understand. I have also got the "ZMESerialUpdater" tool to do the update, and could use it if I knew which binaries to use. My question is, what firmware update route do I use to get from v5.04 to v5.27? What exactly are the URLs of the binaries (as in "UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin")? Somewhat confused! ScotsDon
Z-Wave.me
UZB Firmware update failed!
D
Topic thumbnail image
Z-Wave.me
Z-Wave RF optimization
rafale77R
Topic thumbnail image
Z-Wave.me
Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge
E
Topic thumbnail image
Z-Wave.me
z-way-server new release
rafale77R
Lagging a little here but I just upgraded my z-way-server version and couldn't find much information on their website or even forum. https://storage.z-wave.me/z-way-server/ What is interesting for the ubuntu/debian version is that it is now released as a .deb package making upgrades much easier. I just downloaded the package and ran: dpkg -i z-way-*.deb and nothing else. The previous versions required some manual work since it was just a bunch of files for us to overwrite our installations. From the release note, there could be interesting things for some folks here. It is a pretty long list compared to the previous incremental release.
Z-Wave.me
Z-way backup strategy
A
For all systems backup is a vital part of the long-term usability. I thought that I describe my set up with Z-way so far. Hopefully others can fill in with their backup thoughts as well. I am sure that there are much more streamlined ways of doing this and hope to learn from you all. I run Z-way on a Raspberry Pi 3B+ with a daughter RaZberry card. In order to reduce the risk of getting corrupt SD cards I have it running off an SSD. So far this works very well. Setting it up was really easy just reading a standard Raspbian image onto the SSD. The only minor obstacle was that I had to test a few old 2.5" enclosures to find one that the Pi liked. The Pi is then also powered via an UPS, hopefully this will avoid problems in the event of power outages. In order to backup Z-way I have so far done manual backups from the regular Smarthome backup & restore function creating .zab files and from the Expert UI creating .zbk files. As far as I have understood the .zab files which are bigger contain more information than the .zbk files. The strategy so far has been to make backup files after each inclusion/exclusion. Also before updating Z-way. I have yet to test restoring from these files. From Smarthome it is also possible to set up cloud backup. I have not yet set up this as I need to decide that it is safe enough to do so. On the other hand I had this set up on my two Veras. It would have been nice to be able to schedule a local backup of Z-way instead of having to put them in the cloud, perhaps from OpenLuup via the Z-way bridge? In addition to the built in backup function I try to do complete image copies of the SD cards on my Pi's with Win32DiskImager. When I moved to an SSD the image file grew to the size of the SSD since it is a raw copy including all the empty space. Image files of 160GB are not practical to handle so I found a good instruction on how to shrink the .img file with Gparted in Linux: https://steemit.com/raspberrypi/@wizzle/shrink-raspberry-pi-images-using-windows-virtualbox-running-raspberry-pi-desktop By shrinking the .img file with Gparted it is now a more reasonable 4GB. These file are stored on my NAS for safekeeping. The strategy here so far is to make a new image file before updating Z-way and to use these in combination with more frequent Z-way backups. I have tested restoring a Gparted shrinked .img file to the SSD when my Z-way for some strange reason became unreachable through the regular UI but remained reachable through the Expert UI. Always good to test the restore function and to see that it works. The downside of the .img strategy is that I need to power-off the Pi for a while when making the backup. However if the Z-way backup files work then the complete .img backup need not be done so very often. //ArcherS
Z-Wave.me
Z-way video tutorials
P
Have found these videos very informative as a zway(ve) novice .... https://www.youtube.com/watch?v=kW8UXYxSI2k&t=2902s https://www.youtube.com/watch?v=wbNL0ISw58s&t=3230s https://www.youtube.com/watch?v=VU4SXNBfQx4
Z-Wave.me
Lifeline/TKB switches
P
Have a number of TKB plug switches (TZ68) that are not reporting to the controller. Believe they should be associated to Z-Way in Group 1 but am not able to get the devices to report groups in the interview/call for NIF process and so there are no associations possible. Thermosat is telling them to come on/off (hurrah!) but they don't report their on/off status in the gui. In Associations tab: Can not configure associations: groups were not reported by the device. Do interview.
Z-Wave.me
Switched from RaZberry to UZB
K
Night and day difference for me. I think I was getting a lot of interference in my media closet. Devices were very slow to respond and sometimes not at all. Switched to UZB and used a USB extender to place it a good 5 ft from the location of my pi. Now things are fast and reliable.
Z-Wave.me
UZB and Zway server installation
P
(Solved - presume pijuice hat was upset battery wasn't connected. Took out the plastic protector and UZB now showing. Next - upgrade UZB firmware) Have I missed something? UZB not showing up in Zway ... Downloaded Raspberry Pi Imager and used to set up os (Buster) on an 8gb SD https://www.raspberrypi.org/software/ Then installed Zway from Terminal wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash https://z-wave.me/z-way/download-z-way/ Plugged in UZB Changed port to /dev/ttyACM0 in menu/apps/ZWave network access in basic UI
Z-Wave.me
Rpi kit
P
This arrived today - hope it has enough juice for the uzb. https://coolcomponents.co.uk/products/pijuice-hat-a-portable-power-platform-for-every-raspberry-pi Shame the cases are sold out everywhere.
Z-Wave.me
z-way-server 3.1.0 release
rafale77R
Topic thumbnail image
Z-Wave.me
UZB Long Range
R
Hi guys, Does anyone know if the UZB supports Long Range already? I can't find which chip is in there.
Z-Wave.me
Getting status update from device
DesTD
Probably @rafale77 will jump on this question first I'm using the new model of GE/Jasco switch (they replaced the dead one I got) and the new model is having also S2 security and send instant status update BUT, And probably @rafale77 will say yes, is it possible that interference can do that I'm missing some instant update status ? Often, I'm having the wrong status in the zwave.me web interface...and even clicking the icon, the status didn't changed to right one. I also try to do some "On/Off" using the web interface, and the device itself physically, toggle without a problem, but the web interface is still no correct.
Z-Wave.me
Add Indicator commandClass to zNode metric
R
I'm trying to monitor the indicator command class of a 5 button scene controller in Z-Way so openluup can properly create and track it. seems like Z-Way COMMAND_CLASS_INDICATOR (0x87 or 135) are not being monitored by the ZWave module as I couldn't find anything for this command class in (/z-way-server-path/automation/modules/ZWave/index.js) When a Get or Set Indicator command class request is sent to the controller. ZSniffer picks up the request and response just fine although this packets are not being monitored by the zwave module Example: ZWayIP:8083/ZWaveAPI/Run/SendData(NodeID,[ Command_Class, Instance, Value ]) ZWayIP:8083/ZWaveAPI/Run/SendData(2,[ 0x87, 0x01, 0x01 ]) (Hexa) ZWayIP:8083/ZWaveAPI/Run/SendData(2,[ 135, 1, 1 ]) (Decimal) the answer looks like: [2020-04-24 19:59:36.261] [I] [zway] Waiting for job reply: Indicator Get [2020-04-24 19:59:36.281] [D] [zway] RECEIVED: ( 01 0B 00 04 00 02 03 87 03 01 B6 00 C2 ) [2020-04-24 19:59:36.281] [D] [zway] SENT ACK I’d like to store the Indicator response “RECEIVED” correctly. I believe by modifying the index.js of the zwave module could do the trick and once the module start tracking the indicator command class values as a metric then openluup's z-way plugin would properly track any changes as well. I'm wondering if anyone around here could share any thoughts or comments that could make it easier...
Z-Wave.me
Aeon Multisensor 6 issue
PerHP
Posting here, as the z-wave.me forum seems desolated.. I have two multisensor 6 sensors, and one of them is not sending motion sensor updates? Looking at the configuration, they are both registered as battery sensors for som reason, even if they are USB powered. They respond quickly to parameter changes, except for parameter 100 and 110, that will not update. Any clues? How do i convince the controller that they are USB powered?
Z-Wave.me

Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge

Scheduled Pinned Locked Moved Z-Wave.me
27 Posts 4 Posters 3.5k Views 4 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.
  • E Offline
    E Offline
    Edwin1972
    wrote on last edited by Edwin1972
    #1

    I have installed my UZB1 stick on my RP4 and want to megrate my device form my Vera to z-way. Now I want to use my Roller shutter 2 in z-way.mev as a scene controller. This is activated by 2x / 3x clicks on the switch. This works perfectly with vera (verabridge) in openluup and reactor using variable LastSceneID and LastScenetime.

    56982a19-5d9a-44cf-9888-bed4e8866877-image.png

    Fibaro documentation:
    1703e550-dedc-482c-832e-b23ac5206f6e-image.png

    When using z-way.me and z-way bridge it works differently. In reactor I see the variable below. I don't know how to use it. Maybe someone else can help me.

    2c5e2521-4803-490a-81d4-5d4fc31b5c18-image.png

    A rafale77R 2 Replies Last reply
    0
    • E Edwin1972

      I have installed my UZB1 stick on my RP4 and want to megrate my device form my Vera to z-way. Now I want to use my Roller shutter 2 in z-way.mev as a scene controller. This is activated by 2x / 3x clicks on the switch. This works perfectly with vera (verabridge) in openluup and reactor using variable LastSceneID and LastScenetime.

      56982a19-5d9a-44cf-9888-bed4e8866877-image.png

      Fibaro documentation:
      1703e550-dedc-482c-832e-b23ac5206f6e-image.png

      When using z-way.me and z-way bridge it works differently. In reactor I see the variable below. I don't know how to use it. Maybe someone else can help me.

      2c5e2521-4803-490a-81d4-5d4fc31b5c18-image.png

      A Offline
      A Offline
      ArcherS
      wrote on last edited by
      #2

      @edwin1972 I do not have the same device, but I have added logic to capture clicks/doubble-clicks etc from a Remotec ZRC-90. The logic has the same structure as your Vera screenshow, using "updates" and the pressed value.

      For my ZRC-90 the values when pressing the buttons in Vera were not the same as in Z-way. Also the names of the variables could be different.
      What you can do is to add the device and all variables to a condition in Reactor. You should then be able to find out how they change when pressing the buttons in various ways since the current value to each varible is shown to the right. Hopefully that helps, if not it could be that something needs to be added to the bridge to fully map the variables and them being updated for the Fibaro.

      Here is an old thread on the ZRC-90, it could perhaps be of some assistance.

      1 Reply Last reply
      0
      • akbooerA Offline
        akbooerA Offline
        akbooer
        wrote on last edited by
        #3

        A warning about any variables from the ZWay bridge which start with zway_ ...

        ...they are only really there for development purposes, and they are special, in that they do not trigger a watch when their value is changed. For any recognised device, their values should get translated into more familiar serviceId/variable names which are able to be watched for changes.

        1 Reply Last reply
        1
        • E Edwin1972

          I have installed my UZB1 stick on my RP4 and want to megrate my device form my Vera to z-way. Now I want to use my Roller shutter 2 in z-way.mev as a scene controller. This is activated by 2x / 3x clicks on the switch. This works perfectly with vera (verabridge) in openluup and reactor using variable LastSceneID and LastScenetime.

          56982a19-5d9a-44cf-9888-bed4e8866877-image.png

          Fibaro documentation:
          1703e550-dedc-482c-832e-b23ac5206f6e-image.png

          When using z-way.me and z-way bridge it works differently. In reactor I see the variable below. I don't know how to use it. Maybe someone else can help me.

          2c5e2521-4803-490a-81d4-5d4fc31b5c18-image.png

          rafale77R Offline
          rafale77R Offline
          rafale77
          wrote on last edited by
          #4

          @edwin1972

          I think it works the same, It is just that z-way bridge has not yet been set up to port these variables/command classes to openLuup. I may take a deeper look when I get some more time. It is a busy weekend for me this week.

          1 Reply Last reply
          0
          • E Offline
            E Offline
            Edwin1972
            wrote on last edited by
            #5

            thanks all for quick response. @rafale77 it's has no rush so I respect your time

            rafale77R 1 Reply Last reply
            0
            • E Edwin1972

              thanks all for quick response. @rafale77 it's has no rush so I respect your time

              rafale77R Offline
              rafale77R Offline
              rafale77
              wrote on last edited by
              #6

              @edwin1972

              Just looking quickly into it: From the documentation you shared, there are several operating modes to this switch which you need to setup using the user configuration parameter 14 and/or 10.
              1.What configuration are you using for these 2 parameters? (maybe look at the expertUI into the expert command screen and look for the configurations)
              2.Depending on the configuration used, the behavior should then be identical to the vera: It should report that the scene was activated using the LastSceneTime called LastUpdate in zway but associated with the specific scene number 12, 13, 14 or 16 (hold/release/2xclick/1xclick) which is where you should see the event. Oddly the z-way bridge, and therefore z-way, is posting scene codes 14, 16, 24, 25 and 26 but I have not read the full documentation. It would be interesting to see if you see any of these variables update in z-way when you activate each scene event from the scene controller.

              1 Reply Last reply
              0
              • E Offline
                E Offline
                Edwin1972
                wrote on last edited by Edwin1972
                #7

                I have set the following parameters in Vera

                14c341f7-7819-4846-8629-de76a4a229cb-image.png

                I have set the following parameters in Z-wave.me

                c363e1eb-cf93-4420-ace3-d180bd92f160-image.png

                By scene activation, z-way.me created a number of buttons like this. When I press this button, the relevant scene is activated. In ReactorOpenLuup The variable zway_Remote_2-0-0-14-S_LastUpdate change but the variable zway_Remote_2-0-0-14-S stays ON. None of the variables change to the value of sceneID (14,16,24,25 or 26)

                c72bedae-763f-42a6-9d06-98aa7aff8b9a-image.png

                rafale77R 1 Reply Last reply
                0
                • E Edwin1972

                  I have set the following parameters in Vera

                  14c341f7-7819-4846-8629-de76a4a229cb-image.png

                  I have set the following parameters in Z-wave.me

                  c363e1eb-cf93-4420-ace3-d180bd92f160-image.png

                  By scene activation, z-way.me created a number of buttons like this. When I press this button, the relevant scene is activated. In ReactorOpenLuup The variable zway_Remote_2-0-0-14-S_LastUpdate change but the variable zway_Remote_2-0-0-14-S stays ON. None of the variables change to the value of sceneID (14,16,24,25 or 26)

                  c72bedae-763f-42a6-9d06-98aa7aff8b9a-image.png

                  rafale77R Offline
                  rafale77R Offline
                  rafale77
                  wrote on last edited by
                  #8

                  @edwin1972

                  @edwin1972 said in Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge:

                  By scene activation, z-way.me created a number of buttons like this. When I press this button, the relevant scene is activated. In ReactorOpenLuup The variable zway_Remote_2-0-0-14-S_LastUpdate change but the variable zway_Remote_2-0-0-14-S stays ON. None of the variables change to the value of sceneID (14,16,24,25 or 26)

                  I am not using my scene controllers to trigger scenes but as direct association buttons to turn on and off groups of devices so forgive my ignorance. My understanding of how the scene controllers work is that when you physically toggle a scene, it will just send a command class to update the LastUpdate variable. The zway_remote_xxx is a virtual device attempting to represent the scene as a button. The fact that it stays on is expected (I think the vera used to do the same thing as you would have to trigger an off scene to turn the button off) as the fibaro doesn't have a corresponding off scene. There may be a plugin for this specific type of scene controller on z-way to make the virtual device turn off some time after it triggers.

                  Now, if like me you don't use the z-way smarthome interface and will be interracting with openLuup, then the variable zway_Remote_2-0-0-14-S_LastUpdate getting updated is the only thing which is needed to trigger your scene. You could just add a variable watch on this variable for the specific scene you want to trigger on openLuup and do the same for each specific variable. Am I missing something?

                  akbooerA 1 Reply Last reply
                  0
                  • rafale77R rafale77

                    @edwin1972

                    @edwin1972 said in Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge:

                    By scene activation, z-way.me created a number of buttons like this. When I press this button, the relevant scene is activated. In ReactorOpenLuup The variable zway_Remote_2-0-0-14-S_LastUpdate change but the variable zway_Remote_2-0-0-14-S stays ON. None of the variables change to the value of sceneID (14,16,24,25 or 26)

                    I am not using my scene controllers to trigger scenes but as direct association buttons to turn on and off groups of devices so forgive my ignorance. My understanding of how the scene controllers work is that when you physically toggle a scene, it will just send a command class to update the LastUpdate variable. The zway_remote_xxx is a virtual device attempting to represent the scene as a button. The fact that it stays on is expected (I think the vera used to do the same thing as you would have to trigger an off scene to turn the button off) as the fibaro doesn't have a corresponding off scene. There may be a plugin for this specific type of scene controller on z-way to make the virtual device turn off some time after it triggers.

                    Now, if like me you don't use the z-way smarthome interface and will be interracting with openLuup, then the variable zway_Remote_2-0-0-14-S_LastUpdate getting updated is the only thing which is needed to trigger your scene. You could just add a variable watch on this variable for the specific scene you want to trigger on openLuup and do the same for each specific variable. Am I missing something?

                    akbooerA Offline
                    akbooerA Offline
                    akbooer
                    wrote on last edited by
                    #9

                    @rafale77 said in Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge:

                    the variable zway_Remote_2-0-0-14-S_LastUpdate getting updated is the only thing which is needed to trigger your scene. You could just add a variable watch on this variable for the specific scene you want to trigger on openLuup and do the same for each specific variable. Am I missing something?

                    see:

                    @akbooer said in Use Scenes (2x/ 3x click) from Fibaro Roller Shutter 2 in openluup with zway bridge:

                    A warning about any variables from the ZWay bridge which start with zway_ ...

                    ...they are only really there for development purposes, and they are special, in that they do not trigger a watch when their value is changed. For any recognised device, their values should get translated into more familiar serviceId/variable names which are able to be watched for changes.

                    1 Reply Last reply
                    1
                    • rafale77R Offline
                      rafale77R Offline
                      rafale77
                      wrote on last edited by
                      #10

                      Ahh ok, I'll get on it then. Should be tomorrow or so.

                      1 Reply Last reply
                      0
                      • akbooerA Offline
                        akbooerA Offline
                        akbooer
                        wrote on last edited by
                        #11

                        No, no. This should NOT be changed. But if you're converting that to an 'ordinary' variable, that's fine.

                        1 Reply Last reply
                        0
                        • rafale77R Offline
                          rafale77R Offline
                          rafale77
                          wrote on last edited by
                          #12

                          Yes, That's how I understood it 👅 . I was not going to change the generic behavior... just adding support to the command class.

                          1 Reply Last reply
                          1
                          • rafale77R Offline
                            rafale77R Offline
                            rafale77
                            wrote on last edited by rafale77
                            #13

                            Not owning the device or anything similar is making things a bit complicated. I am taking guesses here:
                            @akbooer, this device is reporting a command class 0 which should be recognized by the bridge correctly as a scene controller. However it needs to create multiple "sl_SceneActivated" and "LastSceneTime" variables corresponding to instance 0, then for each of the meta 14, 16, 24, 25 and 26 which correspond to "scene numbers".

                            @Edwin1972, for a start, can you make sure the the bridged device on openLuup uses this device_file "D_SceneController1.xml" as its attribute? There is a possibility that this alone will get you very close to the finish line.

                            1 Reply Last reply
                            0
                            • E Offline
                              E Offline
                              Edwin1972
                              wrote on last edited by
                              #14

                              I am not familiar with this . I don't understand what you want to know. I would like to provide you with information, but I do not quite understand what you are asking. Can you give me some more detail how to give your requested information.

                              These are my settings:
                              d9021628-8195-4db7-b175-2b59a90866db-image.png

                              1 Reply Last reply
                              0
                              • rafale77R Offline
                                rafale77R Offline
                                rafale77
                                wrote on last edited by rafale77
                                #15

                                Yes! This is very helpful. Now the only confusion I have is about how you intend on using this controller. Is it still intended to be a roller shutter switch + scene capability or are you intending for it to become a scene controller?

                                Edit: Try the file below which should enable at least the scene last update variable to get updated. Ideally it would be better to create a child device for the scene controller portion of it but for now it adds new variables to the windowcovering device. I also don't know how it handles multiple "scene" containers as it should be creating one variable for each but some additional changes may be required to make that happen.

                                L_ZWay2.lua 2.zip

                                E 2 Replies Last reply
                                0
                                • rafale77R rafale77

                                  Yes! This is very helpful. Now the only confusion I have is about how you intend on using this controller. Is it still intended to be a roller shutter switch + scene capability or are you intending for it to become a scene controller?

                                  Edit: Try the file below which should enable at least the scene last update variable to get updated. Ideally it would be better to create a child device for the scene controller portion of it but for now it adds new variables to the windowcovering device. I also don't know how it handles multiple "scene" containers as it should be creating one variable for each but some additional changes may be required to make that happen.

                                  L_ZWay2.lua 2.zip

                                  E Offline
                                  E Offline
                                  Edwin1972
                                  wrote on last edited by Edwin1972
                                  #16

                                  @rafale77 I had found time again to get started with your answer. I have been getting the error message below for 3 days

                                  6ed38ec9-b664-4fca-8e5a-eea42c76d6ee-image.png

                                  7ee0d769-2f85-4a1e-bc11-907333a60702-image.png

                                  I log in with admin and password but does not give a result.
                                  I can just log in to z-way.me and the devices will do their job.

                                  1 Reply Last reply
                                  0
                                  • rafale77R rafale77

                                    Yes! This is very helpful. Now the only confusion I have is about how you intend on using this controller. Is it still intended to be a roller shutter switch + scene capability or are you intending for it to become a scene controller?

                                    Edit: Try the file below which should enable at least the scene last update variable to get updated. Ideally it would be better to create a child device for the scene controller portion of it but for now it adds new variables to the windowcovering device. I also don't know how it handles multiple "scene" containers as it should be creating one variable for each but some additional changes may be required to make that happen.

                                    L_ZWay2.lua 2.zip

                                    E Offline
                                    E Offline
                                    Edwin1972
                                    wrote on last edited by Edwin1972
                                    #17

                                    @rafale77 It was still the intention to use both the roller shutter switch + scene controller. Vera with Reactor can handle it.
                                    When the login error is resolved I will use the zip file

                                    1 Reply Last reply
                                    0
                                    • rafale77R Offline
                                      rafale77R Offline
                                      rafale77
                                      wrote on last edited by
                                      #18

                                      The authentication problem is likely an expired token...

                                      1 Reply Last reply
                                      1
                                      • E Offline
                                        E Offline
                                        Edwin1972
                                        wrote on last edited by
                                        #19

                                        Thanks for your comment. I do not understand what you mean. Maybe you know how to fix this.

                                        rafale77R 1 Reply Last reply
                                        0
                                        • E Edwin1972

                                          Thanks for your comment. I do not understand what you mean. Maybe you know how to fix this.

                                          rafale77R Offline
                                          rafale77R Offline
                                          rafale77
                                          wrote on last edited by
                                          #20

                                          @edwin1972

                                          You may have forgotten how to establish a login session:
                                          You need to go under the openLuup console and use the action screen of the z-way bridge in the console.

                                          Screen Shot 2021-04-02 at 5.12.15 AM.png

                                          This will log you in. Then to prevent your security token from expiring, you need to go make it permanent by going into the z-way smart home UI under options/my settings and click on the hour glass for the token you just established to make it an infinite loop:

                                          Screen Shot 2021-04-02 at 5.12.47 AM.png

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


                                          Recent Topics

                                          • Advice reqeusted to migrate MSR from Bare Metal to Container
                                            T
                                            tamorgen
                                            0
                                            5
                                            43

                                          • Reactor (Multi-System/Multi-Hub) Announcements
                                            toggledbitsT
                                            toggledbits
                                            5
                                            122
                                            35.4k

                                          • Z-Wave Future....
                                            CatmanV2C
                                            CatmanV2
                                            0
                                            5
                                            131

                                          • Can´t restart or upgrade/deploy MSR
                                            toggledbitsT
                                            toggledbits
                                            0
                                            4
                                            86

                                          • [Solved] Limit HA Entity in MSR
                                            wmarcolinW
                                            wmarcolin
                                            0
                                            7
                                            191

                                          • Disaster recovery and virtualisation
                                            CatmanV2C
                                            CatmanV2
                                            0
                                            5
                                            662

                                          • Remote access of Zwave stick from Z-wave server
                                            CatmanV2C
                                            CatmanV2
                                            0
                                            3
                                            384

                                          • Organizing/ structuring rule sets and rules
                                            G
                                            gwp1
                                            0
                                            5
                                            374

                                          • Moving MSR from a QNAP container to RP 5 - some issues
                                            G
                                            gwp1
                                            0
                                            5
                                            346

                                          • Widget deletion does not work and landing page (status) is empy
                                            G
                                            gwp1
                                            0
                                            4
                                            338

                                          • Need help reducing false positive notifications
                                            T
                                            tamorgen
                                            0
                                            7
                                            520
                                          Powered by NodeBB | Contributors
                                          Hosted freely by 10RUPTiV - Solutions Technologiques | Contact us
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Unsolved