Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT-HASS: Invalid value for number.sensocomfort_outsidetempavg_tempv: -0.0078125 (range 0.0 - 100.0) #1405

Closed
jan666 opened this issue Dec 2, 2024 · 1 comment

Comments

@jan666
Copy link

jan666 commented Dec 2, 2024

Description

(Maybe a duplicate of #1188 but maybe this is a different case?)

I noticed this error in my hass log:

2024-12-02 07:36:22.529 ERROR (MainThread) [homeassistant.components.mqtt.number] Invalid value for number.sensocomfort_outsidetempavg_tempv: -0.0078125 (range 0.0 - 100.0)

and indeed it was never updated below 0.0. I already checked mqtt-hassio.cfg but I can't find anything to change.

Actual behavior

homeassistant.components.mqtt.number is not updated when the value is < 0

Expected behavior

The range should be something like -100.0 - 100.0 or it should be just no range?

ebusd version

24.1

ebusd arguments

--scanconfig -d ens:/dev/ttyACM0 -c /home/pi/git/ebusd-configuration/ebusd-2.1.x/de/ --log=all:error --httpport=8080 --mqtthost xxx --mqttport 1883 --mqttuser ... --mqttpass ... --mqttint=/etc/ebusd/mqtt-hassio.cfg

Operating system

Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)

CPU architecture

arm64

Dockerized

None

Hardware interface

Adapter Shield v5 via USB

Related integration

No response

Logs

nothing

@john30
Copy link
Owner

john30 commented Dec 14, 2024

pretty much the same as in #1188, as for EXP types it does not make sense to put in the possible min/max in the first place. instead ebusd would need to be extended to support explicit min/max values per message field

@john30 john30 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants