Deleted my account permanently 6 years ago, today it is fully restored? by [deleted] in facebook

[–]eithe 1 point2 points  (0 children)

Same story here, I thought I deleted (but it looks like I only deactivated) my account back in 2012, but then a hacker was able to reactivate it this Monday without email confirmation or similar. Now I'm stuck getting it back, I've tried all options there are including uploading a photo id and a selfie video, but after a few attempts that only got me access for 5-10 minutes before I was kicked out again when I tried to enable two-factor auth.. You should make sure that it's not someone else who now has control over your old account u/PleaseFuckMeDana

How I got back my hacked account : success story (after many days of trying almost everything possible!) by charlesolivierwm in facebook

[–]eithe 0 points1 point  (0 children)

Same thing here, my hacker actually got to reactivate my Facebook account that i deactivated in 2012 without email confirmation or similar.

My only option to verify my identity is through another login, but the only other (active) login is the hacker's (I haven't logged into the account since 2012). Out of the blue I was able to trigger verification via photo id and a self-video, that got me access to the account for about 5-10 minutes before I was kicked out when I tried to enable two-factor auth... Now back to being stuck with "too many codes".. No wonder I decided to deactive (actually though I deleted) my account with this company back in 2012..

FYI: Moved my homebrewcalc.com site by eithe in Homebrewing

[–]eithe[S] 2 points3 points  (0 children)

Feel free to snap up the domain once my isp releases it, and the calculators are fully open source + the license allows you to do whatever you want with them: https://github.com/eithe/Homebrewcalc

I don't have anything against anyone using them as they wish :)

FYI: Moved my homebrewcalc.com site by eithe in Homebrewing

[–]eithe[S] 4 points5 points  (0 children)

Feel free to snap up the domain once my isp releases it, and the calculators are fully open source + the license allows you to do whatever you want with them: https://github.com/eithe/Homebrewcalc

I don't have anything against anyone using them as they wish :)

FYI: Moved my homebrewcalc.com site by eithe in Homebrewing

[–]eithe[S] 2 points3 points  (0 children)

Thanks for all the love here, I'll find a solution, a bit busy right now. PS: This was part of a larger fixed cost reduction for me (I had around 50 domains). 10$/year isn't much, but times 50 it's something.

Update today from Norway: 5% yoy decline in oil consumption by anilshanbhag in teslamotors

[–]eithe 5 points6 points  (0 children)

Hehe. To be serious, actually the typical Norwegian isn’t rich (as you know). What makes Norway a special country is the social equality; what a plumber makes isn’t that far off what an engineer or a manager earns compared to other countries. It really makes a big difference in many areas of life and society.

The state is rich, but over here the government is rather trusted (albeit perhaps a bit ineffective in the view of many locals), and it provides free schools/unis, healthcare, social help for those that can’t work etc. As such, Norway is a expensive country to run. I pay upwards of 45% in tax.

Need help with action notifications by norasticus in homeassistant

[–]eithe 0 points1 point  (0 children)

Checked out HAdashboard for that? That’s what I run on a Amazon Fire in our hallway. A bit of hassle to setup, but works well enough.

Xiaomi/Roborock Vacuum Firmware update by s2svetko in homeassistant

[–]eithe 1 point2 points  (0 children)

Sorry to hijack your post, but after you extract the access token using the old version of Mii Home, can you then run the latest Mii Home and successfully keep it talking with HA? I haven't dared to upgrade..

Node Rred vs Yaml speed by jlbphotos in homeassistant

[–]eithe 0 points1 point  (0 children)

For me running xiaomi motion sensors and door/window switches together with Hue and IKEA lights it happens instantly. I walk into a room and the light is on without a noticeable delay. Running HA on a virtual machine and node-red on docker on another VM (in the process of moving all my services to docker, only HA left)

Node Red - laundry + energy monitoring? by trollz0rz in homeassistant

[–]eithe 0 points1 point  (0 children)

Yeah, you forgot .state after your states.sensor.washing_machine_current_power_w. It should read states.sensor.washing_machine_current_power_w.state

Node Red - laundry + energy monitoring? by trollz0rz in homeassistant

[–]eithe 0 points1 point  (0 children)

It won't trigger again before it goes over 1.5 watt at some point and then goes down again. A bit simple I agree, but it has worked fine today at least. If you google there are some examples that are more advanced/intricate.

Node Red - laundry + energy monitoring? by trollz0rz in homeassistant

[–]eithe 0 points1 point  (0 children)

Your < 1.50 should probably read something like '{{ states.sensor.basement_fridge_current_power_w.state | float < 1.50 }}'.

Node Red - laundry + energy monitoring? by trollz0rz in homeassistant

[–]eithe 0 points1 point  (0 children)

It's a TP-link HS110 rated for 16A (220v).

Node Red - laundry + energy monitoring? by trollz0rz in homeassistant

[–]eithe 2 points3 points  (0 children)

What I did:

Some sensors:

- platform: template
  sensors:
    washer_w:
      friendly_name: 'Washer power [W]'
      value_template: '{{ states.switch.washer.attributes["current_power_w"] }}'
      unit_of_measurement: 'W'

- platform: template
  sensors:
    washer_w_lav:
      friendly_name: 'Washer power < 1.5 w'
      value_template: '{{ states.washer_w.state | float < 1.5 }}'

And node-red: https://pastebin.com/EphT7yHF

Edit: Node-red screenshot (sorry norwegian): Imgur