hi there,
worked on the bayrol this weekend.
you will find something interesting here
https://github.com/harb70/bayrolas5-nodered
An Excel file, with all the codes i’ve found.
The first digit of a message is related to the type of objects for the application to read
4.XX is a number (for the metrics you need)
5.XX is an enum (for status etc)
6.XX is a string (not already in the excel file, will be soon, you will find IP of the bayrol, etc)
7.XX is related to embedded code in the bayrol, not useful for us
10.XX are mesages on the UI
11.XX are conditions, not actually sure of usage
13.XX are GUI functions
14.XX events (i’m sure it will be useful:) )
Reminder : when you need a value, send a message in the “g” topic d02/ASEXX-XXXX/g/4.78" will ask to send the actual value of pH
no need to send message to /v/ topics it’s only to receive data.
I’m working to use /s/ messages to turn on/off ph regulation for exemple, with no luck for now, but i’m sure i will find the solution (i’m pretty close)
stay tuned