gponzo
gponzo
The steps I do are: 1. from the NextCloud UI: click on the "+ New" button in the path bar; 2. enter the file name in the text box appearing...
BTW the files history looks incomplete: I'm pretty sure there were many more savings... I could remember wrong, as so many days have passed, or may be the system or...
According to Ashod's private request, I tried populating more than one cell:  And that's the result:  BTW when I first experimented this trouble I had the SpreadSheet full...
Sorry, I though that @juliushaertl had already done it himself :) These are my results, identical to @juliushaertl's: ``` oc_config.version "27.1.5.1" OC.getCapabilities().richdocuments.version "8.2.3" ``` > Those from the JS console...
Non avevo alcun dubbio sulle motivazioni del salvataggio automatico e non propongo certo di toglierlo. La mia proposta è solo di **aggiungere** un tasto "Conferma" che faccia la stessa cosa:...
Hello, I'd like to read data from my em06 to publish it on EmonCMS. I've installed the integration on Home Assistant (temporary on a VM) and it works like a...
Grazie @krahabb, I've just analyzed the code you suggested me, but unfortunately my knowledge on Python is not so deep. Anyway I'll try this evening to do some test. Consider...
Thank you so much! I've just tried creating __main__.py with the code you wrote, but when I run it I receive this error: ``` File "meross_lan/custom_components/meross_lan/__init__.py", line 337 match ConfigEntryType.get_type_and_id(config_entry.unique_id):...
No way :( I've done what you wrote but I stil get an error: ``` File "merossclient/namespaces.py", line 97 match name.split("."): ^ ``` About the key, I've been able to...
Hi, sorry for being silent for so long... That's the complete output: ``` Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py",...