You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/iron_os.markdown
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ ha_category:
7
7
- Update
8
8
- Binary sensor
9
9
- Select
10
+
- Switch
10
11
ha_iot_class: Local Polling
11
12
ha_release: 2024.8
12
13
ha_config_flow: true
@@ -20,6 +21,7 @@ ha_platforms:
20
21
- update
21
22
- binary_sensor
22
23
- select
24
+
- switch
23
25
---
24
26
25
27
The **IronOS** {% term integration %} seamlessly connects Home Assistant with PINE64's Pinecil V2 soldering irons, allowing for remote monitoring and control. This integration provides real-time updates on temperature, power, and various other settings and diagnostic information.
@@ -104,6 +106,12 @@ The following controls allow you to customize the settings and options for your
104
106
-**Temperature display unit:** Sets the unit for displaying temperature as Celsius (C°) or Fahrenheit (F°).
105
107
-**Animation speed:** Adjusts the pace of icon animations in the menu, with options for off, slow, medium, or fast.
106
108
-**Boot logo duration:** Sets the duration for the boot logo, with options for off, 1–5 seconds, or loop.
109
+
-**Animation loop:** Controls whether menu animations should loop continuously. This setting is applicable only when animation speed is enabled.
110
+
-**Detailed idle screen:** Enables a more detailed view on the idle screen, showing text with additional information compared to the default icon-based view.
111
+
-**Detailed solder screen:** Enables a more detailed view on the soldering screen in a text-based format, reducing the use of graphical visuals.
112
+
-**Invert screen:** Inverts the OLED screen colors.
113
+
-**Swap +/- buttons:** Reverses the button assignment for incrementing and decrementing temperature on adjustment screens.
114
+
-**Cool down screen flashing:** Enables the idle screen to blink the tip temperature when it exceeds 50°C, serving as a tip is still hot warning.
107
115
108
116
### Power management
109
117
@@ -115,13 +123,16 @@ The following controls allow you to customize the settings and options for your
115
123
-**Power Delivery timeout:** Defines how long the firmware will attempt to negotiate USB-PD before switching to Quick Charge. Lower values are recommended for faster PD negotiation.
116
124
-**Power limit:** Sets a custom wattage cap for the device to maintain the **average** power below this value. Note: Peak power cannot be controlled. When using USB-PD, the limit will be the lower of this setting and the power supply's advertised wattage.
117
125
-**Quick Charge voltage:** Adjusts the maximum voltage for Quick Charge negotiation. Does not affect USB-PD. Ensure the setting aligns with the current rating of your power supply for safety.
126
+
-**Power Delivery 3.1 EPR (Extended Power Range):** Enables EPR mode, allowing input voltages up to 28V with a [compatible USB-C power supply](https://wiki.pine64.org/wiki/Pinecil_Power_Supplies#EPR_PD3.1,_140W_Chargers)
118
127
119
128
### Advanced settings
120
129
121
130
These settings are intended for technically experienced users and require careful consideration before changes.
122
131
123
132
-**Voltage divider:** Fine-tunes the measured voltage to account for variations in the voltage sense resistors between units.
124
133
-**Calibration offset:** Adjusts the calibration of the thermocouple measurements, which determine the temperature displayed for the tip.
134
+
-**Calibrate CJC (Cold Junction Compensation):** Initiates thermocouple calibration at the next boot to improve temperature accuracy. Only needed if temperature readings are consistently inaccurate. Ensure the device is at room temperature before calibrating. For more details, see the [documentation](https://ralim.github.io/IronOS/Settings/#setting-calibrate-cjc-at-next-boot).
135
+
125
136
## Automations
126
137
127
138
Get started with this automation example for IronOS with a ready-to-use blueprint!
0 commit comments