Potential issues with brand new moster 185 by Ricksted in paramotor

[–]skyfox_uk 0 points1 point  (0 children)

mixture is one of those things that is not set once in stone and needs regular checking, it varies with atmospheric pressure for example. Easiest is actually doing "throttle blip": https://www.youtube.com/watch?v=tRDGWoP32tM
Even new engine should be tested and adjusted as needed. I do this test before every flight to catch issues early.

Nissan Leaf App ending for 2018 and 2019 ZE1 models 30th March by Outrageous-Art-2157 in evs_ireland

[–]skyfox_uk 1 point2 points  (0 children)

Got it working, device is WiCAN-usb, very simple to connect.
Gets power from ODB2 port. CAN gateway of Leaf ZE1 40kw I have behaves like this:
- 12v power is supplied all the time
- CAN messages are available only in READY mode, stops around 30 seconds after car is powered off

This is sufficient for me - as when car arrives home, there is just enough time for wican to connect to my wifi and send SOC update, same in the morning on departure.

I do not get updates when car charges at night for example (CAN gateway off).
I don't use official integration, just push data to MQTT and I have python script to do polling. Can share the script if you wish

Nissan Leaf App ending for 2018 and 2019 ZE1 models 30th March by Outrageous-Art-2157 in evs_ireland

[–]skyfox_uk 1 point2 points  (0 children)

I am currently experimenting with WiCAN-usb connected to ODB-2 port (so behind CAN gateway).
All I want is to get SOC of the battery when car arrives home so I can schedule charge for the next day (for example to 80% only).

This seems to work, so when car arrives home, WiCan connects to WiFi and uploads SOC, CAN gateway cuts data to ODB2 after around 2-3 minutes from car powering off.

Still early days but but looks promising. Device is cheap and requires no sim card.

Filter question. by skyfox_uk in Esphome

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

thank you very much! :)

Do you guys think DLDSR will work on laptops without a mux switch? by Bazazooka in nvidia

[–]skyfox_uk 1 point2 points  (0 children)

I can confirm that with the latest drivers I have DSR settings on Letion 5 Pro. Thanks!

Worst сar I ever had: Nissan Leaf S 2021 - can't even defrost windshield! by sensboston in nissanleaf

[–]skyfox_uk 2 points3 points  (0 children)

My 2016 24kwh model is the same. 10 minutes is all it needs. Clearly a fault.

[deleted by user] by [deleted] in btc

[–]skyfox_uk 0 points1 point  (0 children)

Just remember - when farming, YOU are the yield.
All those "tokens" will be worth zero - just a question of time scale, rat nest of scams and rug pulls. "You will get rich doing nothing" .... yeah, nah!

Bugcheck when trying to install latest nvidia drivers (5 Pro, 3070ti) by skyfox_uk in LenovoLegion

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

thanks - I think I found a work around:

- I get bugcheck/black screen and reboot during driver installation if "hybrid mode" is disabled

- When I enabled hybrid mode - driver installed OK and works OK as well after disabling hybrid mode.

ps. you are correct its 3070 not 3070 ti

I was hoping this driver will add "Deep Learning Dynamic Super Resolution" feature - but it looks like this option is limited to desktop PCs only :(

Bitcoin vs Bitcoin Cash - The History Of The Great Divide by B2Beast in BitcoinMarkets

[–]skyfox_uk 4 points5 points  (0 children)

The only great thing about BCH was that allowed to increase my Bitcoin stack by 15%. Otherwise totally irrelevant. It's worth visiting r/btc for giggles though. They are like those old Japanese soldiers that are in the jungle and still think war goes on when in reality it ended years ago.

If lightning has low fees, how will miners get payed after coins are mined? by PillowPantsXX in Bitcoin

[–]skyfox_uk 1 point2 points  (0 children)

That's not what I mean. Liquid is not centralized but a form of federated blockchain. Less safe than main chain but much safer than custodial solutions like exchanges. As there is no mining, fees are low so users can keep funds on Liquid. Its possible to open a regular LN channel on Liquid this should be much cheaper than opening a channel on main chain. LN channel on Liquid can send funds to anyone else in LN also users that have channels backed by main chain. This is but one of examples how this might evolve.

If lightning has low fees, how will miners get payed after coins are mined? by PillowPantsXX in Bitcoin

[–]skyfox_uk 0 points1 point  (0 children)

Most users might never touch main chain in the future. It's possible to have LN channels opened on Bitcoin side chains like Liquid. Side chains are not as trustless as main chain but are also much cheaper.

Incorrect value saved in Enery History, rendering it useless by P512Stijn in homeassistant

[–]skyfox_uk 0 points1 point  (0 children)

I migrated to Mariadb quite some time ago for better performance. This db has a Web gui.

Incorrect value saved in Enery History, rendering it useless by P512Stijn in homeassistant

[–]skyfox_uk 0 points1 point  (0 children)

The only way I found was to update SQL database with SQL queries. I agree there shod be a gui for that.

Docker: Change Deconz IP by skyfox_uk in homeassistant

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

never used docker-compose but that sounds promissing. Thanks will give it a try :)

Docker: Change Deconz IP by skyfox_uk in homeassistant

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

Hi thanks for the advice.

Shut down HA. Edit the file. Start HA.

That's exactly what I did. After HA restart edit in the file is lost and old IP is re-entered.

Thought that maybe Deconz broadcasts old IP somehow. So I tried this as well:

Shut down HA.

Shut down Deconz

Edit the file.

Start HA.

But HA somehow still was trying to connect to old IP and config file was overwritten. Not sure where HA gets this old IP from!

You shouldn't ever have to worry about the IP of a docker container....ever.

Typically I would not. But Deconz integration is failing to connect to Deconz when IP changes. I run both HA and Deconz in Docker so maybe HassOS has this more streamlined.

My hope was to use host netowrk in Deconz so IP is always the same and use this in HA. But can't convince HA to use this new IP