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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: IronOS
3
3
description: Instructions on how to integrate IronOS-based Pinecil V2 devices with Home Assistant.
4
4
ha_category:
5
+
- Number
5
6
- Sensor
6
7
ha_iot_class: Local Polling
7
8
ha_release: 2024.8
@@ -17,6 +18,10 @@ ha_platforms:
17
18
18
19
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.
19
20
21
+
## Minimum requirements
22
+
23
+
-**Pinecil V2** requires IronOS v2.21 or higher to connect to Home Assistant. Please refer to the [Pinecil Wiki](https://wiki.pine64.org/wiki/Pinecil_Firmware#Overview) for update instructions.
24
+
20
25
{% include integrations/config_flow.md %}
21
26
22
27
## Number controls
@@ -34,7 +39,7 @@ The **IronOS** {% term integration %} seamlessly connects Home Assistant with PI
34
39
-**Max tip temperature:** Indicates the maximum temperature that the currently inserted soldering iron tip supports.
35
40
-**Power level:** Displays the duty cycle of the pulse-width modulation (PWM) in percent, indicating the current power output of the soldering iron (for example, "50%" for a 50% duty cycle).
36
41
-**Power source:** Identifies the current power source used by the soldering iron, such as DC input, USB Quick Charge, USB Power Delivery, or USB Power Delivery VBUS.
37
-
-**Raw tip voltage:** Measures the raw voltage at the soldering irontip.
42
+
-**Raw tip voltage:** Measures the raw voltage at the soldering iron's thermocouple, which is then offset compensated and converted to the tip temperature.
38
43
-**Tip resistance:** Indicates the resistance of the currently inserted soldering iron tip (for example, "6.2 Ω" for short tips, "8 Ω" for normal tips)
39
44
-**Uptime:** Tracks the total operating time of the soldering iron since its last power-on.
40
45
-**Hall effect strength:** (Optional) This feature requires the device to be [modified with a hall effect sensor](https://wiki.pine64.org/wiki/Pinecil_Hall_Effect_Sensor). If a neodymium magnet is attached to the stand, it enables proximity detection and can be utilized to calibrate when the iron enters sleep mode based on its proximity to the stand.
0 commit comments