GithubHelp home page GithubHelp logo

Comments (24)

n3roGit avatar n3roGit commented on June 14, 2024

Same here! I have removed all devices in alexa but can't find the buttons anymore

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

The buttons are still found in my environment. Only the operation does not work anymore. Here is an example of my buttons for a roller shutter.

{
"id": "roll1wohnzimmer",
"name": "Rollo 1 Wohnzimmer",
"class": "HomeduinoRFButtonsDevice",
"buttons": [
{
"id": "roll1-up",
"text": "1 auf",
"protocols": [
{
"name": "shutter3",
"options": {
"id": "128457090",
"channel": "1",
"command": "up"
},
"rfrepeats": 2
}
]
},
{
"id": "roll1-stop",
"text": "1 stop",
"protocols": [
{
"name": "shutter3",
"options": {
"id": "128457090",
"channel": "1",
"command": "stop"
},
"rfrepeats": 2
}
]
},
{
"id": "roll1-down",
"text": "1 ab",
"protocols": [
{
"name": "shutter3",
"options": {
"id": "128457090",
"channel": "1",
"command": "down"
},
"rfrepeats": 2
}
]
}
],
"echo": {
"additionalNames": [],
"active": true,
"hueType": "Switch"
}
},

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

It works great again in version 0.4.3. Thank you

from pimatic-echo.

n3roGit avatar n3roGit commented on June 14, 2024

i still cant find my button device:

{
      "buttons": [
        {
          "id": "chill",
          "text": "Gemütlich"
        },
        {
          "id": "bright",
          "text": "Hell"
        },
        {
          "id": "dark",
          "text": "Dunkel"
        }
      ],
      "echo": {
        "additionalNames": [],
        "active": true,
        "hueType": "Switch"
      },
      "id": "szenen",
      "name": "Szenen",
      "class": "ButtonsDevice"
    }

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

Please try to remove the devices from Alexa again before and make sure you are using version 0.4.3.

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

@n3roGit Oh and please remove the hueType config property. This was a temporal property from another fork of pimatic-echo, which never made it to my repo.

from pimatic-echo.

n3roGit avatar n3roGit commented on June 14, 2024

Hi =)

i have done both but still cant find device :(

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

@mathiaslehmann Did you remove the buttons device when testing? If yes then, @n3roGit, its not the same problem.

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

@n3roGit Do you have the same problems as in #16 ?

from pimatic-echo.

n3roGit avatar n3roGit commented on June 14, 2024

I don't think so. I proceeded as follows.

pimatic update
restart
delete all devices in alexa
search for new devices in alexa

I'll find some devices. but not the buttons

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

@n3roGit What type of devices does your echo find?

from pimatic-echo.

n3roGit avatar n3roGit commented on June 14, 2024

WeMo and Lux Light devices. But no WeMo(Button) Device anymore

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

Are you also using a new Echo 2? This ticket was initially about buttons that can be found but cannot be switched anymore.

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

Have just tested times.

All devices deleted in Alexa. Then search for devices. At first only all devices of the type "Lux Light" are found. New search started, now devices of the type "WeMo Switch" are added in the device list. But not all. I have two missing. Had to re-search several times in the Alexa until all devices were there.

I tried again. All devices deleted. Search for new devices in the Alexa. Now some "WeMo Switch" devices are found. But not all. Search again, no new devices will be found. After a short wait, new search. All devices of the type "Lux Light" come to it. I then repeated it until all devices were in the list.

Have an Echo Dot 2nd generation. In the device configurations in Pimatic I have everywhere removed the parameter "hueType".

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

I have just noticed that always some devices in the list in Alexa are marked as offline. But they all work wonderfully.

Am logged in at "https://alexa.amazon.de/" on Echo.

image

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

Thats just the WeMo switches. I guess these are all ButtonsDevices?

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

Looks like i have to revert to version 0.4.1 for now.

from pimatic-echo.

n3roGit avatar n3roGit commented on June 14, 2024

i have the same like mathiaslehmann! but after multiple searches my wanted button device is still noch there

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

Please try the version 0.4.4

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

In version 0.4.4. the behavior of the search is the same as in 0.4.3.

In principle, everything works great. There are only the difficulties in the search. Once you have found all the devices, they also work great.

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

@mathiaslehmann So for you you the search for buttons is working (at least sometimes)?

from pimatic-echo.

mathiaslehmann avatar mathiaslehmann commented on June 14, 2024

Ich schreibe jetzt mal auf Deutsch, ich hoffe das ist okay.
Die Suche funktioniert soweit. Nur werden nicht alle Geräte gefunden wenn die Suche einmal ausgeführt wird. Mal fehlen die Knöpfe (WeMo Switch), mal die Dimmer (Lux Light). Mir kommt es so vor, dass es davon abhängig ist zu welchem Zeitpunkt gesucht wird. Die mehrfache Suche sorgt am Ende dafür das alle Geräte zur Verfügung stehen. Hat man dann mal alle Geräte in Alexa zusammen, funktionieren alle auch wunderbar und können per Sprachbefehl gesteuert werden. Das Problem ist in der Version 0.4.4 geblieben.

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

The next release will switch back to hue lights emulation only. It seems that WeMo switches are not working properly

from pimatic-echo.

michbeck100 avatar michbeck100 commented on June 14, 2024

I'm closing this for now. If there are still any problems with the next release, please reopen

from pimatic-echo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.