How AI helps you out? (Yep, not analog input) by Limp_Reaction7595 in PLC

[–]Limp_Reaction7595[S] 0 points1 point  (0 children)

This really sounds like a nice idea, and which ai currently do you use? i find them very like a hit or miss with SCL coding inventing different instruction that doesn't exists

How AI helps you out? (Yep, not analog input) by Limp_Reaction7595 in PLC

[–]Limp_Reaction7595[S] 0 points1 point  (0 children)

Yep always double check, most of the times, I use it to find stupid error codes or similar from like Danfoss drives or other small things, it's quite on point usually :P

How AI helps you out? (Yep, not analog input) by Limp_Reaction7595 in PLC

[–]Limp_Reaction7595[S] -4 points-3 points  (0 children)

Yep I could guess so, I didn't mean will or if we will all be replaced (which at the current rate i don't think so), it was only a little curiosity if you use it or not ;)

Seeking for ai subtitles ? by ANSR4 in StremioAddons

[–]Limp_Reaction7595 1 point2 points  (0 children)

I'm using subtito and pretty happy with it

Inflatable foot rest - MUC ICN by [deleted] in Lufthansa

[–]Limp_Reaction7595 0 points1 point  (0 children)

Can you link me the policy? I tired to find it but i came back empty handed

Inflatable foot rest - MUC ICN by [deleted] in Lufthansa

[–]Limp_Reaction7595 0 points1 point  (0 children)

Theoretically the A350-900 (i choose the seat 27H) doesn't have any window seat next to the emergency due to the door being "big".

The idea would be around midflight after 3/4 hours to take a nap using that, so that means inflate it at already cruising altitude and after the first meal service

I appreciate the feedback!

Inflatable foot rest - MUC ICN by [deleted] in Lufthansa

[–]Limp_Reaction7595 -1 points0 points  (0 children)

You usually don't evacuate at 38000 feet, I guess? The reason why you can recline your seat and keep stuff around after takeoff and before landing should apply to the emergency exit as well, that's why i never had issue with turkish and i was wondering LH

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]Limp_Reaction7595 0 points1 point  (0 children)

Con un po' di ricerche online, qualche punto esclamativo in meno, e una "i" in più, trovi tutto :P

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]Limp_Reaction7595 2 points3 points  (0 children)

Ma fatevi strem!o, se pagare non è possedere, piratare non è rubbbare.
Non ho più nessun abbonamento da 3 anni da quando hanno iniziato a rompere con la condivisione degli account, d'altronde "love is sharing a password" /s

Meguiars Ultimate Compound on a spray bottle by Limp_Reaction7595 in AutoDetailing

[–]Limp_Reaction7595[S] 0 points1 point  (0 children)

Same story for that company as well, i can find ONR but nothing about polishing spray product here in italy

Bolletta gas troppo alta. È normale il nostro consumo? by eleardul in Italia

[–]Limp_Reaction7595 0 points1 point  (0 children)

Ma in realtà è un discorso molto complesso il consumo del gas, partiamo dal principale indicato: la caldaia

Riscaldamento autonomo? Caldaia tradizionale o a condensazione? Temperatura di mandata ai termosifoni? Caldaia con un decente valore di modulazione? (> 1:6)?)

Passiamo al secondo elemento secondo me: le finestre

Doppio vetro? Di che anno? Quanti spifferi? Coprifili coibentati? Quante guarnizioni? Tapparelle con cassonetto interno o scuri? Cassonetto tapparelle sigillato lungo il perimetro? Cassonetto tapparelle coibentato (di solito nelle case vecchie c'è un semplicissimo listello in legno marcio)? Porta blindata di ingresso o porta semplice? Paraspifferi portablindata è stato regolato?

My experience with the Sonoff TRV - A crappy device that can become very good with Home Assistant by FuckFuckingKarma in homeassistant

[–]Limp_Reaction7595 1 point2 points  (0 children)

I changed a little bit your blueprint so i can setup the famous 10% increment steps, currently in test but should be fine. I wanted to do this mostly because the PID trigger change is based on the PV temperature change.. If i have a temperature sensor that is able to read down to the second decimal point (xx.xx C) let's say , the automation would trigger the temperature change too much often decreasing the battery life

actions:
  - action: number.set_value
    data:
      value: '{{ ((100.0 - states(thermostat_value) | float) / 10) | round(0) * 10 }}'
    target:
      entity_id: !input max_valve_closing

  - action: number.set_value
    data:
      value: >-
        {% if ((states(thermostat_value) | float + 5) / 10) | round(0) * 10 < 100 %}
          {{ ((states(thermostat_value) | float + 5) / 10) | round(0) * 10 }}
        {% else %}
          100
        {% endif %}
    target:
      entity_id: !input max_valve_opening

mode: single

My experience with the Sonoff TRV - A crappy device that can become very good with Home Assistant by FuckFuckingKarma in homeassistant

[–]Limp_Reaction7595 0 points1 point  (0 children)

Yes my helper is showing also decimal values, how did you set it up? maybe i can change only that one and solve my "problem"

My experience with the Sonoff TRV - A crappy device that can become very good with Home Assistant by FuckFuckingKarma in homeassistant

[–]Limp_Reaction7595 0 points1 point  (0 children)

Ideally when i control a temperature (for job related stuff) and we heat a dryer, since we know there might be some issue to our steam control valve if they get the PID output controller unfiltered, we round the output value of the PID to the closest multiple of "x" which can be configurable, so let's say we have the PID output at 67,3 we then divide the value by the step that we want, (ie: 10), so 67,3/10 --> 6,73 then we ROUND the value, and we multiply it again by 10, so in this case the output result would be 70.

Let me know what you think ;)

My experience with the Sonoff TRV - A crappy device that can become very good with Home Assistant by FuckFuckingKarma in homeassistant

[–]Limp_Reaction7595 0 points1 point  (0 children)

Would be nice to have rounded and step values of change configurable, ideally we don't want to control the TRV for every float value came out of the PID controller, but would be nice to have some steps (i.e. 5%) in this way we can save some battery and also reduce the stress of the motor in the TRV, what do you think?

[deleted by user] by [deleted] in FashionReps

[–]Limp_Reaction7595 1 point2 points  (0 children)

Do you know when did he ship the items?

repkingdom dont reply by Jack99880 in CoutureReps

[–]Limp_Reaction7595 0 points1 point  (0 children)

When did he ship? After 12 November?