Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Shelly wave 1 PM mini device not configured


Question

Posted

Hi there, i have one shelly wave 1PM mini (

Please login or register to see this link.

) and i try add on HC3 last firmware.

every attempt is useless; it is not recognized, although it works correctly.
I have tried many times but always the same result, device not configured. Same situation on HC3L.
Is there a solution or do I resign myself to having a device that works halfway?
thanks
 

6 answers to this question

Recommended Posts

  • 0
Posted

Same issue here. I actually bought four of them on Amazon during the Black Friday sale.

Please login or register to see this image.

/monthly_2024_11/image.png.f4df6e64e1cc7c9add294019b60bdadf.png" />

  • 0
Posted (edited)

Your module seem to have been included correctly and working, so the information "Non configuré" means that there is not template (in HC3) for this device type.

You can change this information using the Web API for device.

- Launch the Swagger then:

  • in Select a definition choose "devices" in the drop list
  • in the list select GET / devices/{deviceID}

    Please login or register to see this image.

    /monthly_2024_11/image.png.26f6e145ba5f618b1f0774d7f7ab45f1.png" /> and develop it
  • click on the Right top button "Try it out
  • Enter the device ID of the module and press "execute" blueu button
  • You will get a list of data like below (in the example a Qubino flush switch which after inclusion was "Not configured")

Please login or register to see this attachment.

  • Press the copy to clipboard button on the left bottom image.png.4d690296fde5f1c7b1d1b222843d2520.png and use a text editor to be able to change these data (I ma using Notepad++)
  • Look at the Properties/Configured value which must be at "false"

{
  "id": 324,
  "name": "324 AN179 Communs ",
  "roomID": 244,
  "view": [
    {
      "assetsPath": "dynamic-plugins/com.fibaro.binarySwitch",
      "name": "com.fibaro.binarySwitch",
      "translatesPath": "/assets/i18n/com.fibaro.binarySwitch",
      "type": "ts"
    }
  ],
  "type": "com.fibaro.binarySwitch",
  "baseType": "com.fibaro.actor",
  "enabled": true,
  "visible": true,
  "isPlugin": false,
  "parentId": 323,
  "viewXml": false,
  "hasUIView": true,
  "configXml": false,
  "interfaces": [
    "autoTurnOff",
    "fibaroFirmwareUpdate",
    "light",
    "zwave",
    "zwaveAlarm",
    "zwaveSwitchAll"
  ], 

"properties": {
    "parameters": [
      {
        "id": 4,
        "lastReportedValue": 1,
        "lastSetValue": 1,
        "size": 1,
        "value": 1
      }
    ],
    "pollingTimeSec": 0,
    "zwaveCompany": "Everspring",
    "zwaveInfo": "3,3,95",
    "zwaveVersion": "1.2",
    "alarmLevel": 0,
    "alarmType": 0,
    "autoOffDefaultTime": 900,
    "autoOffTimestamp": 0,
    "categories": [
      "lights"
    ],
    "configured": false,
    "dead": false,

               .........

  • Change "configured" to true, copy all the new data in your clipboard
  • Close the swager API GET and develop now the PUT /devices/{deviceID} image.png.3653b0805cbf4f064ec74d677781be6f.png
  •  press Try it Out
  • Then click anywhere in the white window  and type ctrl+a then Supp keys to erase the default data, and ctrp+v to copy in the window your clipboard new data
  • Enter the device ID, then press the Execute blue button and if you get a code response 200, the property of your device will be changed and the "Non configuré" message will disapear.

 

Edited by Christb
  • 0
  • Inquirer
  • Posted
    On 11/28/2024 at 2:11 PM, Christb said:

    Your module seem to have been included correctly and working, so the information "Non configuré" means that there is not template (in HC3) for this device type.

    You can change this information using the Web API for device.

    - Launch the Swagger then:

    • in Select a definition choose "devices" in the drop list
    • in the list select GET / devices/{deviceID}

      Please login or register to see this link.

      and develop it
    • click on the Right top button "Try it out
    • Enter the device ID of the module and press "execute" blueu button
    • You will get a list of data like below (in the example a Qubino flush switch which after inclusion was "Not configured")

    Please login or register to see this attachment.

    • Press the copy to clipboard button on the left bottom

      Please login or register to see this link.

      and use a text editor to be able to change these data (I ma using Notepad++)
    • Look at the Properties/Configured value which must be at "false"

    {
      "id": 324,
      "name": "324 AN179 Communs ",
      "roomID": 244,
      "view": [
        {
          "assetsPath": "dynamic-plugins/com.fibaro.binarySwitch",
          "name": "com.fibaro.binarySwitch",
          "translatesPath": "/assets/i18n/com.fibaro.binarySwitch",
          "type": "ts"
        }
      ],
      "type": "com.fibaro.binarySwitch",
      "baseType": "com.fibaro.actor",
      "enabled": true,
      "visible": true,
      "isPlugin": false,
      "parentId": 323,
      "viewXml": false,
      "hasUIView": true,
      "configXml": false,
      "interfaces": [
        "autoTurnOff",
        "fibaroFirmwareUpdate",
        "light",
        "zwave",
        "zwaveAlarm",
        "zwaveSwitchAll"
      ], 

    "properties": {
        "parameters": [
          {
            "id": 4,
            "lastReportedValue": 1,
            "lastSetValue": 1,
            "size": 1,
            "value": 1
          }
        ],
        "pollingTimeSec": 0,
        "zwaveCompany": "Everspring",
        "zwaveInfo": "3,3,95",
        "zwaveVersion": "1.2",
        "alarmLevel": 0,
        "alarmType": 0,
        "autoOffDefaultTime": 900,
        "autoOffTimestamp": 0,
        "categories": [
          "lights"
        ],
        "configured": false,
        "dead": false,

                   .........

    • Change "configured" to true, copy all the new data in your clipboard
    • Close the swager API GET and develop now the PUT /devices/{deviceID}

      Please login or register to see this link.

    •  press Try it Out
    • Then click anywhere in the white window  and type ctrl+a then Supp keys to erase the default data, and ctrp+v to copy in the window your clipboard new data
    • Enter the device ID, then press the Execute blue button and if you get a code response 200, the property of your device will be changed and the "Non configuré" message will disapear.

     

    Hi i try, i have a code response 200 but device stay not configured...

    • 0
    Posted (edited)
    1 hour ago, Nexus said:

    Hi i try, i have a code response 200 but device stay not configured...

    I have ordered this device and will try to include it once I installed it. Are you on Z wave engine 3?

     

    I see now that you are on HC2?

     

    Please login or register to see this link.

    Edited by Rikbast
    • 0
  • Inquirer
  • Posted
    On 12/2/2024 at 7:01 PM, Rikbast said:

    I have ordered this device and will try to include it once I installed it. Are you on Z wave engine 3?

     

    I see now that you are on HC2?

     

    Please login or register to see this link.

    Hi, i try on HC3, my Hc2 is dead...

    Now i try to include this 

    Please login or register to see this link.

     and it works on engine 2 on HC3 without error 

    now remains a mystery as to why one is included correctly and the other is not.
    If anyone has any suggestions, thank you

    • 0
    Posted (edited)

    Might be too far from your HC3 when including. I can add the device, but not secure, then I need to move the HC3 close and then include. 

    Smart start does not really function that well with Wave 1 PM, tomorrow some more testing with HC3 nearby.

     

    EDIT:

    When you have HC3 near don't use network wide inclusion, that the device will include nicely as secured.

    I see it generates more traffic then the Fibaro single switch, need to play with the parameters too see if I can reduce it

     

    Edited by Rikbast

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...