FlowLauncher looks neat, like KRunner for Windows. Thanks for sharing
Yeah the nodered flow on the target device is for handling shutdown(sleep) and status reporting back to HomeAssistant, so in HA the computer is a simple switch with on/off states
Oh neat!
I made a custom solution for WOL and remote shutdown using nodered and MQTT, but this is so cleaner than maintaining a custom solution
Yeah Track&Graph is great. I also use it for tracking exercises and weight, and just use the built-in graphs to see the trend over time
One way is to make a new "entity", that's not actually linked to your previous temperature sensor. I'm not familiar with how to tie them together in a "device" like how ZigBee2mqtt auto discovery does.
So just add a new "sensor"/"entity"
- name: "Sala_battery"
unique_id: "temp_sala_battery"
state_topic: "zigbee2mqtt/temp_sala"
value_template: "{{ value_json.battery }}"
unit_of_measurement: "%"
Use MQTT Explorer to listen to your ZigBee2mqtt broker topic "zigbee2mqtt/temp_sala" to get the exact field name (battery, battery_state or some such)
I meant "just a text editor" in the sense that it's not a full IDE with compilers and build system, versioning, project management etc. But now with plugins Kate does these things too
I use Kate mostly for config files or interpreted code like python, bash etc, and just launch the code from the terminal (or Kate's built-in terminal 🙂 )
For compiled code I like KDevelop, if that can be considered lightweight. Vscode / vscodium is nice too but not exactly lightweight by many people's standards (though I haven't tried it with compiled code)
For RPi the two major causes of issues (in my experience) are low spec power supplies and low spec SD-cards.
Power supplies drop voltage when the loads gets too high, which is especially pronounced with high power USB devices like external harddrives.
SD-cards tend to get worn out or give write errors after enough writes. Class 10 SD cards are recommended for both speed and longevity. And ideally try to avoid write intensive stuff on the SD card
What are build targets in the context of Kate? Kate itself is "just" a text editor. Related to a plugin maybe?
Maybe Halo? (Master chief collection)
And of course good old Counter Strike
This is so stupid I love it 😂
Maybe you can install Arch in Distrobox, then install Merkuro in your arch container?