From 247a962c39e4ade2d9fb0b280d400d82fd8db56d Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 15 Oct 2023 21:07:46 +0100 Subject: Added plug usage table to web UI, with HTTP requests --- power.env.example | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'power.env.example') diff --git a/power.env.example b/power.env.example index 36cc9f2..1b0b3f0 100644 --- a/power.env.example +++ b/power.env.example @@ -1,10 +1,13 @@ -MYSQL_ROOT_PASSWORD=************ +MYSQL_ROOT_PASSWORD=******************* MYSQL_HOST=192.168.69.3 -TASMOTA_DEVICES=switch.plug:admin:=************,nas.plug:admin:=************,12vbrick.plug:admin:=************,backup.plug:admin:=************ +# strings cannot contain , ; or # +TASMOTA_DEVICES=switch.plug,admin,*******************,[Mikrotik CRS112-8P-4S-IN](https://wiki.eda.gay/index.php/Switches);nas.plug,admin,*******************,[TrueNAS NAS](https://wiki.eda.gay/index.php/TrueNAS_NAS);12vbrick.plug,admin,*******************,KVM Switch & Backup External Hard Drive & etc;backup.plug,admin,*******************,Backup NAS -MIKROTIK_DEVICE=COM6 +MIKROTIK_DEVICE=/dev/ttyUSB0 +MIKROTIK_BAUD=115200 MIKROTIK_USER=admin -MIKROTIK_PASS==************ -MIKROTIK_INTERFACES=ether1:pfsense router,ether2:interface2,ether3:interface3,ether4:interface4,ether5:interface5,ether6:interface6,ether7:interface7,ether8:interface8 +MIKROTIK_PASS=******************* +MIKROTIK_INTERFACES=ether1,[EAP225 Wi-Fi AP](https://wiki.eda.gay/index.php/Main_Page);ether2,[TL-RP108GE](https://wiki.eda.gay/index.php/Switches) & [pfsense router](https://wiki.eda.gay/index.php/Pfsense_router);ether3,[Mikrotik CSS610-8G-2S+IN](https://wiki.eda.gay/index.php/Switches);ether4,[PiKVM](https://wiki.eda.gay/index.php/Blikvm_PiKVM);ether5,interface5;ether6,[Intel Compute Stick](https://wiki.eda.gay/index.php/Intel_Compute_Stick);ether7,SSH/Git/PiHole Raspberry Pi;ether8,interface8 +MIKROTIK_TASMOTA=switch.plug -APP_PORT = 5021 \ No newline at end of file +APP_PORT = 5021 -- cgit v1.2.3