From ecceebe465ec850262815b487ccb8260d20169d0 Mon Sep 17 00:00:00 2001 From: Martin Sebald Date: Wed, 15 Nov 2017 09:49:24 +0100 Subject: [PATCH] fixed copy-paste error --- apcups/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apcups/README.md b/apcups/README.md index 29c75ba..7d15c1b 100644 --- a/apcups/README.md +++ b/apcups/README.md @@ -16,7 +16,7 @@ The port (*3551* is the apcupsd standard port) for accessing the UPS device thro The new thing *USV_dump_log* gets an id like _exec:command:**a1b2c3d4**_ which you then need to enter in the item created through the *ups.items* file. +* **USV_dump_log**: Put the bash script into */home/openhabian/scripts* (or somewhere else you like) and *chmod 755* it to make it executable. * **ups.items**: Put this file into your */etc/openhab2/items* directory and modify it for your specific setup. Maybe everything suits your needs, but you need to modify the string item *USV_Log* and match the command id in the channel command to the thing you created earlier in Paper UI. * **ups.map**: Put this file into your */etc/openhab2/transform* directory. -* **ups.rules**: Put this file into your */etc/openhab2/rules* directory. You may want to modify it for your specific setup. You find two excamples for actions if AC power fails. In this case a XMPP message and a message through Telegram is sent. -* **ups.map**: Put the bash script into */home/openhabian/scripts* (or somewhere else you like) and *chmod 755* it to make it executable. \ No newline at end of file +* **ups.rules**: Put this file into your */etc/openhab2/rules* directory. You may want to modify it for your specific setup. You find two excamples for actions if AC power fails. In this case a XMPP message and a message through Telegram is sent. \ No newline at end of file