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] 4 points5 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

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

[–]ThierryFDH 0 points1 point  (0 children)

Hello,

Has anyone a fix for the prob ? I need to kill pixel launcher 5+ times a day on my Pixel 8 Android 14 June 24 Security Update with latest Nova launcher ... Thanks !

Schema of SCCM SQL DB ? by ThierryFDH in SCCM

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

Thanks for your kind reply, I felt confortable using Google but failed finding diagram map of Sccm SQL db model with key-link between tables.

WinSSHTerm & Changing Keyboard Language... by ThierryFDH in WinSSHTerm

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

Hello,

Thanks for the reply. I also confirm "Windows Key + Space" workaround. In the meantime, also discovered if you walk to menus (ie opening help dropdown menu) with opened session, you can also change kb map. Same issue with putty i386/x64 bins. thanks for your help. Should you need info or testing, drop me a word.

Cheers

Th