ThomasCr
ThomasCr
to bad, that this extension is not compatible to new Firefox Browser. Loved it 🥇 maybe a light version possible?
> same problem here, using the latest stable build. I have to kill edge from task manager to keep it from reopening. The problem happens for me too - you...
this is a really common problem: https://github.com/rospogrigio/localtuya/issues/659
It would be really nice, if there would be a official maintained container on docker-hub or so. I also dot use HASS OS and also cant use HA addons the...
for me - I prefer to change the main topic. So pls - when you want to change something, make it possible to configure it - to make everybody happy....
Maybe the function should check if the path (IIS:\Sites\XXX\ClientWebService) exists and falls back if not...
Have your read: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry There is a regirtry key which should do the trick? ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001 ``` Maybe after also adding the app minifest...
any update on this topic? It is really disappointing, when you have a folder with content from over 5 y and want to fast navigate to the a special year...
I would recommend to drop the plugin, because of the python version from open-zwave and run [zwave-js](https://github.com/zwave-js) btw. [zwave-js-ui](https://github.com/zwave-js/zwave-js-ui) like I do and connect it with MQTT together. Maybe, if...
This is how I connect my Fibaro ZWave Plug to zwave-js using MQTT: ``` zwSteckdose1: name: Esszimmer type: bool on_change: .mqtt_out = value if not sh..self.changed_by() == "On_Change:{}".format(sh..mqtt_in.property.path) else None...