Brunner EAS3 Ofensteuerung Werte auslesen
Opened this issue · 3 comments
Hello can someone help me. I would like to have the values from the error log in individual states in iobroker. After that I would name the states by name. It would then be possible to implement the Brunner EAS3 oven control completely in iobroker.
`
multicast.0 | 2022-09-01 10:13:24.561 | error | unknown message received - please read the documentation !!!! - this was received: 0;1;1;80;2;0;0;319;1;16384;0;0;30;
-- | -- | --
multicast.0 | 2022-09-01 10:13:24.560 | error | SyntaxError: Unexpected token < in JSON at position 0
multicast.0 | 2022-09-01 10:13:23.562 | error | unknown message received - please read the documentation !!!! - this was received: ((()(((((((((((f)((((((((((((f(((()(((f((((((((((((((((((((((
multicast.0 | 2022-09-01 10:13:23.562 | error | SyntaxError: Unexpected token < in JSON at position 0
multicast.0 | 2022-09-01 10:13:22.562 | error | unknown message received - please read the documentation !!!! - this was received: ((()(((((((((((f)((((((((((((f(((()(((f((((((((((((((((((((((
multicast.0 | 2022-09-01 10:13:22.562 | error | SyntaxError: Unexpected token < in JSON at position 0
multicast.0 | 2022-09-01 10:13:21.570 | error | unknown message received - please read the documentation !!!! - this was received: ((()(((((((((((f)((((((((((((f(((()(((f((((((((((((((((((((((
multicast.0 | 2022-09-01 10:13:21.570 | error | SyntaxError: Unexpected token < in JSON at position 0
multicast.0 | 2022-09-01 10:13:20.563 | error | unknown message received - please read the documentation !!!! - this was received: ((()(((((((((((f)((((((((((((f(((()(((f((((((((((((((((((((((
`
I think the adapter "logparser' is what you are looking for
OK. A good idea, but multicast overwrites the log with error. Is there a way to get only the values in the log without error?
thank you, it works now