ofen
ofen
@AlexPotterOnGit You could try similar way as for Pet Water Dispenser but I'm not sure about token flow: - hold hardware button to initialize provisioning mode - device should indicate...
> So here's basically what I want to do: > > ```python > class Collector(object): > async def collect(self): > async with session.get(url) as response: > async for s in...
@ramaro could you please take a look
same on microPython 1.17 ESP8266 ```py res = urequests.post('https://api.telegram.org/bot/sendMessage', data={'chat_id': 12345678, 'text': 'test'}) Traceback (most recent call last): File "", line 1, in File "urequests.py", line 120, in post File...
Is it possible to make it automatically (without manual POD restart)?
Memory leak issue could be related to livenessprobe container version < v2.2.0-eks-1-18-2
It's possible that after connecting to wireless network with internet access the device regenerates it's token and send it to Xiaomi cloud for future use (similar behavior as pet-drinking-fountain). You...
Managed to get new valid token for [mmgg.pet_waterer.s1](https://home.miot-spec.com/spec/mmgg.pet_waterer.s1) from Xiaomi cloud via https://github.com/Squachen/micloud#in-terminal after initial miIO.config_route command
Hi, sorry for late reply. Protobuf redaction with following marshaling performs poorly due to double iteration over nested elements. Internal part that could be used for redaction functionality, but lacks...
I think implementing redaction logic inside protojson serialiser is bad idea, but it still good idea to have some internal parts accessible/public to let developers build their custom logic upon...