Database entries mismatch #2

Open
opened 2020-04-11 13:57:09 +00:00 by deemuuu · 0 comments
deemuuu commented 2020-04-11 13:57:09 +00:00 (Migrated from github.com)

It appears db-log-all-f.py etc is wanting to put database information into their own tables instead of what I think is suppose to happen that all the information goes into the table data-> values.

if i insert the following tables and columns into the database the errors go away

controller_real_time_data (containing id, log_id, rated_input_v, rated_input_a, rated_input_w etc)
controller_statistics
controller_discrete_input (containing id,log_id, discrete_over_temp_inside_device and discrete_is_night)
controller_settings
controller_real_time_status
controller_rated_data

This then causes a problem for the website to display information becomes it is trying to grab the data for the graphs and charts from a different place in the database

Any information would be highly appreciated.

It appears db-log-all-f.py etc is wanting to put database information into their own tables instead of what I think is suppose to happen that all the information goes into the table data-> values. if i insert the following tables and columns into the database the errors go away controller_real_time_data (containing id, log_id, rated_input_v, rated_input_a, rated_input_w etc) controller_statistics controller_discrete_input (containing id,log_id, discrete_over_temp_inside_device and discrete_is_night) controller_settings controller_real_time_status controller_rated_data This then causes a problem for the website to display information becomes it is trying to grab the data for the graphs and charts from a different place in the database Any information would be highly appreciated.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lewismoten/solar-log#2
No description provided.