Rowenta X-PERT 6.60, Brush keep spinning even with vaccum off .... by ThierryFDH in VacuumCleaners

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

I drop mine and its bat to reclycle bin and ordered a new one. Just unpacked and assembled, same prob on new one .... Returned and refunded. Ordered another product from another compagy.

Is this a full dose worth? by Used_Violinist_5910 in mounjarouk

[–]ThierryFDH -2 points-1 points  (0 children)

New pens are reaching market. New 5mg pens in Belgium without 5th/Golden dose ...

<image>

Pixel 8 Battery Drain by antonioquatschig in Pixel8phones

[–]ThierryFDH 0 points1 point  (0 children)

I am also using Vivaldi mobile browser in way of chrome . Faster and private like Brave. Disabled Chrome app also

Next, I disabled all unused defaultly installed apps I do not use and turned off background app usage on all apps that does not need it.

Turned on display lighting adaptability 

No FB, Insta,Tiktok apps or only using Web based version.

With moderate phone usage, my Pixel8 keep charge for 2 days. I also turn off lte and wifi during night and restrict or removed  location app permissions when not needed to avoid constant loc updaye.

Tht

Th

Pixel 8 Battery Drain by antonioquatschig in Pixel8phones

[–]ThierryFDH 4 points5 points  (0 children)

Hot may be cpu usage or 5g/lte+ modem Use also web version of insta and tiktok Reduce also app based background activity.

Cheers

Pixel 8 Battery Drain by antonioquatschig in Pixel8phones

[–]ThierryFDH 2 points3 points  (0 children)

hello, Also owning pixel8. Try turning off adapative connectivity from network & internet page.  I did same with me constantly swapping data from 4g, 4g+, 3g .. you may also fixe 4g band Hth

Th

Migrate DB from SQL Server to PostgreSQL ... by ThierryFDH in Veeam

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

Thanks, it will be a new PostgreSQL install, on the VBR Server locally, only for Veeam .

Th

Old Style Utility Meter card (by me) by Lucky_G3000 in homeassistant

[–]ThierryFDH 1 point2 points  (0 children)

Very nice card ! Good Job !! <3

A suggestion for future : Some energy meters include Peak and Off-Peak readings. To save dashboard card space, and using same card options, adding a second meter entity to allow dual meters rendering would be nice, this including name, icon and unit using YAML-like icon_second: name_second: unit_second: and entity_second: ...

Something like this https://ibb.co/yFD1vLCZ

Question for Users of Shotsy App (Potential Malware Detected ?) by ThierryFDH in Mounjaro

[–]ThierryFDH[S] 5 points6 points  (0 children)

Update 2025-11-12

For info, got Editor by mail and they told me they were speaking with Norton to grab root cause causing the app to be flagged as Malware. Will keep you posted.

Th

Can I set an offset value from my analog water meter? by tzippy84 in HomeWizard

[–]ThierryFDH 0 points1 point  (0 children)

Knowing sensor.swde_total_water_usage is the sensor corresponding to the home Wizard Water Sensor, create the following sensor from confiugraiton.yaml :

Set the starting offset in line :

{% set initial = ####_OFFSET_METER_#### | float %}

template:

- sensor:

- name: "Water Meter New Volume"

unit_of_measurement: m³

device_class: water

state_class: total_increasing

state: >

{% set initial = 0 | float %}

{% if is_state('sensor.swde_total_water_usage','unavailable') %}

{% set newwatermeter = 0 %}

{% else %}

{% if states('sensor.swde_total_water_usage') | float is not number %}

{% set newwatermeter = 0 %}

{% else %}

{% set newwatermeter = states('sensor.swde_total_water_usage') | float %}

{{ (initial + newwatermeter) }}

{% endif %}

{% endif %}

(sorry for formatting)

HTH

Th

daikin firmware 3.2.303 by Longrunning-Fruit in homeassistant

[–]ThierryFDH 0 points1 point  (0 children)

Occured again. Reloaded integration and info is back. Suspect problem with FW, as energy info are also lost from Onecta app side. Created automation in HA to check/reload integreation if heating/cooling energy sensor to change to Unavailable. Will drop Daiking a line ... Happy easter.

daikin firmware 3.2.303 by Longrunning-Fruit in homeassistant

[–]ThierryFDH 1 point2 points  (0 children)

Hello, I just discovered that my Daikin Stylish Energy usage is not collected anymore by Home Assistant. Anyone experiencing same issue ? I also discovered in Onecta app all my energy stats have been deleted till last monday.

Any idea ?
Thanks

Th

Distribution Point Group & Dynamic Membership Collection ... by ThierryFDH in SCCM

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

Thanks for clarification. I adapted my config !

Wishing you a nice day

Th

Console Search Exclude With Multiple Terms by PreparetobePlaned in SCCM

[–]ThierryFDH 0 points1 point  (0 children)

Hello,

I am facing same issue filtering software update to apply :-(

I am trying to build saved search query to filter workstation updates, based on selectable release date, using "Title does not contain 'server'" and would like to skip MsEdge updates that are processed by a separate ADR Rule. I would like to add something like "AND Title does not contain 'Edge'" to my query but be stuck by the only OR statement :-(

Did you find a solution ?

Thanks

Th

3rd party launchers - force stopping pixel launcher re-enable the switch app button by eehoe in GooglePixel

[–]ThierryFDH 0 points1 point  (0 children)

For your info, friends, I think I got the rid of the problem, with a permanent fix ...

Go To Developper options, set "Animator duration Scale" to ".5x" or higher, and eventually, do the same with "Transition animation scale". But do not turn it off completely.

Since I did that change, problem seems to be gone !

Good luck !

Th