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

Master > Stable merge (9.8.29 | 2018.05.01) #833

Merged
merged 129 commits into from Apr 30, 2018
Merged

Master > Stable merge (9.8.29 | 2018.05.01) #833

merged 129 commits into from Apr 30, 2018

Conversation

glynhudson
Copy link
Member

No description provided.

mabi and others added 30 commits August 8, 2017 09:36
- added cassandra engine to default settings
- bumped config version to 10
Changed the logic in PHPFina.php for get_data_DMY() to:
1. When storing the value in the array, remove the "$time<$end" as this was preventing the return of the last value and is also not required as the 'break' will prevent going past the end. This was clso ausing disparity with get_data() for the same date ranges
2. 'streamlined' the loop by making $increment a value which is defined once outside of the loop
Modified phpmqtt_input to accept a validated JSON name:value object.

TODO - look for a 'time' name, put it into $time and remove from JSON object.

TODO - update comments

.gitnore updated to ignore VSCode setting folder.
A problem was found in that emoncms does not handle non numeric dates in the past elsewhere.  This converts the date to a number of seconds.
cagabi and others added 27 commits March 22, 2018 12:36
Stretch requires PHP7, so added location of `php.ini`  and line to replace
Changed the user and group from pi:pi to root:adm
Updated the installation directory for emoncms to match the installation instructions.
Updated the paths to include the /var/www/html/ as per the linux instructions. Also now replaced all the rm with mv so that a back up is kept of everything. Also fixed the pi:pi to root:adm
see https://community.openenergymonitor.org/t/another-emonpi-stopped-logging-thread/7267/8?u=pb66
This only avoids a crash, it's not ideal to return "power = 0" to the next process.
See 5ca1093 and OEM forum thread https://community.openenergymonitor.org/t/input-list-doesnt-load/3797/65?u=pb66.
It seems the fix has inadvertently been removed with this commit a425e25
Re-implement fix for input page not loading
Added user id to logged error messages
Updates PHP sessions instructions for php7
Include example of using Authorization: Bearer
Process localization - javascript part
@glynhudson glynhudson changed the title Master > Stable merge Master > Stable merge (9.8.29 | 2018.05.01) Apr 30, 2018
@glynhudson
Copy link
Member Author

@glynhudson glynhudson merged commit 3d74f0a into stable Apr 30, 2018
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

Successfully merging this pull request may close these issues.

None yet