-
Notifications
You must be signed in to change notification settings - Fork 130
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
Ia7 v1.3.560 #620
Ia7 v1.3.560 #620
Conversation
…cifically around the schedule.pm object
…_dir to the floorplan base image directory. For example floorplan_basedir_img : /ia7_floorplans $config_parm{html_alias_ia7_floorplans} = "/usr/local/floorplans"
…ns, need to clean up look and feel
…g_poll fetch utility subroutine works with new format, and revised UI for displaying on object modal
There were some occurrences of URLHash.show_pos missed during the change to an explicit developer mode
…icker dates to YYYY-MM-DD, added graph= for json history to allow for tabular display
Fix floor plan developer mode
Fixed jqCron needing 1-7 for DOW. added in conversion subroutine. Included Tobi's fixes for datepicker.
Hello Howard, I'm trying this pull request out, and I was able to crash MisterHouse by clicking the buttons in the web interface. The thing is: I can't reproduce it reliably. Maybe a missing error/safety check? I do have an error log:
|
Weird, if I look at line 412 on the v1.3.560 commit is in the RRD section
I think this error is that there is a null reference in a hash. The above line doesn’t have a variable as a hash reference. What were you doing when it happened? That line is close to the new object logger stuff. Maybe add a print line after "if ( $path[0] eq 'history') {“ so we can narrow down the area?
|
Were you able to reproduce the error? I've been using the new code on my production setup for the past few weeks without any crashes. Sent from my mobile device.
|
Hello Howard, no, I was not able to reproduce it. I'd not wait to merge this pull request. Best regards, |
Bring the Scheduler UI and object logger components into master. The collections.json updater is now in a lib file, which doesn't require the user to enable a common code module for the authorization updates to apply. The common code module will need to be removed.
Also includes an older version of Wayne's schedule.pm, which should be updated with his revised version.