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: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ Additionally there are the following configuration/diagnostic entities:
40
40
- Whether vibration is enabled (configurable)
41
41
- The total heating time
42
42
- Whether the auto off timer is enabled (this is essentially the same as the heating state)
43
+
- The device connected state
44
+
- A reconnect button
45
+
- The rssi from the last ble message
43
46
44
47
## Notice
45
48
@@ -154,7 +157,7 @@ cards:
154
157
## Automatically progress temperature over time
155
158
156
159
This is an example automation that will automatically increase the temperature in 5-minute intervals.
157
-
Follows the [Vapesuvius temp guide](https://www.reddit.com/user/Vapesuvius/comments/zuwcs7/vapesuvius_unofficial_storz_bickel_temp_guide_2nd/)
160
+
Follows the [Vapesuvius temp guide](https://www.reddit.com/user/Vapesuvius/comments/zuwcs7/vapesuvius_unofficial_storz_bickel_temp_guide_2nd/) (for temp, not time)
158
161
159
162
```yaml
160
163
alias: Volcano progress
@@ -164,36 +167,32 @@ triggers:
164
167
entity_id:
165
168
- sensor.volcano_hybrid_current_on_time
166
169
above: 0
167
-
below: 5
168
170
id: "179"
169
-
alias: 0-5 => 179
171
+
alias: 0 => 179
170
172
- trigger: numeric_state
171
173
entity_id:
172
174
- sensor.volcano_hybrid_current_on_time
173
175
above: 5
174
-
below: 10
175
176
id: "185"
176
-
alias: 5-10 => 185
177
+
alias: 5 => 185
177
178
- trigger: numeric_state
178
179
entity_id:
179
180
- sensor.volcano_hybrid_current_on_time
180
181
above: 10
181
-
below: 15
182
182
id: "191"
183
-
alias: 10-15 => 191
183
+
alias: 10 => 191
184
184
- trigger: numeric_state
185
185
entity_id:
186
186
- sensor.volcano_hybrid_current_on_time
187
187
above: 15
188
-
below: 20
189
188
id: "199"
190
-
alias: 15-20 => 100
189
+
alias: 15 => 199
191
190
- trigger: numeric_state
192
191
entity_id:
193
192
- sensor.volcano_hybrid_current_on_time
194
193
above: 20
195
194
id: "205"
196
-
alias: 20-25 => 205
195
+
alias: 20 => 205
197
196
conditions: []
198
197
actions:
199
198
- action: climate.set_temperature
@@ -252,4 +251,4 @@ I use these, combined with a dimmer switch.
0 commit comments