-
hi there!
I'm working on a garden-related system, and I thought it would be nice to eventually add Web Thing support.
I think adding things by url is really where the power of webthings is, as i…
evert updated
4 years ago
-
I found when setting the value of a zigbee light through the UI, it often took two or more attempts to succeed.
I checked the network tab and it looked like the PUT requests were firing with valid-…
-
I support a number of addons for the Mozilla WebThings Gateway, a user friendly open source smart home controller.
I'm trying to use this USB ReSpeaker v2 with the addons, but I'm running into an i…
-
- [x] [openHAB](https://hub.docker.com/r/openhab/openhab/)
- [x] [Home Assistant](https://hub.docker.com/r/homeassistant/home-assistant)
- [x] [zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mq…
-
Is anyone using WebThings anymore? I mean, this is a pretty fundamental building block and it won't build today.
I'm using Ubuntu 22.04.1 LTS, npm 8.19.2, node v16.18.1.
```
$ sqlite3 -version
…
-
I have set up several rules for my TP-Link / Kasa multicolor bulbs (KL130P2).
ex:
Rule 1: turn Bulb A on at sunset
Rule 2: turn Bulb A off at 12:00
Rule 3: turn Bulb A on if Button 1 is …
-
I posted this issue in the docker image repo (https://github.com/mozilla-iot/gateway-docker/issues/42), but have since found more info on the problem. The `arduino-cli` that comes pre-packaged in the …
-
Would it be possible to define some custom endpoint. I was trying something like:
```c
adapter->server.on("/hello", HTTP_GET, [](AsyncWebServerRequest *request){
request->send(200, "text/pl…
apiel updated
4 years ago
-
As a user I want to add a directory of web things my list of things so that I don't have to manually add each thing in turn.
Implementation of https://w3c.github.io/wot-discovery/#exploration-directo…
-
I've managed to start a wifi hotspot from a Raspberry Pi Gateway while the gateway is itself connected via wifi to my home network. This was done using `hostapd` and `dnsmasq`, and without modifying a…