• Joined on 2024-08-04
rahix pushed to main at fafo/jeol-t330a 2024-11-10 06:58:09 +00:00
3b9c1ba912 succd: MODBUS library does not differentiate between TCP socket time outs and RTU time outs
9ec580c26f succd: implement auto-restarting of MODBUS connection in case of network loss
152290f5a3 succd: Fix -KEC1 relay board updates
6f93b96c39 succd: do not early return on error in modbusUpdate
d8a467a0c4 succd: Split scope lock into multiple blocks
Compare 13 commits »
rahix commented on pull request fafo/jeol-t330a#17 2024-11-10 06:58:00 +00:00
Temperature Measurement & MODBUS Integration

Merging this so main reflects the deployed state.

@q3k, please review retrospectively anyway, if you have time and comments, so we can fix any crimes in a follow-up

rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 05:36:54 +00:00
152290f5a3 succd: Fix -KEC1 relay board updates
6f93b96c39 succd: do not early return on error in modbusUpdate
Compare 2 commits »
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 05:20:49 +00:00
2056a3592e succd: do not early return on error in modbusUpdate
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 05:00:32 +00:00
d8a467a0c4 succd: Split scope lock into multiple blocks
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 01:19:51 +00:00
0e45650972 succd: Render temperature unit in template as well
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 01:04:59 +00:00
edb9051708 succd: Export temperature values to prometheus
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 00:59:18 +00:00
4ac1b5eb32 succd: Add highlight colors for temperatures
c02d24414f succd: Improve styling of temperature values
2e6a3be100 Add modbus integration
4edabc5c56 Add temperature and humidity stuff
52231a9e9c succbone: Add new mount
Compare 6 commits »
rahix created pull request fafo/jeol-t330a#17 2024-11-10 00:55:40 +00:00
Temperature Measurement & MODBUS Integration
rahix pushed to more-temps at fafo/jeol-t330a 2024-11-10 00:54:27 +00:00
260f77a2a8 succd: Add highlight colors for temperatures
5f5c653a5d succd: Improve styling of temperature values
Compare 2 commits »
rahix created pull request fafo/jeol-t330a#16 2024-11-01 16:43:07 +00:00
succbone: Add new mount
rahix created branch succbone-mount-v2 in fafo/jeol-t330a 2024-11-01 16:41:32 +00:00
rahix pushed to succbone-mount-v2 at fafo/jeol-t330a 2024-11-01 16:41:32 +00:00
9aa4ec3397 succbone: Add new mount
rahix commented on pull request fafo/jeol-t330a#14 2024-11-01 15:24:16 +00:00
More succbone metrics

@q3k, ping?

rahix commented on pull request fafo/jeol-t330a#14 2024-10-08 19:03:23 +00:00
More succbone metrics

So that's exactly what I though and why I started adding the counter implementation in the first place.

But it seems this isn't actually correct — prometheus only does the "account for…

rahix commented on pull request fafo/jeol-t330a#14 2024-10-07 05:47:40 +00:00
More succbone metrics

My main motivation here was to not break the existing metric but keep consistency in the naming - a sem_pressure_volts would not make sense but having sem_pressure_mbar alongside `sem_pirani_vo…

rahix pushed to metrics at fafo/jeol-t330a 2024-10-07 05:42:58 +00:00
c031fa5a43 succd: Add metrics for RP and RP operating time
0aba323779 succd: Export all process values as prometheus metrics
Compare 2 commits »
rahix commented on pull request fafo/jeol-t330a#14 2024-10-07 05:42:31 +00:00
More succbone metrics

As mentioned in the PR description, the counters only makes sense to keep if we change them to represent the total operating time with persistence on the succbone itself. Without that, the…

rahix pushed to metrics at fafo/jeol-t330a 2024-10-06 09:40:23 +00:00
a16dc6b73e succd: Add metrics for RP and RP operating time
rahix created pull request fafo/jeol-t330a#14 2024-10-06 09:38:55 +00:00
More succbone metrics