-
-
Notifications
You must be signed in to change notification settings - Fork 713
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
leshow.heater.bs1 shows heater internal temperature as current temperature #316
Comments
I don't think there's anything wrong with it. |
My room is not currently at 36C, it is at 25C which is showing as a sensor instead of climate current temperature. 36C is the heater internal temperature and should instead be shown as a sensor called "Heater Internal Temperature". 25C is the room current temperature and should be shown as climate current temperature. |
Hello, I also encountered this problem with the wrong temperature (internal instead of environment temperature). I'm curious if there could be a fix for this? @al-one @mouth4war |
Show me the entity attributes. |
Try master branch. |
Here you go: hvac_modes:
- auto
- 'off'
min_temp: 18
max_temp: 28
target_temp_step: 1
preset_modes:
- Sleep
- 'off'
current_temperature: 24
temperature: 22
hvac_action: heating
preset_mode: null
model: leshow.heater.bs1
lan_ip: 192.168.31.165
mac_address: redacted
entity_class: MiotClimateEntity
home_room: redacted
miot_type: urn:miot-spec-v2:device:heater:0000A01A:leshow-bs1:1
heater.on: true
heater.mode: 0
heater.target_temperature: 22
heater.temperature: 41
alarm: false
physical_controls_locked: false
environment.temperature: 24
countdown.countdown_time: 0
state_updater: cloud
sub_entities:
- heater-2.on-1
- countdown-3.countdown_time-1
- environment-4.temperature-7
- physical_controls_locked-5.physical_controls_locked-1
icon: mdi:heat-wave
friendly_name: Baseboard Heater
supported_features: 17 |
Awesome! Just tested the changes, and happy to report it's now showing the correct environment temperature attribute. Tks! |
https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:heater:0000A01A:leshow-bs1:1
Room temp is showing 40C (heater fins temperature) instead of room environment temperature (which is showing as a sensor). These variables should be switched.
The text was updated successfully, but these errors were encountered: