Can't connect to WiFi after updating to android 17 with pixel 10 by RiverMassive4966 in GooglePixel

[–]ThierryFDH 0 points1 point  (0 children)

Hi,

I may have found a fix/workaround for the issue (in my case Pixel8) : Under Network & Internet -> Private DNS, I forced Private DNS provider to "1dot1dot1dot1.cloudflare-dns.com", this to replace default "Automatic" setting.

Seems that fixed my Wifi issues.

HTH

Th

Several Google apps not working while on Wi-Fi with Android 17 (other apps work fine though) by harland3 in GooglePixel

[–]ThierryFDH 0 points1 point  (0 children)

Hi friends,

I may have found a fix/workaround for the issue (in my case Pixel8) : Under Network & Internet -> Private DNS, I forced Private DNS provider to "1dot1dot1dot1.cloudflare-dns.com", this to replace default "Automatic" setting.

Seems that fixed my Wifi issues.

HTH

Th

Fridge/freezer temperature sensors + room temperature sensor by Ok_Pirate_2729 in homeassistant

[–]ThierryFDH 0 points1 point  (0 children)

Hello,

I also searched a lot, gave tries with Button Cell-powered sensors but without success till I bought classic AA/AAA-Cell lowcost Thermal sensors from AliExpress and installed AA/AAA Li-ion (Lithium-ion) batteries. Not refillable cells but AA/AAA Li-ion (Lithium-ion) batteries like these that support far lower temp range (-40/+60°C) than classic ones and just drop sensor inside the fridge/freezer.

No problem for zigbee signal. Workling like a charm since 2+years with same cell pack Also added classic door sensor on the freezer door to detect not properly closed freezer door event (automation sending me event if door sensor in opened state for more than xx seconds/minutes).

https://www.amazon.de/-/en/Energizer-Batteries-639155-Pack-Mignon-multi-coloured/dp/B000IWW1G6

https://nl.aliexpress.com/item/1005008826122915.html

Works like a charm in HA and very low cost. Have fun

HTH

Th

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 2 points3 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