-
Notifications
You must be signed in to change notification settings - Fork 6
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
ESS implementation #506
Conversation
import Value from 'components/GeneralPurpose/SummaryPanel/Value'; | ||
import StatusText from 'components/GeneralPurpose/StatusText/StatusText'; | ||
import { fixedFloat } from 'Utils'; | ||
import styles from './Info.module.css'; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this 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], |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
…he main telescope
…sor in the right column
…nd max temperature limit for props configurate
…for the plotted and attributes of the selected sensor
…idity, airflow and temperature
…c in container of ESS component
…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
… windows of the auxtel
93482c8
to
fb138e6
Compare
No description provided.