That document was moved to https://github.com/schauveau/sydpower-mqtt
I did the installation from scratch so without using any of the Linux images proposed by Tuxedo.
I have been using Debian for more than 15 years (and various Linux distros for a lot longer) but I decided to try Arch Linux on this machine. Correction: I switched back to Debian because ... reasons.
The CPU is an AMD Ryzen 7 8845HS with Radeon 780M Graphics
The native screen resolution is 2560x1600 @ 240.000 Hz
const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); | |
const tz = require('zigbee-herdsman-converters/converters/toZigbee'); | |
const exposes = require('zigbee-herdsman-converters/lib/exposes'); | |
const utils = require('zigbee-herdsman-converters/lib/utils'); | |
const legacy = require('zigbee-herdsman-converters/lib/legacy'); | |
const e = exposes.presets; | |
const ea = exposes.access; | |
const STARTUP_DELAY = 4.0 ; // how much to wait before reporting for the first time | |
const PUBLISH_DELAY = 10.0 ; // And the delay before |
IMPORTANT: The trick described below is now obsolete. Use SDL12COMPAT_NO_QUIT_VIDEO=1 instead
The issue is described here jliljebl/flowblade#1134
I am using the Wayland compositor Sway and for me, the preview in Flowblade is always black even when using XWayland.
I found a way to move the preview to a separate window.
SIMPLY SPEAKING, THIS IS NOT A BUG FIX BUT AN UGLY HACK TO MAKE FLOWBLADE USABLE FOR PEOPLE AFFECTED BY ISSUE 1134!!!!
J'ai récemment acheté un petit NAS ASUSTOR AS1102T pour mon domicile.
Il s'agit d'un petit modèle avec seulement 2 baies mais pour le moment il ne contient qu'un unique SSD de 1To (donc pas de raid).
https://www.asustor.com/product/spec?p_id=70
Mon réseau local est essentiellement composé de machines Linux (pc, rasberry pi, ...) ainsi que d'un mobile Android.
#!/bin/bash | |
# | |
# A script to display the pipewire/wireplumber volume in Waybar | |
# | |
# This is an optimised bash script. wpctl is called once every $DELAY seconds | |
# to obtain the default sink volume. No other process is started. | |
# | |
# The waybar configuration should look like that | |
# |
July 1st 2022. I recently replaced pulseaudio by pipewire/wireplumber on my Debian laptop (unstable).
Everything seems to be working at as with pulseaudio including my bluetooth headset (DOQUAUS CARE 1).
Like most bluetooth headsets, that one supports 2 kinds of profiles:
- High Fidelity Playback (A2DP Sink) with two codecs SBC and SBC-XQ.
- Headset Head Unit (HSP/HFP) with codec a single codec CVSD.
#!/bin/bash | |
# | |
# A small shell script that uses kodi-send and youtube-dl to play | |
# videos (or audio) URLs on a Kodi server. | |
# | |
# Examples: | |
# - send a Youtube page | |
# kodi-start-video.sh https://www.youtube.com/watch?v=Xwn8fQSW7-8 | |
# - send a DailyMotion page | |
# kodi-start-video.sh https://www.dailymotion.com/video/x7syshi |
#!/bin/bash | |
# tz <TIME SPECIFICATION> | |
# | |
# Display the specified time in multiple timezones. | |
# | |
# If no time is specified then "now" is used. | |
# | |
# You may want to customize the ZONES array below with your | |
# favorite timezone names (see also tzselect) | |
# |