You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coils and Discrete_Inputs in modbus are boolean values by definition of the standard. It can be useful to store them in the DB as boolean values then, instead of integers, to replicate the meaning that those values have in the standard.
Current behavior:
Right now the values read from coils and discrete_inputs are exported in line protocol as integers, and if you want to save them as booleans, you need to convert them with a dedicated processor.
Desired behavior:
Maybe, for backward compatibility, this can be added as a configuration option, more or less like
Feature Request
Proposal:
Coils and Discrete_Inputs in modbus are boolean values by definition of the standard. It can be useful to store them in the DB as boolean values then, instead of integers, to replicate the meaning that those values have in the standard.
Current behavior:
Right now the values read from coils and discrete_inputs are exported in line protocol as integers, and if you want to save them as booleans, you need to convert them with a dedicated processor.
Desired behavior:
Maybe, for backward compatibility, this can be added as a configuration option, more or less like
The text was updated successfully, but these errors were encountered: