Michaël Arnauts
Michaël Arnauts
I just ran into the same issue. The driver is sending a newline before the password, and this causes my Huawei devices to reject the login credentials. It's odd that...
I've managed to workaround this issue by sending newlines myself instead of the carriage returns that netshot adds automatically. ``` username: { prompt: /^Username:$/, macros: { auto: { cmd: "$$NetshotUsername$$\n",...
The green circle is added in Leia to indicate that it is possible to view this program on-demand (there is a vod stream available). In Matrix, this is done by...
The Addon should pass this information in the `JSON-EPG` format that it sends to IPTV Manager. It's the `stream` property. When that is supplied, Kodi has a way to directly...
Hmm, that's odd. You are correct, when you don't fill in the `stream` field, the dot should not be added. See https://github.com/add-ons/service.iptv.manager/blob/master/resources/lib/modules/iptvsimple.py#L205:L209 Do you also see something like this in...
Why would you need to download a compressed file? It should not matter since it's just for downloading bits to measure the maximum speed. The content doesn't matter.
What's the status of this PR? I'm currently reading out my P1 with a fork of this repo (https://github.com/glmnet/arduino-dsmr/) that is used by ESPHOME), and that seems to work fine...
Actually, it's the device state (0=init, 1=normal, 2=filterwizard, 3=commissioning, 4=supplierfactory, 5=zehnderfactory, 6=standby, 7=away, 8=DFC). See https://github.com/michaelarnauts/aiocomfoconnect/blob/master/docs/PROTOCOL-PDO.md#overview-of-known-sensors for an updated list. You can also find a PDO-ID to COB-ID convertion method...
Thanks all! I've added this info here: https://github.com/michaelarnauts/aiocomfoconnect/blob/master/docs/PROTOCOL-PDO.md#overview-of-known-sensors
This is implemented here: https://github.com/michaelarnauts/aiocomfoconnect/blob/master/aiocomfoconnect/comfoconnect.py#L216 I'll update the Home Assistant integration soon.