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

ESS implementation #506

Merged
merged 49 commits into from
Sep 13, 2023
Merged

ESS implementation #506

merged 49 commits into from
Sep 13, 2023

Conversation

fdelcampo
Copy link
Contributor

No description provided.

import Value from 'components/GeneralPurpose/SummaryPanel/Value';
import StatusText from 'components/GeneralPurpose/StatusText/StatusText';
import { fixedFloat } from 'Utils';
import styles from './Info.module.css';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should get rid of Info.module.css since it's not really being used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get rid of this file?

Copy link
Contributor

@MiaRoseElbo MiaRoseElbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a couple comments, mostly doubts about some versions and maybe unneeded files.
If everythings ok then merge this.
Thanks!!

@@ -1071,7 +1071,7 @@ export const getLouversStatus = (state) => {
return {
actualPositionLouvers: louvers['telemetry-MTDome-0-louvers']
? louvers['telemetry-MTDome-0-louvers'].positionActual.value
: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
: [50, 30, 70, 90, 100, 20, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set default position back to 0

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this break WeatherStation / GlycolLoop / or other plots?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not, resolve the bug in all the location when used plot with resize observer

love/yarn.lock Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been rebased? versioning seems to be pushed up and there might be some conflicts with locked library versions.

…nd max temperature limit for props configurate
…for the plotted and attributes of the selected sensor
…ction of speed vector in AirFlow and AirTurbulence
…pen when not received info from telemetry from telemetry-MTDome-0-louvers
…vector and add comparator function for the render only when its changed an attribute
…ation. Add the azimuth position to the rotation of the main door and dropout door and the percent open from the telemetries
…nnect in componentWillUnmount of the plot component
@fdelcampo fdelcampo merged commit 2cc9e05 into develop Sep 13, 2023
1 check passed
@fdelcampo fdelcampo deleted the tickets/LOVE-201 branch September 13, 2023 16:23
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.

2 participants