akbooer / EventWatcher

Web, file, and syslog reporting of Vera HA Controller variables, events, devices, scenes, and more.
1 stars 2 forks source link

EWExtras.conf #1

Open epross672 opened 3 years ago

epross672 commented 3 years ago

I have the following sitesensor data in my EWExtras.conf.

26.urn:toggledbits-com:serviceId:SiteSensor1.Value7

It logs to the log file just fine, but comes out as: S, 26, Site Sensor, Value7, broken clouds,

I am wondering if there's code already there to customize the "Value" for the log to be something more meaningful or if you want me to help write that in.

akbooer commented 3 years ago

IIRC, it outputs in a comma separated format, which looks right in your example.

You wanted something different?

epross672 commented 3 years ago

So for example it is showing up perfect, as you designed:

2021-01-20 19:12:55.031, S, 26, Site Sensor, Value2, 27,

But if there was a way to make it so that instead of "Value2" being the thing that showed up, I could make it appear as say "Temp".

Something like this in the EWExtras.conf: 26.urn:toggledbits-com:serviceId:SiteSensor1.Value2 Temp

On Thu, Jan 21, 2021, 10:30 AM AK notifications@github.com wrote:

IIRC, it outputs in a comma separated format, which looks right in your example.

You wanted something different?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akbooer/EventWatcher/issues/1#issuecomment-764723323, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQQDAFA3NFAXTAUA76OZY3S3BCBJANCNFSM4WMJAJMQ .

akbooer commented 3 years ago

In a more recent (but still old) plugin development DataYours, I added a user-definable module to allow renaming/cloning of variable names before logging. This sort of functionality would do it, but further development of EventWatcher isn't high on my list right now (not least, because Vera is really EOL and I won't be developing any plugins for the new Ezlo environment.)

epross672 commented 3 years ago

Yeah, I get it. I'm kind of shocked about Vera eol. And ezlo probably won't ever have enough functionality.

What hub are you using, or moving to?

I'm trying to plan for the day when my Vera dies....

On Fri, Jan 22, 2021, 7:28 AM AK notifications@github.com wrote:

In a more recent (but still old) plugin development DataYours, I added a user-definable module to allow renaming/cloning of variable names before logging. This sort of functionality would do it, but further development of EventWatcher isn't high on my list right now (not least, because Vera is really EOL and I won't be developing any plugins for the new Ezlo environment.)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akbooer/EventWatcher/issues/1#issuecomment-765364116, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQQDAHIUN5OSSLAKVPKR23S3FVPDANCNFSM4WMJAJMQ .

akbooer commented 3 years ago

Using my own openLuup software (Vera emulation) with a ZWay USB stick.