-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eastron SDM630 energy meter - new sensor #2735
Conversation
Thnx. I'm in the middle of a release update which will use your changes to xsns_23_sdm120.ino. This has just been released in the development branch. |
Hi, I added also a Python implementation of HTTP server for OTA updates
|
Grrrrrrrrrrrrrr. You are blowing my release Travis compiles..... |
Restarting the build just now. Give 15 minutes for the binaries to compile..... |
Sorry, |
@arendst please let me know what do you think about fw-server... I know it should be a separated PR ! |
It's a great idea and a good alternative for an apache server et al. I play with it and let you know my findings (when I'm at rest after finishing the release...) |
Release finished. It's all yours again... |
Hi, keep in mind that rs485 is a bus, and A config option where i can set up SDM630 / 230 addresses would be needed, also some sort of "autodetetion" (120,230,530,630 on address) would be something to consider for version 2.x btw, nice job. Will free me a raspi that is doing the rs485 job now! thanks a lot! |
@MatzeJoerling Yes, RS485 is a bus and SDM120 sensor for Sonoff-Tasmota is a first release that could grow in next future (I hope). I'm starting to think how to implement the ID setting of a 'set' of SDM sensors and my first idea is by MQTT messages (or serial / web console)... |
5.14.0a * Add Eastron SDM630 energy meter (#2735)
Released. I still need time to investigate the fw-server though so that has to wait. It's in my local repository so I suggest to close this PR. |
Thanks a lot ! |
@gtortone I tried your webserver and I like it's simplicity!!! On Linux it works great and so much easier than setting up an apache server et al. |
@arendst Thanks ! With Flask framework an HTTP file server in ~30 Python lines of code is very impressive (and simple) ! |
Still struggling with windows... I manage to find my interface device name which also returns the correct IP address:
but executing the fw-server always returns this:
Beats me where the option -I comes from |
Hi, |
btw I suppose you should try with:
|
No that returns:
Without the quotes it gets past the network interface check but fails down the line. |
5.14.0a * Add Eastron SDM630 energy meter (arendst#2735)
Hi,
integration of a new sensor: Eastron SDM630 three-phase power meter.
Regards,
Gennaro