thingpedia-common-devices icon indicating copy to clipboard operation
thingpedia-common-devices copied to clipboard

Thingpedia interface code for commonly used devices

Results 78 thingpedia-common-devices issues
Sort by recently updated
recently updated
newest added

``` # main U: set my bedside lamp to red UT: $dialogue @org.thingpedia.dialogue.transaction.execute; UT: @org.thingpedia.iot.light-bulb(name="bedside lamp").color_loop(); C: $dialogue @org.thingpedia.dialogue.transaction.execute; C: @org.thingpedia.iot.light-bulb(id="io.home-assistant/http://supervisor/homeassistant/light.bedside_lamp"^^tt:device_id("Bedside Lamp")).color_loop() C: #[results=[]]; A: I colored loop the Bedside...

ready-for-qa

Maybe more of a design decision than a bug, but due to how the Yelp skill is currently implemented, search results change after a filter is added in the next...

bug
release: main
P3

Despite merging #281 and retraining, I can't seem to get any weather forecast command to work. I think having two functions for weather forecast is a problem. We should remove...

bug
release: main
ready-for-qa

A long time ago we used to have these properties. If they are available in the API, we should include them so people can ask for a "fast song"

enhancement
new-function
release: main
P3

Instead of whatever is left in the "online" set in dev Almond, which is likely incomplete and mostly useless. Plus if we do this we can get rid of the...

enhancement
P2

So the user can say "stop" and then resume playing news without playing any article that was already played.

bug
release: main
P3

"get news about coronavirus" parses to `@com.smartnews.article() filter source =~ "coronavirus";` (wrong) "get news from yesterday" parses to `@com.smartnews.article() filter date == $start_of(day) - 1day;` (kind of wrong), then returns...

bug
release: main
P3

Because it goes through the whole S3 file, and streaming the file is very slow.

bug
release: main
P3

These commands are parsed (correctly) to `monitor(@org.thingpedia.builtin.thingengine.builtin.get_gps()), location == $location.home`. But get_gps does not work at all in any currently supported Almond (current location is always Unknown or a fixed...

bug
release: main
P3

Owlbot is a disaster: - they miss a lot of really common words - they have bot detection and show a captcha page randomly (on an API???) - they have...

bug
release: universe
P3