StefCoene / velserver

14 stars 6 forks source link

VMBGPOD temperature value not returned #6

Closed Rosen01 closed 5 years ago

Rosen01 commented 5 years ago

VMBGPOD temperature value is stored with data name 'Current temperature' in data base.

StefCoene commented 5 years ago

All values for temperature are stored as 'Temperature' in the database and this on the correct Channel. Also for the touch panels.

Previously, the data was indeed stored as 'Current temperature' in the modules_info table, but now it's stored in the modules_channel_info table with the correct channel.

I recenlty rewrote big parts of the scripts and that was 1 of the changes I implemented.

Rosen01 commented 5 years ago

It's seems that I did something wrong with my last pull from git. I re-cloned the project on my server, cleared the data in the database. Everything run fine now. Sorry for the unnecessary change.

StefCoene commented 5 years ago

To be honest, this is a pet project for me and I'm not used that other people are using it too ;)

So yes, some time ago I changed some of the database stuff. And a clear can help in that case.

I also found a bug lately that was the opposite. The content in the databases was correct and also correctly loaded when you restart logger.pl. But a fresh install would had issues.

So don't hesitate to open a bug report if you find something that's not working correctly.

Stef