-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EWExtras.conf #1
Comments
IIRC, it outputs in a comma separated format, which looks right in your example. You wanted something different? |
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 ***@***.***> 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
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQQDAFA3NFAXTAUA76OZY3S3BCBJANCNFSM4WMJAJMQ>
.
|
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.) |
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 ***@***.***> 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
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQQDAHIUN5OSSLAKVPKR23S3FVPDANCNFSM4WMJAJMQ>
.
|
Using my own openLuup software (Vera emulation) with a ZWay USB stick. |
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.
The text was updated successfully, but these errors were encountered: