Database entries mismatch #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lewismoten/solar-log#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.