Replies: 7 comments 33 replies
-
Correct! This is just a .ino file in the MycilaJSY project examples to flash on an ESP which sits on the main electric panel, connected to a JSY. You'll need to configure the ESP pins for RX and TX, that's all. It displays the JSY channels in a dashboard, and also sends the data through UDP. In the project, there is also an .ino file showing how to read the data, remotely, in a client dashboard. That's what I sue also at home to spread my Enedis stats to different ESP boards. UDP means they have to be on the same network (by default). It's really fast. The reading rate is up to 25 jsy reads per second, but there is a mechanism to only send data when a stat changes, and since the JSY makes available in its registers the stats at about 300 ms, this gives roughly 3 UDP messages sent per second in reality. I don't use the second clamp of my JSY, but I could for example monitor my solar production with the second one. Ref: |
Beta Was this translation helpful? Give feedback.
-
Note for YaSolR: if you have a JSY Sender in your network, it will be automatically detected by YaSolR. You can also test by activating / deactivating "Enable UDP Transfer" in the sender the behaviour of YaSolR when stats becomes missing and appear again ;-) |
Beta Was this translation helpful? Give feedback.
-
I have updated the MycilaJSY porject: https://mathieu.carbou.me/MycilaJSY/
|
Beta Was this translation helpful? Give feedback.
-
Thanks, awesome, I wanted to test before flashing remote sender. The deal is that I'm unable to find how to OTA update from YasolR, I remember not able to do so last time bud did not pay attention. But this time searched everywhere (at least I think) from WEBUI of YasolR but can't find it. Do I miss something? |
Beta Was this translation helpful? Give feedback.
-
Correct no pb with that
This is exactly the point, I don't have option to update :-)
This is okay for this one, just |
Beta Was this translation helpful? Give feedback.
-
@mathieucarbou just to let you know I tried to flash an ETH-WT01 board with
Tried also just in case Suspect ci-build issue for factory for remote version. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi there,
Just to be sure, JSY remote is just a remote and does not any routing correct?
If so is it possible to connect YaSolR to a JSY remote, I did not see any option about this setup?
I know I can direct use YaSolR but I also need to grab JSY data for other usage (at high speed) so JSY Remote is exactly what I need, but I also need to keep YaSolR and want to avoid using JSY hardawre boards.
Beta Was this translation helpful? Give feedback.
All reactions