-
Notifications
You must be signed in to change notification settings - Fork 13
Outdoor temp/temperature step/standby power #14
Description
Hi,
Just wondering if it is possbile to get outdoor temperature?
I've got a couple of the new MHI unit's with in-built wifi/and reports outdoor temp correctly.
i.e. https://github.com/jeatheak/Mitsubishi-WF-RAC-Integration
Have built this hardware for slightly older unit with no wifi and trying to do same.
Poking around here https://github.com/absalom-muc/MHI-AC-Trace/blob/main/SPI.md
it mentions
21 "OUTDOOR" [°C]
Outdoor temperature [°C]=DB11
So might be possbile? I did attempt to give it a go but could not seem to get working.
Other suggestiongs, can we please get the temperature step to be configurable? My unit has 0.5 degree resolution on the remote (and the WF-RAC units all have 0.5 step), so could you expose the temperature_step_ variable? It seemed to work fine when I manually changed the code, but would be better if could set via configuration.
Lastly, for standby power, looks like it just always returns "5w" when off. This isn't always desirable when tracking energy usage. Perhaps could again configure via a parameter "Energy usage include standby" for e.g. ?
Overall, great work on this project!