bvweerd

Results 10 comments of bvweerd

Have you ever found a reason why or a solution for this issue? 2.5 years later I encounter the same ;-)

> Okay, maybe a dockerized system works with that PR, feel free to test and report back at the PR :-) The PR did not help for me running in...

You will have to disable the timer interrupt when starting the OTA, like this: ``` void ICACHE_FLASH_ATTR hw_timer_disable(void) { timer1_disable(); } ArduinoOTA.onStart([]() { Serial.println("Start"); hw_timer_disable(); }); ```

Same effect here. Unfortunately the work-around as suggested by @Lash-L did not work: > In the meantime you could get the results you want by changing the map in the...

Ik heb de "heat demand" switch geinterpreteerd als dat er niet mee gepland hoeft te worden wanneer deze uit staat. Dus ook niet later in de planning. Als je de...

Prima. Is het een idee om de handleiding dan ook iets aan te passen in de trend van: `entity hp heat demand : HA 'binary_sensor' entiteit die aangeeft of de...

It is significantly smaller: ``` INVENTREE_LDAP_ENABLED=true INVENTREE_LDAP_SERVER_URI=ldaps://ldap.example.com:636 INVENTREE_LDAP_BIND_DN=uid=ldapbind,ou=Users,o=*********,dc=example,dc=com INVENTREE_LDAP_BIND_PASSWORD=*********** INVENTREE_LDAP_SEARCH_BASE_DN=ou=Users,o=**********,dc=example,dc=com INVENTREE_AUTH_LDAP_FIND_GROUP_PERMS=False INVENTREE_LDAP_USER_SEARCH_FILTER=(uid=%(user)s) INVENTREE_LDAP_START_TLS=false INVENTREE_LDAP_ACTIVE_DIRECTORY=false INVENTREE_LDAP_REQUIRE_GROUP=false INVENTREE_LDAP_MIRROR_GROUPS=false INVENTREE_LDAP_DEBUG=true ```

#8308 lead me to a work around. I added ` INVENTREE_LDAP_GROUP_SEARCH=` which still causes an error in the logs, but at least the ui doesn't deny access anymore. Error in...

It works for my users now, no visible errors, just spamming in the error logs.