Zappo-II
Zappo-II
Somehow same with me, would like to move from pfSense to OPNSense but since I have some 30-40 shell scripts pushing acme certs from pfSense to various systems doing various...
Yeah, did something similar using acme.sh docker and docker...
FYI, this is what I do (your mileage may vary)... ``` template: - trigger: - platform: homeassistant event: start - platform: state entity_id: - binary_sensor.twc_vehicle_connected from: null to: 'on' -...
BTW, to obtain `myteslasiteid-put-yours-here` call: ``` service: tesla_custom.api data: command: PRODUCT_LIST parameters: path_vars: user_id: "1" ``` ...and watch out for `energy_site_id:` in the response...
Error Message is `No JS module 'viewSelector' found in search path` for me on Version 23
journalctl says... ``` Jul 14 09:15:47 un-tuxedo gnome-shell[6232]: JS ERROR: Extension multi-monitors-add-on@spin83: ImportError: No JS module 'viewSelector' found in search path @/home/un/.local/share/gnome-shell/extensions/multi-monitors-add-on@spin83/mmoverview.js:25:22 @/home/un/.local/share/gnome-shell/extensions/multi-monitors-add-on@spin83/extension.js:31:20 ```
What I am still missing is the function to extend the upper panel to all non primary displays and all those settings that customise all the settings of that panel...
TeamViewer 14.1.18533 Remmina 1.3.4 (git n/a) PlugIn 1.2.3.0 (aur) Linux weareborg 5.0.2-arch1-1-ARCH #1 SMP PREEMPT Thu Mar 14 18:47:49 UTC 2019 x86_64 GNU/Linux TeamViewer 14 GUI lauches but no Partner-ID...
Took a peek at the code and saw that the parameters are read from config as I anticipated them to be... So this behaviour is definitely not intended... After digging...