-
Notifications
You must be signed in to change notification settings - Fork 209
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
LYWSD03MMC as remote display from esphome - show ONLY remote data? #380
Comments
The thermometer has the ability to work directly with a liquid crystal buffer. The command "60xxxx..." JS example: https://github.com/pvvx/pvvx.github.io/blob/master/ATC_MiThermometer/TelinkMiFlasher.html#L1988 :
|
In the new version 4.4 (current status: beta), the option to display only external data will be added when the display time value is set to 65535 seconds. Permanent display, until reboot. |
Excellent! Thank you. I've tested the beta firmware and it works like a charm! |
Minimum LCD refresh rate: 12.75 - это максимум, который устанавливается, как установить 65535? |
@udavst You put those 65535 to the system you use to provide data for the display. NOT in the configuration of the firmware itself. In the case of esphome you put |
really nice! few things... (pvvx and esphome firmwares installed are the latest available)
but it doesn't connect...
edit:
thanks |
Hi, I have been experimenting with LYWSD03MMC as remote display for Home Assistant via esphome node.
https://esphome.io/components/display/pvvx_mithermometer.html
I tried changing measure interval and min. lcd update interval but I can't find out how to display ONLY the data sent from esphome. The display keeps changing between the remote data and locally measured temperature and humidity.
Is there any way how to show JUST the remote data and suppress the local measurements? I want to display outdoor temperature I get from another sensor and the switching between this and local measurements make the display confusing.
Thanks a lot
The text was updated successfully, but these errors were encountered: