User contributions for Simon
Jump to navigation
Jump to search
- 14:06, 21 January 2024 diff hist +938 N Compile opencv with cuda support Created page with "https://www.youtube.com/watch?v=art0-99fFa8 https://github.com/mdegans/nano_build_opencv/tree/master You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: <pre> if (weight != 1.0)</pre> to: <pre> if (weight != static_cast<T>(1.0))</pre> As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: <pre> if (nms_iou_threshold > 0) {</pre> to: <pre> if (nms_iou_threshold > stat..."
- 14:05, 21 January 2024 diff hist −798 Jetson Orin Nano Replaced content with "Compile opencv with cuda support" Tag: Replaced
- 14:05, 21 January 2024 diff hist +48 Jetson Orin Nano
- 14:03, 21 January 2024 diff hist +786 N Jetson Orin Nano Created page with "You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: if (weight != 1.0) to: if (weight != static_cast<T>(1.0)) As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: if (nms_iou_threshold > 0) { to: if (nms_iou_threshold > static_cast<T>(0)) { Explanation: Since both variables, weight and nms_iou_threshold, are templated and finally boil down to a primitive type during..."
- 14:03, 21 January 2024 diff hist +22 Main Page
- 15:41, 15 January 2024 diff hist +169 Node-red →Node Red
- 15:39, 15 January 2024 diff hist 0 N File:Node-red6.png current
- 15:39, 15 January 2024 diff hist +152 Node-red →Node Red
- 15:36, 15 January 2024 diff hist −1 Node-red
- 15:34, 15 January 2024 diff hist −21 Node-red
- 15:31, 15 January 2024 diff hist +86 Node-red
- 15:29, 15 January 2024 diff hist 0 N File:Node-red2.png current
- 15:28, 15 January 2024 diff hist +426 Node-red
- 15:23, 15 January 2024 diff hist −3 Node-red
- 15:22, 15 January 2024 diff hist +198 Node-red
- 15:18, 15 January 2024 diff hist 0 N File:Node-red5.png current
- 15:15, 15 January 2024 diff hist 0 File:Node-red1.png Simon uploaded a new version of File:Node-red1.png current
- 15:15, 15 January 2024 diff hist 0 N File:Node-red4.png current
- 15:14, 15 January 2024 diff hist 0 N File:Node-red3.png current
- 10:50, 8 November 2023 diff hist −4 Towel rails logic current
- 10:50, 8 November 2023 diff hist +1 Towel rails logic
- 10:50, 8 November 2023 diff hist +7 Towel rails logic
- 10:43, 31 August 2023 diff hist −3 Towel rails logic
- 10:26, 31 August 2023 diff hist −2 Change the media wiki password current
- 16:27, 28 August 2023 diff hist +31 Node-red
- 13:54, 28 August 2023 diff hist +1 Towel rails logic
- 13:52, 28 August 2023 diff hist +46 Solar Panels →Power Flow Diagram current
- 13:51, 28 August 2023 diff hist +463 Solar Panels →Iammeter
- 13:50, 28 August 2023 diff hist −13 LouvreTec →LouvreTec current
- 13:49, 28 August 2023 diff hist +120 N Change the media wiki password Created page with "change directory <pre> cd /var/www/mediawiki/maintenance/ php changePassword.php --user=Simon --password=xxxxxx </pre>]]"
- 13:48, 28 August 2023 diff hist +126 N Router - setting up from fresh Created page with "The Asus GT-AC5300 will not connect to UFB by default. Choose 'LAN' then IPTV and add the following: temp" current
- 13:43, 28 August 2023 diff hist +65 Notes current
- 13:42, 28 August 2023 diff hist +13 Notes →SQL Dump
- 13:42, 28 August 2023 diff hist +240 N MediaWiki - enable file upload Created page with "Images are stored in /var/www/mediawiki/images Go to /var/www/mediawiki and type <pre> sudo chmod -R 755 ./images/ sudo chown -R www-data:www-data images/ </pre> Also make sure php.ini (/etc/php/8.0/cli/php.ini) has FileUploads set to true" current
- 11:48, 28 August 2023 diff hist +2,439 N Node-red Created page with "=Node Red= Backup all flows using 'export' and save as a file (flows.json) If you have to remove any old versions of node-red <pre> sudo systemctl disable nodered.service sudo npm -g remove node-red rm -R ~/.node-red</pre> Update node <pre>curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - sudo apt-get install -y nodejs</pre> Then to update node-red go to https://nodered.org/docs/getting-started/raspberrypi and run the bash script <pre>bash <(..."
- 11:45, 28 August 2023 diff hist +3,379 N Lora Gateway and Nodes Created page with "==Lora Gateway== '''Setup of the MicroTik wAP LR9''' Access the Things Network Portal on https://au1.cloud.thethings.network/console/ ([https://au1.cloud.thethings.network/console/ (link)] Add a gateway, but you must use the Gateway EUI which comes from WinBox File:MikroTik1.png Then add this Gateway EUI to the Gateways setting in TTN Portal<br> Also add the gateway Server Address to the au1.cloud.thethings.network File:MikroTik3.png File:MikroTik2.png..." current
- 11:36, 28 August 2023 diff hist −2 Fix corrupted drive at startup current
- 11:36, 28 August 2023 diff hist +128 N Fix corrupted drive at startup Created page with "<pre> systemctl stop systemd-journald umount -A /dev/disk/by-label/hassos-data fsck.ext4 /dev/disk/by-label/hassos-data </pre>]]"
- 11:35, 28 August 2023 diff hist +1,962 N LouvreTec Created page with "=LouvreTec= The Nodo device was purchased from the Netherlands (https://www.nodo-shop.nl/nl/21-rflink-gateway) This uses an Arduino Mega 2560 board and adds a 443MHz radio file:rflink.jpg There is native support for this device in home assistant. Search the /dev/serial/by-id/ folder to identify the name. It will also show any simlink into tty. In my case this was /dev/ttyACM0 Follow the instructions at https://github.com/filipmaelbrancke/ha-rflink-rts to pair..."
- 11:33, 28 August 2023 diff hist +12,078 N Solar Panels Created page with "The main code used for the solar system comes from two devices == SolaX Inveters == The invertors are queried using REST and return a JSON package POSTMAN has been pre-configured to do the same queries <pre> ######################################################### # # # SOLAX CLOUD Rear Unit # # # ################################..."
- 11:28, 28 August 2023 diff hist +2,754 N Towel rails logic Created page with "The towel rails can be scheduled (scheduler) or turned ON and OFF by the measurement of excess solar power. During the day is the incoming solar is greater than 800 watts for 1 minute then all of the rails are turned on directly, using the switch turn_on command. <pre> alias: Heated rails on description: "" trigger: - platform: numeric_state entity_id: sensor.grid_feed_in above: "800" for: "00:01:00" condition: [] action: - service: switch.turn_on t..."
- 11:26, 28 August 2023 diff hist +92 Home Assistant
- 11:24, 28 August 2023 diff hist +9,119 N UPS Created page with "== UPS == Here is my configuration.yaml for a cyberpower and the entities card setup. First you need to download and install the latest CyberPower Panel Business V4 at https://www.cyberpowersystems.com/products/software/power-panel-business/ I installed this on my Windows 10 computer (IP 192.168.1.7). I disabled Personal Edition of CyberPower in my startup services and installed Version 4 of the Business edition that I downloaded from the link above (ppb440-setup.ex..."
- 11:23, 28 August 2023 diff hist −9,112 Home Assistant →UPS Tag: Replaced
- 11:17, 28 August 2023 diff hist +6,044 Home Assistant →CyberPower UPS
- 11:15, 28 August 2023 diff hist +8 Home Assistant →CyberPower UPS
- 11:08, 28 August 2023 diff hist 0 Home Assistant →CyberPower UPS
- 11:07, 28 August 2023 diff hist +23 Home Assistant →CyberPower UPS
- 10:53, 28 August 2023 diff hist −28 Home Assistant →CyberPower UPS
- 10:53, 28 August 2023 diff hist +4 Home Assistant →Home Assistant