Eric
Eric
This extra delay action adds a 10 seconds delay in case the automation is triggered by a restart. This to give e.g zigbee entity’s a little more time to become...
Some help needed. I'm running a standard Hass OS setup on a raspberry. I checked via the web terminal, that there is a folder var/run/docker.sock:  But I still get...
Hi, I would love to have disk usage added to the monitored_conditions. Especially useful for database add ons like InfluxDB. I currently retrieve the size of the influx DB via...
**iOS device model, version and app version** Model Name: iPhone XR Software Version: iOS 16.6.1 (20G81) App version: 2023.4 (2023.460) **Home Assistant Core Version** 2023.9.3 **Describe the bug** When I...
Hi, Thanks for this great library. As an experiment, I ported one of my projects (a board with 6 relays with both a MQTT and a web interface) to this...
Hi Daniel Very nice project and very well coded. I have a concern wrt configuring process of the board. First time works great. According the code it re-enters AP mode...
This line seems to intermittently cause a timeout in my code: `status = ml.getDevInfo(&(devices.m_psa), &(ledCount.m_psa)); //the function will modify the pointer to the descriptor .m_psa, which is itself a pointer...
Hi I have the code running for 64 bits to (MSI B360 Gaming plus). Only changed this snippet in the loadLib code: `#ifdef _M_X64 MLinstance = LoadLibrary(TEXT("MysticLight_SDK_x64.dll")); #else MLinstance =...
Hi Code works on an MSI b360 gaming plus, but colors are inverted, like the b450 boards. They have in common that they both use the NCT6797D Chip! Maybe the...
### System Health details Ok ### Checklist - [X] I have read the [FAQ](https://homeassistant-powercalc.readthedocs.io/en/latest/troubleshooting/faq.html) to see if there is a known solution to my problem. - [X] I have enabled...