Skip to content

Commit

Permalink
Commit from Obsidian Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouffy committed Mar 27, 2024
1 parent d75bdb4 commit c1a6d22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Hardware/iRobot Roomba i7+.md
@@ -0,0 +1,4 @@
Is a [[vacuum robot]] built by [[iRobot]]
## Notes
- Can be connected to [[Home Assistant]], which establish a continuous connection
- When docked, pressing the "Return to dock" will start to empty the bin
3 changes: 3 additions & 0 deletions docs/Software/Home Assistant.md
Expand Up @@ -124,6 +124,9 @@ entities:
"allows creating entities which derive their values from other data."
- [Templating documentation](https://www.home-assistant.io/docs/configuration/templating/)
- [Integration documentation](https://www.home-assistant.io/integrations/template)
### Monitor for broken automation
- Names can changes when updating Home Assistant
- [The Watchman](https://github.com/dummylabs/thewatchman) create reports to identify broken things
## Development
### Verbose logging
- The [Logger integration](https://www.home-assistant.io/integrations/logger/) can help understanding what's going on in [[Home Assistant]] or a custom component
Expand Down
1 change: 1 addition & 0 deletions docs/Software/Linux.md
Expand Up @@ -211,6 +211,7 @@ sudo ln -s /opt/software_name/executable /usr/bin/executable # create a simlink
### Hardware-related
* Sometime `reboot` is not accessible ... then use `systemctl reboot`
* Test [[Random Access Memory|RAM]] with `sysbench --test=memory --memory-block-size=1M --memory-total-size=1000G`
* Check PCIe speed: `lspci -vvvv`
#### Power & Battery
* Check system temperature
1. `sudo apt install lm-sensors`
Expand Down

0 comments on commit c1a6d22

Please sign in to comment.