This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests, browser_cookie3, re, json, datetime, os | |
from dotenv import load_dotenv | |
from urllib.request import urlopen | |
# Load environment variables from the .env file | |
load_dotenv() | |
''' Get cookie from Firefox ''' | |
cj = browser_cookie3.firefox(domain_name='.google.com') | |
headers = { | |
"Host": "kidsmanagement-pa.clients6.google.com", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cassie.channel5.com | |
userservice-api.channel5.com | |
feeds-api.channel5.com | |
corona.channel5.com | |
www.channel5.com | |
www.hollandandbarrett.com | |
ve-hls-push-uk-live.akamaized.net | |
vs-cmaf-push-uk-live.bbcfmt.s.llnwi.net | |
vs-cmaf-pushb-uk-live.bbcfmt.s.llnwi.net | |
vs-cmaf-push-uk-live.akamaized.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: "esp-ashp" | |
on_boot: | |
priority: -100 | |
then: | |
- lambda: |- | |
esphome::modbus_controller::ModbusController *controller = id(ashp_modbus); | |
std::vector<uint16_t> outdoor_registers = { | |
0x8238, // Compressor frequency | |
0x8204, // Outdoor temperature |