User contributions for Cricalix
From Cricalix.Net
25 September 2023
- 18:2218:22, 25 September 2023 diff hist +844 m Computing/Rust No edit summary Tag: Visual edit
- 17:0217:02, 25 September 2023 diff hist +555 N Computing/Rust Created page with "Things I forget when doing new Rust installs, or other things I want to keep track of with Rust. # Install rust-analyzer via rustup. <code>rustup component add rust-analyzer</code> ==== Reqwest GET URIs ==== <syntaxhighlight lang="rust"> let mut req = client.get("https://www.google.com").build().unwrap(); let query: String = form_urlencoded::Serializer::new(String::new()) .append_key_only("foo") .finish(); req.url_mut().set_query(Some(&query)); </syntaxhighl..." Tag: Visual edit
- 07:3607:36, 25 September 2023 diff hist +75 N Computing/AIS Catcher Created page with "Installation # https://github.com/jvde-github/AIS-catcher#container-images" current Tag: Visual edit
- 07:2007:20, 25 September 2023 diff hist +247 m Computing/Getting ERDDAP Running No edit summary Tag: Visual edit
- 07:0807:08, 25 September 2023 diff hist +167 m Computing/Getting ERDDAP Running →Configuration Tag: Visual edit
- 07:0707:07, 25 September 2023 diff hist +3,208 N Computing/Getting ERDDAP Running Created page with "ERDDAP is software for serving up scientific data. To run and configure it, the Docker approach works fairly well (even running on a Synology NAS). === Installation === # <code>docker pull axiom/docker-erddap:latest-jdk17-openjdk</code> === Configuration === # Read https://coastwatch.pfeg.noaa.gov/erddap/download/setupDatasetsXml.html very carefully. ## It's long. It's thorough. # Read through https://github.com/unidata/tomcat-docker to see if any Tomcat bits apply (..." Tag: Visual edit
24 September 2023
- 09:5509:55, 24 September 2023 diff hist +2 m Computing/Running my own CA →Working Caddyfile Tag: Visual edit
- 09:5509:55, 24 September 2023 diff hist +644 m Computing/Running my own CA No edit summary Tag: Visual edit: Switched
- 09:1909:19, 24 September 2023 diff hist +309 m Computing/Running my own CA No edit summary Tag: Visual edit
- 09:0909:09, 24 September 2023 diff hist +547 m Computing/Running my own CA No edit summary Tag: Visual edit
- 08:4808:48, 24 September 2023 diff hist +663 m Computing/Running my own CA No edit summary Tag: Visual edit: Switched
- 08:2808:28, 24 September 2023 diff hist +280 m Computing/Running my own CA No edit summary Tag: Visual edit: Switched
- 08:2508:25, 24 September 2023 diff hist +390 m Computing/Running my own CA No edit summary Tag: Visual edit
- 08:2308:23, 24 September 2023 diff hist +46 m Computing/Running my own CA No edit summary Tag: Visual edit
- 08:2308:23, 24 September 2023 diff hist +611 m Computing/Running my own CA No edit summary Tag: Visual edit: Switched
- 08:1208:12, 24 September 2023 diff hist +60 m Computing/Running my own CA No edit summary Tag: Visual edit
- 08:1108:11, 24 September 2023 diff hist +1,428 N Computing/Running my own CA Created page with "# Use step-ca in docker on Synology NAS # Add the acme provider per the docs # Export out the root CRT file, will need it for trust everywhere === HomeAssistant === # Update the http config to allow trusted reverse proxies # Install the Caddy2 add-on from https://github.com/einschmidt/hassio-addons # Add a Caddyfile that specifies the local CA # Ensure the Caddyfile points to the exported CA certificate in somewhere like /config # Start Caddy2 and it should successfull..." Tag: Visual edit
23 September 2023
- 11:4511:45, 23 September 2023 diff hist +93 m Home Automation/POE Hat No edit summary current Tag: Visual edit
- 11:2611:26, 23 September 2023 diff hist +303 N Home Automation/POE Hat Created page with "https://github.com/tgryphon/Waveshare-PoE-HAT-B-Home-Assistant-Addon This one works; the forked-from is broken. Needs i2c working, which is /dev/sdb1/CONFIG/modules/rpi-i2c.conf with content <code>i2c-dev</code> /dev/sdb1/config.txt with two lines <code>dtparam=i2c_vc=on dtparam=i2c_arm=on</code>" Tag: Visual edit
- 11:1411:14, 23 September 2023 diff hist +32 m Home Automation/Zigbee2MQTT →Setup current Tag: Visual edit: Switched
21 September 2023
- 05:4305:43, 21 September 2023 diff hist +361 m Home Automation/NUT No edit summary current Tag: Visual edit
- 05:0805:08, 21 September 2023 diff hist +192 N Home Automation/Advanced SSH & Web Terminal Created page with "Provides SSH access and a web terminal for the HomeAssistant OS environment. Runs inside a container itself as best I can tell. Sort of useful for accessing logs when testing things like MQTT." current Tag: Visual edit
- 05:0705:07, 21 September 2023 diff hist +235 N Computing/AIS Collection Created page with "* AIS Catcher * Raspberry Pi * RTLSDR-style dongle Combine to get the weather data from the local buoy and lighthouse. Irish Lights collect this data too, but it's averaged and delayed - https://erddap.irishlights.ie/erddap/index.html" current Tag: Visual edit
- 05:0305:03, 21 September 2023 diff hist +144 N Home Automation/Electricity Maps Created page with "Integration that provides approximate carbon load to the Energy dashboard of HomeAssistant. Sign up for free account, provide credentials, done." current Tag: Visual edit
- 05:0005:00, 21 September 2023 diff hist +1,409 N Home Automation/Manual sensor config Created page with "The emonTx publishes via HTTP calls to the emoncms service. HomeAssistant can read that data back using the JSON API of emoncms. A bit of a round trip, but it allows for the calculations before the data is read. This goes under the sensor key. - platform: emoncms api_key: 1exxx url: https://emoncms.cricalix.net/ id: 1 include_only_feed_id: - 5 - 16 sensor_names: 5: "EmonCMS use_kwh" 16: "EmonCMS vrms" To get sensor..." current Tag: Visual edit: Switched
10 September 2023
- 09:4309:43, 10 September 2023 diff hist +29 m Home Automation/MQTT No edit summary current Tag: Visual edit
- 09:1909:19, 10 September 2023 diff hist +99 m Home Automation/MQTT No edit summary Tag: Visual edit
- 09:0809:08, 10 September 2023 diff hist +130 m Home Automation/OpenEnergy Monitor No edit summary current Tag: Visual edit
- 09:0609:06, 10 September 2023 diff hist +210 N Home Automation/OpenEnergy Monitor Created page with "Setup # Ensure HA has a user for ESPwifi to use # Access ESPwifi module # Turn on MQTT # Publish to homeassistant.home.arpa, set username and password # Base topic is emon/espmon OR homeassistant/sensor/espmon" Tag: Visual edit
- 09:0309:03, 10 September 2023 diff hist +525 N Home Automation/Zigbee2MQTT Created page with "== Installation == # Add-ons # Store # Triple dot # Repositories # Add https://github.com/zigbee2mqtt/hassio-zigbee2mqtt # Save # Install Zigbee2MQTT == Setup == # Start on boot # Watchdog # Autoupdate # Configuration ## MQTT ### server mqtt://homeassistant.home.arpa:1883 ### base_topic: zigbee2mqtt ### include_device_information: true ## Serial ### port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509164707-if00 ### adapter: ezsp # Start ser..." Tag: Visual edit
- 08:5908:59, 10 September 2023 diff hist +130 N Home Automation/MQTT Created page with "# Install the Mosquitto Broker via Add-ons # That's it; the HA users are transferred in automatically, as are some system defaults" Tag: Visual edit
- 08:5308:53, 10 September 2023 diff hist +26 N Home Automation/ Created page with "Home Assistant setup notes" current Tag: Visual edit
- 08:5308:53, 10 September 2023 diff hist +445 N Home Automation/NUT Created page with "OS: Hassio - Home Assistant Mode: Container == Installation == # Install the add-on for NUT # Configure a username and password # Set instcmds to ALL # Set actions to SET # Add a device, name myups, driver usbhid-ups, port auto, config [] # Mode is netserver # Disable shutdown_host, because HA is running on a Pi # Start the add-on # Check the logs == Integration == # Install the integration for NUT # It should auto-detect the NUT add-on" Tag: Visual edit
6 September 2023
- 07:0207:02, 6 September 2023 diff hist +96 Computing/NUT No edit summary Tag: Visual edit
- 06:5806:58, 6 September 2023 diff hist +6 Computing/NUT No edit summary Tag: Visual edit
- 06:5806:58, 6 September 2023 diff hist +896 N Computing/NUT Created page with "== Network UPS == === Installation === <syntaxhighlight lang="bash"> apt install nut nut-monitor </syntaxhighlight> === Configuration === For the Eaton Pro UPS, '''/etc/nut/ups.conf'''<syntaxhighlight lang="ini"> [eaton650] driver = "usbhid-ups" port = "auto" vendorid = "0463" productid = "FFFF" vendor = "EATON" bus = "005" </syntaxhighlight>Vendorid/productid/vendor/bus are not critical for single use case. Then '''/etc..." Tag: Visual edit
4 September 2023
- 13:4513:45, 4 September 2023 diff hist +50 N Cricalix.Net:About Created page with "A knowledge store for my boat, and other projects." current
3 September 2023
- 20:5820:58, 3 September 2023 diff hist +67 Blue Opal/Electrics No edit summary Tag: Visual edit
- 18:5018:50, 3 September 2023 diff hist +18 Blue Opal/Electrics/Inventory No edit summary current Tag: Visual edit
- 18:5018:50, 3 September 2023 diff hist +638 Blue Opal/Electrics/Inventory No edit summary Tag: Visual edit
- 18:3918:39, 3 September 2023 diff hist +645 N Blue Opal/Electrics/Inventory Created page with "Inventory of spares and parts for doing maintenance == Wire/Cable == {| class="wikitable sortable" |+ !mm<sup>2</sup> !Tinned !Flexible !Length !Colour |- |6 |No |Yes |3.6 |Red |- |25 |No |Yes |1.2 |Black |- |8 |Yes |Yes |2.4 |Black |- |2.5 |Yes |Yes |4.5 |Red |- |4 |Yes |Yes |10 |Black |- |8 AWG |No |Yes |5.2 |Red |- |4 |Yes |Yes |8 |Red |- |6 |Yes |Yes |1.8 |Red |- |6 |Yes |Yes |1.8 |Black |- |35 |Yes |Yes |0.7 |Red |- |35 |Yes |Yes |2.8 |Black |- |16 |Yes |Yes |1.7 |..." Tag: Visual edit
- 17:5817:58, 3 September 2023 diff hist +31 N Category:Blue Opal Created page with "Everything to do with Blue Opal" current Tag: Visual edit
- 17:5617:56, 3 September 2023 diff hist +23 Blue Opal/Engine No edit summary Tag: Visual edit
- 17:5617:56, 3 September 2023 diff hist +23 Blue Opal/Electronics/ShipModul No edit summary current Tag: Visual edit
- 17:5617:56, 3 September 2023 diff hist +23 Blue Opal/Electrics No edit summary Tag: Visual edit
- 17:5417:54, 3 September 2023 diff hist −716 Main Page Replaced content with "All pages so far. {{Special:AllPages}}" current Tags: Replaced Visual edit: Switched
- 17:5117:51, 3 September 2023 diff hist +40 Blue Opal/Electrics No edit summary Tag: Visual edit
- 17:4817:48, 3 September 2023 diff hist +204 Blue Opal/Electrics No edit summary Tag: Visual edit
1 September 2023
- 07:2007:20, 1 September 2023 diff hist −6 Blue Opal/Electronics/ShipModul No edit summary Tag: Visual edit: Switched
- 07:1907:19, 1 September 2023 diff hist +33 N File:MiniPlex-on-Linux.mp4 MPXConfig3 on Linux current