-
On a pin change this code sample toggles the LED but never outputs "got here".
```python
from machine import Pin, lightsleep
p25 = Pin(25, Pin.OUT)
p0 = Pin(0, Pin.IN, Pin.PULL_UP)
def foo(_):
…
-
### Is your question request related to a specific component?
VictoriaMetrics
### Describe the question in detail
I'm migrating from InfluxDB to VictoriaMetrics and i have some questions regarding …
-
**Is your feature request related to a problem? Please describe.**
Some functions is not ZCL R8 compatible and is not working.
**Describe the solution you'd like**
Adding support for missing funct…
-
## The problem
Add support for Honiture G20 robot vacuum cleaner.
This is very close to working but a few of the status/states don't seem to be correct.
## Environment
- Localtuya version: HAC…
-
### The problem
Shelly Plus Smoke is configured in the HA as a device but it is not showing any entity:
![image](https://github.com/home-assistant/core/assets/378158/652b5c9f-23c2-4d61-b4a9-27c4fb…
-
### Problem description
Hi,
I have device SPM02-D2TZ:
![obraz](https://github.com/zigpy/zha-device-handlers/assets/89449622/7cb7dda5-234a-4fdc-b9e2-664497a933c9)
Device connects to zigbee netw…
-
I tried writing a program structured like so
``` c++
GSMSSLClient client;
void setup() {
/* ... */
client.connect(host, 443);
/* ... */
}
void loop() {
unsigned long now;
int s…
-
🤓Me: Okay..the first step is really getting to know the device we are dealing with. That means diving into the datasheets and making sure I understand the communication protocols, whether it is I2C, S…
-
First of: great Project. I was about to build basically exactly the same, but for the ventilation of a server cabinet.
I have made some considerations in the past about the requirements for such a…
-
A couple of years ago I fell in love with ESP32. Loved it, loved it, loved it (still do). I tinkered, I created a repo for snippets for samples ... primarily for my own benefit. When I would post t…