Open timota opened 1 year ago
Ok, will try to reproduce it.
In the meantime try to remove min_value
& max_value
from co configuration
(for single byte it will default to 0-255)
will try, but if you can add min/max
to autodiscovery - it will fix part of issue with gui. Values wont overflow as default (1/100)
Number component doesn't work properly in HA. Due to scale up/down feature, number in gui more or less from original number provided by canopen node.
Example:
when number set to
6
on node, it appears as5
in GUI,30
->29
I guess this is something with rounding numbers.Also, according to documentation, (https://www.home-assistant.io/integrations/number.mqtt/) autodiscovery mqtt message should should be presented as
min
andmax
(currenlymin_value, and max_value
) to make it work properly in GUI