Solcast Integration for Home Assistant

Overview

Solcast Solar

Home Assistant(https://www.home-assistant.io/) Component

hacs_badge

This custom component integrates the Solcast API into Home Assistant.

Modified from the great works of

  • dannerph/homeassistant-solcast
  • cjtapper/solcast-py
  • home-assistant-libs/forecast_solar

Basic Installation/Configuration Instructions:

Add a new HA Integration selecting 'Solcast PV Solar'

Setup the Recorder to record data.. something like

recorder:
  purge_keep_days: 31
  include:
    entity_globs:
      - sensor.solcast*

integration

Getting a Solcast API Key:

Sign up for an API key (https://solcast.com/)

Create a Rooftop entity on the Solcast website. This will generate a rooftop_id (resource id) Copy the id and api for this integration to work.

img1 img2

Comments
  • Upgrade to HomeAssistant 2022.6 beta release breaks SolCast

    Upgrade to HomeAssistant 2022.6 beta release breaks SolCast

    After upgrade to the next beta SolCast breaks: https://rc.home-assistant.io/blog/2022/05/25/release-20226/

    This error originated from a custom integration.
    
    Logger: custom_components.solcast_solar
    Source: custom_components/solcast_solar/__init__.py:492
    Integration: Solcast PV Forecast (documentation, issues)
    First occurred: 7:44:57 AM (3 occurrences)
    Last logged: 7:44:57 AM
    
    get_forecast_sensor_state: Traceback (most recent call last): File "/config/custom_components/solcast_solar/__init__.py", line 432, in get_forecast_sensor_state event_s: list[int] = [event.event_data for event in events] File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2896, in __iter__ return self._iter().__iter__() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter result = self.session.execute( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1695, in execute conn = self._connection_for_bind(bind) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1536, in _connection_for_bind return self._transaction._connection_for_bind( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 747, in _connection_for_bind conn = bind.connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/future/engine.py", line 406, in connect return super(Engine, self).connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3234, in connect return self._connection_cls(self, close_with_result=close_with_result) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 96, in __init__ else engine.raw_connection() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3313, in raw_connection return self._wrap_pool_connect(self.pool.connect, _connection) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3280, in _wrap_pool_connect return fn() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/impl.py", line 382, in connect return _ConnectionFairy._checkout(self, self._fairy) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 868, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 476, in checkout rec = pool._do_get() File "/usr/src/homeassistant/homeassistant/components/recorder/pool.py", line 75, in _do_get check_loop( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 168, in check_loop raise RuntimeError( RuntimeError: Blocking calls must be done in the executor or a separate thread; Use homeassistant.components.recorder.get_instance(hass).async_add_executor_job(); at homeassistant/components/recorder/pool.py, line 75: check_loop(
    get_forecast_sensor_state: Traceback (most recent call last): File "/config/custom_components/solcast_solar/__init__.py", line 482, in get_forecast_sensor_state event_s: list[int] = [event.event_data for event in events] File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2896, in __iter__ return self._iter().__iter__() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter result = self.session.execute( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1695, in execute conn = self._connection_for_bind(bind) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1536, in _connection_for_bind return self._transaction._connection_for_bind( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 747, in _connection_for_bind conn = bind.connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/future/engine.py", line 406, in connect return super(Engine, self).connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3234, in connect return self._connection_cls(self, close_with_result=close_with_result) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 96, in __init__ else engine.raw_connection() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3313, in raw_connection return self._wrap_pool_connect(self.pool.connect, _connection) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3280, in _wrap_pool_connect return fn() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/impl.py", line 382, in connect return _ConnectionFairy._checkout(self, self._fairy) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 868, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 476, in checkout rec = pool._do_get() File "/usr/src/homeassistant/homeassistant/components/recorder/pool.py", line 75, in _do_get check_loop( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 168, in check_loop raise RuntimeError( RuntimeError: Blocking calls must be done in the executor or a separate thread; Use homeassistant.components.recorder.get_instance(hass).async_add_executor_job(); at homeassistant/components/recorder/pool.py, line 75: check_loop(
    get_forecast_sensor_state: Traceback (most recent call last): File "/config/custom_components/solcast_solar/__init__.py", line 457, in get_forecast_sensor_state event_s: list[int] = [event.event_data for event in events] File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2896, in __iter__ return self._iter().__iter__() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter result = self.session.execute( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1695, in execute conn = self._connection_for_bind(bind) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1536, in _connection_for_bind return self._transaction._connection_for_bind( File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 747, in _connection_for_bind conn = bind.connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/future/engine.py", line 406, in connect return super(Engine, self).connect() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3234, in connect return self._connection_cls(self, close_with_result=close_with_result) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 96, in __init__ else engine.raw_connection() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3313, in raw_connection return self._wrap_pool_connect(self.pool.connect, _connection) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 3280, in _wrap_pool_connect return fn() File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/impl.py", line 382, in connect return _ConnectionFairy._checkout(self, self._fairy) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 868, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 476, in checkout rec = pool._do_get() File "/usr/src/homeassistant/homeassistant/components/recorder/pool.py", line 75, in _do_get check_loop( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 168, in check_loop raise RuntimeError( RuntimeError: Blocking calls must be done in the executor or a separate thread; Use homeassistant.components.recorder.get_instance(hass).async_add_executor_job(); at homeassistant/components/recorder/pool.py, line 75: check_loop(
    opened by purcell-lab 53
  • [2.0] Forecast production / Inverter output not matching Solcast?

    [2.0] Forecast production / Inverter output not matching Solcast?

    Thanks for the new release! However, all my HA Solar graphs are now showing double the Solcast production and forecast estimates? :-)

    In Solcast:

    image

    In Home Assistant, it's showing I'll reach 10kW output? (my inverter is 5kW)

    image

    Here's yesterday's graph, which (mostly) lined up, before the update to 2.0 image

    opened by jasonpstokes 45
  • 1.0.8 making multiple API requests per hour, exceeding Solcast limit

    1.0.8 making multiple API requests per hour, exceeding Solcast limit

    The updated integration is using a lot of calls - 55 calls in 8 hours? (ie. more than the limit!?).

    Screenshot_20211013-200446

    The flat maxed-out line was a couple of template sensors I was using, until I found and installed your integration for the Energy portal, about 3 weeks ago. It was working well, until the update yesterday.

    Having some issues (it wouldn't update and maxed out the API calls), last night I removed the integration and custom component (restarting HA) and after the Solcast UTC counter reset this morning, I reinstalled them both "from scratch". It's getting values again, but has already maxed out the API calls so won't get anything tomorrow morning until the counter resets at 11am local time.

    I'm not sure how to see/provide the logs from your HACS add-on though?

    Thanks for your work on this integration! :-)

    opened by jasonpstokes 45
  • Forecast timing doesn't seem to recognise time zone

    Forecast timing doesn't seem to recognise time zone

    Just thought I'd raise this as no one else seems to have this issue.

    My forecasts are basically showing peak solar at midnight and vice versa. image

    I've checked locations and timezones on both Solcast and HA, also tried removing Solcast and reinstalling again.

    Solcast looks fine. image

    Extracting the CSV shows the peak at around 2-3am

    image

    So I'd say that the forecast data isn't translating to my timezone.

    Not keen on a full HA rebuild so I'm out of ideas.

    opened by snowgumrd 43
  • Solcast values zero and unknown - still have lots of API calls

    Solcast values zero and unknown - still have lots of API calls

    Periodically my Solcast values seem to stop, show zeros and unknowns. Unlike a previous issue I found I can confirm the daily API allowance is still well over zero when this happens. I am in a development/trial HA solution so I am making changes quite a bit, including adding removing integrations and restarting the HA occasionally, so I can't rule that out as a potential link to this issue, however I can see it happening at times where my HA and Internet appears to be stable.

    So I don't have a fully scientific and reproducible basis for the Solcast zero/unknown values, but I thought I would raise the issue and then see if anyone else is seeing similar.

    opened by BettySwallocks 38
  • Call requests to Solcast

    Call requests to Solcast

    How can I only make manual requests for calls to solcast?

    having the free account I wanted to choose the moment that I want to make the 10 data requests

    it's possible?

    Thanks.

    opened by jouking 27
  • Old feature that was removed in the lattest updates

    Old feature that was removed in the lattest updates

    "Alter TZ offset for the Energy graph" option was available in 2.2.3 version but it was removed from the version 3.0.6. Capture

    If you can add the option again it will be highly appreciated.

    opened by mousawm 21
  • Out of scale chart

    Out of scale chart

    Hi! Since some release ago I start to see an out of scale chart that push down my real pv data (home 6kw pv) shown in the same chart. The chart: Screenshot_2022-07-18-23-13-30-43_c3a231c25ed346e59462e84656a70e50

    The solcast sensors: Screenshot_2022-07-18-23-27-06-77_c3a231c25ed346e59462e84656a70e50

    🤔🤔

    good first issue 
    opened by Extreme79 18
  • V3.03 Causing list index out of range

    V3.03 Causing list index out of range

    This seems to be occurring every hour.

    This error originated from a custom integration.
    
    Logger: custom_components.solcast_solar.coordinator
    Source: custom_components/solcast_solar/coordinator.py:109 
    Integration: Solcast PV Forecast (documentation, issues) 
    First occurred: 12:00:04 (5 occurrences) 
    Last logged: 16:00:04
    
    update_forecast: Traceback (most recent call last): File "/config/custom_components/solcast_solar/coordinator.py", line 106, in update_forecast update_callback() File "/config/custom_components/solcast_solar/sensor.py", line 208, in _handle_coordinator_update self._sensor_data = self.coordinator.get_sensor_value(self.entity_description.key) File "/config/custom_components/solcast_solar/coordinator.py", line 128, in get_sensor_value return self.solcast.get_forecast_this_hour() File "/config/custom_components/solcast_solar/solcastapi.py", line 185, in get_forecast_this_hour return round(g[0]['pv_estimate'] * 1000,0) IndexError: list index out of range
    
    2022-06-08 14:00:04 ERROR (MainThread) [custom_components.solcast_solar.coordinator] update_forecast: Traceback (most recent call last):
    File "/config/custom_components/solcast_solar/coordinator.py", line 106, in update_forecast
    update_callback()
    File "/config/custom_components/solcast_solar/sensor.py", line 208, in _handle_coordinator_update
    self._sensor_data = self.coordinator.get_sensor_value(self.entity_description.key)
    File "/config/custom_components/solcast_solar/coordinator.py", line 128, in get_sensor_value
    return self.solcast.get_forecast_this_hour()
    File "/config/custom_components/solcast_solar/solcastapi.py", line 185, in get_forecast_this_hour
    return round(g[0]['pv_estimate'] * 1000,0)
    IndexError: list index out of range
    

    Have attached my solcast.json file (renamed as txt) that's been retrieved.

    solcast.txt

    opened by gedger 15
  • ERROR (MainThread) [custom_components.solcast_solar] sunrise_call_action:

    ERROR (MainThread) [custom_components.solcast_solar] sunrise_call_action:

    Hi,

    I just updated to latest V2.0.4 and got this error.

    2021-11-02 09:35:41 ERROR (MainThread) [custom_components.solcast_solar] sunrise_call_action: Traceback (most recent call last): File "/config/custom_components/solcast_solar/init.py", line 291, in sunrise_call_action ac = int(ac) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

    Full log for context

    2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] Setting up Solcast for rooftop id XXXX-XXXX-XXXX-XXXX 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registering API limit reset 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registering daily forecast update at 00:00:00 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registered forecast_today sensor sensor.solcast_forecast_today 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registered forecast_today_remaining sensor sensor.solcast_forecast_today_remaining 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registered forecast_tomorrow sensor sensor.solcast_forecast_tomorrow 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registered API count sensor sensor.solcast_remaining_api_count 2021-11-02 09:35:40 DEBUG (MainThread) [custom_components.solcast_solar] registered last_update sensor sensor.solcast_last_updated 2021-11-02 09:35:41 ERROR (MainThread) [custom_components.solcast_solar] sunrise_call_action: Traceback (most recent call last): File "/config/custom_components/solcast_solar/init.py", line 291, in sunrise_call_action ac = int(ac) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2021-11-02 09:35:41 DEBUG (MainThread) [custom_components.solcast_solar] Updating Solcast estimated_actuals data 2021-11-02 09:35:41 DEBUG (MainThread) [custom_components.solcast_solar] Updated API count sensor 2021-11-02 09:35:41 DEBUG (MainThread) [custom_components.solcast_solar] Updated last_update (datetime) that successfully called Solcast API sensor 2021-11-02 09:35:41 DEBUG (MainThread) [custom_components.solcast_solar] Forecast successfully fetched and entity available 2021-11-02 09:35:43 DEBUG (MainThread) [custom_components.solcast_solar] Updated forecasts from Solcast API 2021-11-02 09:35:43 DEBUG (MainThread) [custom_components.solcast_solar] Notified 1 sensor listeners 2021-11-02 09:35:43 DEBUG (MainThread) [custom_components.solcast_solar] Notified 1 sensor listeners 2021-11-02 09:35:43 DEBUG (MainThread) [custom_components.solcast_solar] Notified 1 sensor listeners 2021-11-02 09:35:43 DEBUG (MainThread) [custom_components.solcast_solar] Notified 5 sensor listeners

    opened by del13r 15
  • Solcast don't update anymore

    Solcast don't update anymore

    Hi, Since a few day I don't get any updstes (polls) from the Solcast integration in HA. Al sensor values show zeros and the last update is 4 days ago. On the solcast website I can see in the plant profile all the values updated. Any idea what could be the reason?

    HA Version: 2022.9.7

    Thanks and Kind regards Timo

    opened by aechile 14
  • solcast_forecast_today attributes forecast and detailedForecast don't match, for the same period

    solcast_forecast_today attributes forecast and detailedForecast don't match, for the same period

    Hi, this is a great utility, thanks. I've been trying to reproduce the solcast graph with the 10/90 confidence area using the "detailedForecast" attribute and the ApexCharts card. But I noticed that this doesn't match either the solcast website representation of my home solar site or the "forecast" data in HA for the same sensor and period. This seems odd.

    For example from today's data I see in HA:

    forecast:

    • period_start: '2022-12-16T10:00:00+00:00' pv_estimate: 1.4065 detailedForecast:
    • period_start: '2022-12-16T10:00:00+00:00' pv_estimate: 0.7285 pv_estimate10: 0.59025 pv_estimate90: 0.7384

    Any ideas?

    opened by BobC76 5
Releases(v3.0.30)
  • v3.0.30(Dec 14, 2022)

    • merged in some work by @696GrocuttT PR into this release
    • fixed code to do with using up all allowed api counts
    • this release will most likely stuff up the current API counter, but after the UTC counter reset all will be right in the world of api counting again
    Source code(tar.gz)
    Source code(zip)
  • v3.0.29(Dec 14, 2022)

    • changed Peak Time Today/Tomorrow sensor from datetime to time
    • changed back the unit for peak measurement to Wh as the sensor is telling the peak/max hours generated forecast for the hour
    • added new configuration option for the integration to disable auto polling. Users can then setup their own automation to poll for data when they like (mostly due to the fact that Solcast have changed the API allowance for new accounts to just 10 per day)
    • API counter sensor now shows total used instead of allowance remaining as some have 10 others 50. It will 'Exceeded API Allowance' if you have none left
    Source code(tar.gz)
    Source code(zip)
  • v3.0.27(Dec 12, 2022)

    • changed unit for peak measurement #86 tbanks @Ivesvdf
    • some other minor text changes for logs
    • changed service call thanks @696GrocuttT
    • including fix for issue #83 (was pre-release v3.0.26)
    Source code(tar.gz)
    Source code(zip)
  • v3.0.26(Nov 8, 2022)

  • v3.0.25(Nov 4, 2022)

  • v3.0.23(Oct 13, 2022)

  • v3.0.22(Sep 25, 2022)

  • v3.0.21(Sep 18, 2022)

  • v3.0.20(Sep 6, 2022)

  • v3.0.19(Aug 7, 2022)

    FIX: coordinator.py", line 133, in update_forecast for update_callback in self._listeners: RuntimeError: dictionary changed size during iteration

    Source code(tar.gz)
    Source code(zip)
  • v3.0.17(Jul 18, 2022)

  • v3.0.16(Jul 13, 2022)

  • v3.0.15(Jul 4, 2022)

  • v3.0.13(Jun 30, 2022)

  • v3.0.12(Jun 22, 2022)

  • v3.0.11(Jun 22, 2022)

    • added timeout for solcast api server connections
    • added previous 7 day graph data to the energy dashboard (only works if you are recording data)
    Source code(tar.gz)
    Source code(zip)
  • v3.0.9(Jun 20, 2022)

    • users upgrading from v3.0.5 or lover, need to delete the 'solcast.json' file in the HA>config directory to stop any errors
    • renamed sensors with the prefix "solcast_" to help naming sensors easier
    • ** you will get double ups of the sensors in the integration because of the naming change. these will show greyed out in the list or with the values like unknown or unavailable etc.. just delete these old sensors one by one from the integration **
    Source code(tar.gz)
    Source code(zip)
  • v3.0.6(Jun 19, 2022)

    • fixed lots of little bugs and problems.
    • added ability to add multiple solcast accounts. Just comma seperate the api_keys in the integration config.
    • remained API Counter to API Left. shows how many is remaining rather than used count.
    • 'actual forecast' data is now only called once, the last api call at sunset. OR during integration install first run.
    • forecast data is still called every hour between sunrise and sunset and once at midnight every day. Just delete the old API Counter sensor as its not used now
    Source code(tar.gz)
    Source code(zip)
  • v3.0.5_beta(Jun 10, 2022)

  • v3.0.4_beta(Jun 9, 2022)

  • v3.0.3_beta(Jun 8, 2022)

  • v3.0.0_beta(Jun 8, 2022)

    Changes

    Complete re write. v3.0 now Do not update this if you like the way the older version worked There are many changes to this integration

    Simple setup.. just need the API key

    • This is now as it should be, a 'forecast' integration (it does not graph past data currently)
    • Forecast includes sensors for "today" and "tomorrow" total production, max hour production and time.. this hour and next production
    • Forecast graph info for the next 7 days of data available

    Integration contains

    • API Counter (int)
    • API Last Polled (date/time)
    • Forecast Next Hour (Wh)
    • Forecast This Hour (Wh)
    • Forecast Today (kWh) (Attributes calculated from 'pv_estimate')
    • Forecast Tomorrow (kWh) (Attributes calculated from 'pv_estimate')
    • Peak Forecast Today (Wh)
    • Peak Forecast Tomorrow (Wh)
    • Peak Time Today (date/time)
    • Peak Time Tomorrow (date/time)
    Source code(tar.gz)
    Source code(zip)
  • v.2.2.3(Feb 27, 2022)

  • v2.2.1(Feb 5, 2022)

    Small improvement for migrating configuration

    fixed issue #25 added new config for tz offset for those in issue #21 You will probably have to edit each of your rooftop site integrations to set the default value to 0 (ZERO) !!! ONLY change this value from 0 if you have problems with the graph not lining up!!!!

    Screen Shot 2022-02-03 at 12 46 02 pm Screen Shot 2022-02-03 at 12 45 11 pm Source code(tar.gz)
    Source code(zip)
  • v2.1.8(Feb 2, 2022)

  • v2.1.7(Dec 6, 2021)

    making the integration compatible with the upcoming HA 2021.12 version

    Do not install unless you are using the latest HA BETA 2021.12 - you have been warned :)

    Source code(tar.gz)
    Source code(zip)
  • v2.1.5(Nov 10, 2021)

    • learnt some new ha api functions to make things nicer
    • move the forecast graph over by 30min. looks better now
    • some code clean up.. less messy
    Source code(tar.gz)
    Source code(zip)
  • v2.1.3(Nov 9, 2021)

  • v2.1.2(Nov 8, 2021)

  • v2.1.1(Nov 7, 2021)

    better databasing of info new events for deleting and updating of data

    can choose to disable auto fetching of data so that you can call this yourself in custom self made automations etc

    Source code(tar.gz)
    Source code(zip)
Owner
Greg
Greg
p5 is a Python package based on the core ideas of Processing.

p5 p5 is a Python library that provides high level drawing functionality to help you quickly create simulations and interactive art using Python. It c

p5py 645 Jan 04, 2023
Shopping-card - Shopping Card Project With Python

Shopping Card Project this application was built to handle problems with saving

moein98 1 May 06, 2022
Mengzhan (John) code for Closed Loop Control system of Sharp Wave Ripples in Hippocampus CA3 region

ClosedLoopControl_Yu Mengzhan (John) code for Closed Loop Control system of Sharp Wave Ripples in Hippocampus CA3 region Creating Python Virtual Envir

Mengzhan (John) Liufu 1 Jan 22, 2022
This is the DBMS Project done in 5th sem of B.E CS.

Student-Result-Management-System This is the DBMS Project done in 5th sem of B.E CS. You need to install SQlite DB Browser in your pc or laptop to ope

Vivek kulkarni 1 Jan 14, 2022
Customisable coding font with alternates, ligatures and contextual positioning

Guide Ligature Support Links Log License Guide Live Preview + Download larsenwork.com/monoid Install Quit your editor/program. Unzip and open the fold

Andreas Larsen 7.6k Dec 30, 2022
A simple, fantasy and fast note taking program.

notes A simple, fantasy and fast note taking program Installation This program supposed to run in linux and may have some bugs on windows or any other

Ali Hosseinverdi 1 Apr 06, 2022
A minimalist personal blogging system that natively supports Markdown, LaTeX, and code highlighting.

December Welcome to the December blogging system's code repository! Introduction December is a minimalist personal blogging system that natively suppo

TriNitroTofu 10 Dec 05, 2022
🛠️ Learn a technology X by doing a project - Search engine of project-based learning

Learn X by doing Y 🛠️ Learn a technology X by doing a project Y Website You can contribute by adding projects to the CSV file.

William 408 Dec 20, 2022
Import modules and files straight from URLs.

Import Python code from modules straight from the internet.

Nate 2 Jan 15, 2022
Simple Python tool to check if there is an Office 365 instance linked to a domain.

o365chk.py Simple Python script to check if there is an Office365 instance linked to a particular domain.

Steven Harris 37 Jan 02, 2023
apysc is the Python frontend library to create html and js file, that has ActionScript 3 (as3)-like interface.

apysc apysc is the Python frontend library to create HTML and js files, that has ActionScript 3 (as3)-like interface. Notes: Currently developing and

simonritchie 17 Dec 14, 2022
YBlade - Import QBlade blades into Fusion 360

YBlade - Import QBlade blades into Fusion 360 Simple script for Fusion 360 that takes QBlade blade description and constructs the blade: Usage First,

Jan Mrázek 37 Sep 25, 2022
使用京东cookie一键生成所有退会链接

JDMemberCloseLinks 本项目旨在使用京东cookie一键生成所有退会链接

hyzaw 68 Jun 10, 2022
py2dis - A disassembly engine & library for Python

py2dis - A disassembly engine & library for Python. py2dis is a disassembly library for Python that does not use any modules/libraries other than colo

3 Feb 04, 2022
Block the annoying Token Grabbers on your discord

General We have seen that in the last time many discord servers are infected by fake discord nitro links we want to put an end to this and have develo

BadTiger Network 2 Jul 16, 2022
Usando Multi Player Perceptron e Regressão Logistica para classificação de SPAM

Relatório dos procedimentos executados e resultados obtidos. Objetivos Treinar um modelo para classificação de SPAM usando o dataset train_data. Class

André Mediote 1 Feb 02, 2022
An extension module to make reaction based menus with disnake

disnake-ext-menus An experimental extension menu that makes working with reaction menus a bit easier. Installing python -m pip install -U disnake-ext-

1 Nov 25, 2021
py-js: python3 objects for max

Simple (and extensible) python3 externals for MaxMSP

Shakeeb Alireza 39 Nov 20, 2022
Emulate and Dissect MSF and *other* attacks

Need help in analyzing Windows shellcode or attack coming from Metasploit Framework or Cobalt Strike (or may be also other malicious or obfuscated code)? Do you need to automate tasks with simple scr

123 Dec 16, 2022
A Linux program to create a Windows USB stick installer from a real Windows DVD or image.

WoeUSB-ng A Linux program to create a Windows USB stick installer from a real Windows DVD or image. This package contains two programs: woeusb: A comm

Longinus 1 Nov 19, 2021