User contributions for Simon
Jump to navigation
Jump to search
- 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 current
- 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..." current
- 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
- 10:27, 28 August 2023 diff hist −1 Home Assistant
- 10:25, 28 August 2023 diff hist +8 Home Assistant →Home Assistant
- 10:22, 28 August 2023 diff hist −67 Home Assistant
- 10:18, 28 August 2023 diff hist +3,128 N Home Assistant Created page with "= Home Assistant = 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..."
- 10:09, 28 August 2023 diff hist −10 Notes
- 10:08, 28 August 2023 diff hist +219 N Notes Created page with "= Notes= == Cron Jobs == When creating a cron job using ''crontab -e'' always log in as ''sudo su'' first. This makes sure the tasks are run at the administrator level ---- == SQL Dump== Its in /tmp as ''simon.sql''"
- 09:49, 28 August 2023 diff hist −1 Main Page
- 09:49, 28 August 2023 diff hist +1,142 N Webhooks and Portainer Created page with "'''IFTTT webhook''' https://hooks.nabu.casa/gAAAAABezcuTtDXy0gnNtq9YipEXNRWB1obDTcAETJ6CbFBLayQipUQLHfFQpTtp-fgPhcJ3qbrfHXoaT9qciSq0Nnx5cMydbeE4Qj4VpGSqN0hc5Kty5kvvfwwR5JcW2PvcXDDKWDpKUT2-H65i9UC3zPxIkfDeLQpOw8BieQPT2mAp8l-Y-Ac= '''OwnTracks webhook''' https://hooks.nabu.casa/gAAAAABezcrmp3_myfiYOMn86uFXlPwgxQkn1tapI5qUTZTluXR-Djk7c0QUeJgmQjcuaUuXgEKe5rdcfm00Y277c_lEP1TpC1Cz1x3fnkHWMSK2YGcOdB8rBuKDzz67asHV3Vwc9gYijkTsIsWf9C8wE2jFQGi3wgpzdisOYb4eGVIcCuStOm4= '''Google w..." current
- 09:46, 28 August 2023 diff hist −62 Main Page
- 09:45, 28 August 2023 diff hist −381 Main Page
- 09:38, 28 August 2023 diff hist 0 N File:Ups2.png current
- 09:38, 28 August 2023 diff hist 0 N File:Total.png current
- 09:38, 28 August 2023 diff hist 0 N File:Solargraph1.png current
- 09:38, 28 August 2023 diff hist 0 N File:Solar new.jpg current
- 09:37, 28 August 2023 diff hist 0 N File:Powerflow.png current
- 09:37, 28 August 2023 diff hist 0 N File:Node-red1.png
- 09:37, 28 August 2023 diff hist 0 N File:MikroTik3.png current
- 09:37, 28 August 2023 diff hist 0 N File:MikroTik2.png current
- 09:36, 28 August 2023 diff hist 0 N File:MikroTik1.png current
- 09:36, 28 August 2023 diff hist 0 N File:Louvretec1.png current
- 09:36, 28 August 2023 diff hist 0 N File:Louvertec.png current
- 09:36, 28 August 2023 diff hist 0 N File:Lan1.png current
- 09:36, 28 August 2023 diff hist 0 N File:Individual.png current