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

Incorrect registers for weather control data (S1155) #148

Open
lewurm opened this issue Jan 21, 2024 · 2 comments
Open

Incorrect registers for weather control data (S1155) #148

lewurm opened this issue Jan 21, 2024 · 2 comments

Comments

@lewurm
Copy link

lewurm commented Jan 21, 2024

I've noticed that any values regarding weather forecast are always null:

Wind speed, weather forecast MODBUS_INPUT_REGISTER 960 10 5 0 0 0
Humidity, weather forecast MODBUS_INPUT_REGISTER 961 10 % 5 0 0 0
Temperature, weather forecast MODBUS_INPUT_REGISTER 962 10 °C 2 0 0 0
Temperature, weather data (forecast) MODBUS_INPUT_REGISTER 963 10 °C 2 0 0 0

While in myuplink something like this is shown:
Screenshot 2024-01-21 at 20 48 56

Does anyone get useful weather data?

@yozik04
Copy link
Owner

yozik04 commented Jan 22, 2024

Interesting what they are using it for. Forecast for just 6 hours ahead does not give much if you have floor heating.
Check what registers are read in MyUplink.

@lewurm
Copy link
Author

lewurm commented Jan 22, 2024

Interesting what they are using it for. Forecast for just 6 hours ahead does not give much if you have floor heating.

My understanding is that this is an improvment over controlling the heating power by the average outdoor temperature, as it's reacting better to drastic weather changes. But indeed the available information on this feature is quite modest.

I'd like to understand it better, that's why I started to poke at this. For the SPA (Smart Price Adaption) feature there is a Heating offset (SPA) register which shows what is happening behind the scenes, e.g. from last week:
Screenshot 2024-01-22 at 18 00 41

There is a clear relationship between electricity price, this computed offset and the compressor frequency.

Ideally I would like to have something in similar vain for the weather feature, e.g. Heating offset (weather).


Check what registers are read in MyUplink.

Interesting, I didn't know that modbus specs do show up when using MyUplink. Alas for those fields MDOBUS_NO_REGISTER is used as modbusRegisterType 🙁
Screenshot 2024-01-22 at 17 40 39

So nothing can be done, or is there more to it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants