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
thanks for this!
i tried to configure an MQTT bridge, but Mosquitto does not support Websockets as a bridge connection so i also took the route of the nodeRed integration.
Hi,
I tried to connect to my Bayrol Automatic pH/Cl via MQTT Explorer, but I can’t get it to work. I extracted the user name via the dev tools in my browser. I get a user name which looks like this “user_*******” with digits and letters. However, when I try to connect via MQTT Explorer, I only get a “Connection refused: Not authorized” message. Does anyone know what the problem could be?