emoncms
Guzzle
emoncms | Guzzle | |
---|---|---|
8 | 16 | |
1,254 | 23,296 | |
0.4% | 0.2% | |
8.1 | 5.9 | |
about 1 month ago | 7 days ago | |
PHP | PHP | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emoncms
-
It ain’t much but $350 later and I’ve got my first kiln. Just excited and wanted to share!
I think I have seen others do this with some smaller dedicated timer thermocouple controllers.. but I wanted to be able to write software to do more.. like email me start/stop emails.. and the openenergy monitor emonpi gives access to emoncms.org which lets me see the kiln temps 24 hours a day from anywhere in the world.. and they have an iphone app that you can use to see the data.. so all I had to do was figure out how to publish the data to their service.. and then write a if then loop python script to check for the kiln temp at a time.. if low..turn kiln on.. if high.. turn it off.... I have dreams of a cleaner simpler script.. but no time to get it done.
- OpenEnergyMonitor – open-source monitoring for energy
- Electrical monitoring for tripping circuits?
- Has anyone installed a engery monitoring system? Last electric bill came in and it's still high even though heat hasn't been running much as previous month. House is entirely LED too. Would love to be able to monitor and have a better idea of my energy usages.
- Breaker Power Usage Sensor with local API, no cloud dependency?
-
Energy consumption monitor that actually works
Take a look at CircuitSetup.us for their EmonESP whole-house energy monitor. I got their single phase with two current transformers several months ago and it has worked perfectly. It has a web page, sends out MQTT messages and can simultaneously send out emoncms data (see emoncms.org ).
- New electrical circuit wish list
- Wireless multi-sensor energy monitoring solution
Guzzle
-
Accessing Azure storage with a shared key in php
The microsoft offical libraries are deprecated, so I made a the project caiofior/azure_storage using guzzle to access at this resources with a shared key.
-
Open Source Projects You Can Lay Your Hand On
Guzzle is a PHP HTTP client library. It’s a simple and effective solution for sending HTTP requests and managing HTTP/1.1 and HTTP/2.0 responses. This versatile tool excels in several areas, allowing developers to build query strings quickly, send POST requests, upload JSON data, and handle other HTTP-related tasks. Moreover, Guzzle facilitates both synchronous and asynchronous request handling, providing flexibility for different scenarios.
-
What GraphQL client package are you using?
Symfony HTTP Client or Guzzle. If new build then Symfony, but have a lot of existing implementations with Guzzle. Both have worked very well. Worst case fallback to cURL.
-
How to integrate Microsoft Graph API into Symfony?
but if you'd rather make raw requests, guzzle is a good option (though I'd opt for the sdk): https://github.com/guzzle/guzzle
-
PHP, REST API and Mikrotik Routers
PHP has built-in cURL support, but I never use it. I like using Guzzle or Symfony's http-client.
-
Why is the cURL package missing libz?
I just ran into multiple errors regarding the pre-packaged cURL: It does not feature accepting compressed responses (which I suppose is due to absense of `libz` being compiled/linked in).
- CVE-2022-29248 for guzzlehttp/guzzle: Cross-domain cookie leakage
- GitHub - guzzle/guzzle: Guzzle, an extensible PHP HTTP client
-
Queues vs Schedule to monitor websites
I am busy building a small application that monitors websites using guzzle. My idea is to run through the list of websites alphabetically and make a guzzle request to each and update my table with the http response codes of each site.
- How do you test your code ?
What are some alternatives?
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
Requests - Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
kiln-controller - Python script to read max31850s and control SSR's to fire an electric kiln
HTTPFul - A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
esphome - Custom component for ESPHome to add support for the Emporia Vue 2 energy monitor
Buzz - PHP's lightweight HTTP client
EmonLib - Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
PHP VCR - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
dsmr
HTTPlug - HTTPlug, the HTTP client abstraction for PHP
Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.
zend-diactoros