Search found 12 matches

by mvdbr4nd
Sat Oct 30, 2021 11:20 am
Forum: Toon Apps
Topic: Toon app: Afvalwijzer
Replies: 1248
Views: 946762

Re: Toon app: Afvalwijzer

Hi FYI;

I noticed that as of the last update the wastecollectionProvider.js is formatted in Windows line endings which causes issues obviously. I converted the file to Unix style lineendings manually.
by mvdbr4nd
Thu Sep 24, 2020 10:25 am
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

running for a few days now. I did add a bool to indicate that no power is generated and just skip the blinkled() not the most elegant but works. Also changed the SolarEdge code with the same change.
by mvdbr4nd
Sun Sep 20, 2020 10:13 am
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

Yes I see.. the div. by zero issue. Going for -1 for the period is an option but this period is currently an unsigned short. Why not go for an extra boolean that indicates that that is currently no power and skipping the pulse gen. when the boolean is true. (thats what im currently doing) its not a ...
by mvdbr4nd
Sat Sep 19, 2020 2:13 pm
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

Yes i agree. Im trying soms changes for the pulses with the 0W output. It seems to work now (locally). I will check if that is a separate patch that I didnt push yet. Anyone have any idea why the 360 is there in the first place? Should we just not send pulses at all?
by mvdbr4nd
Fri Sep 18, 2020 3:26 pm
Forum: Toon Hardware
Topic: SolarBridge - For SolarEdge
Replies: 7
Views: 7901

SolarBridge - For SolarEdge

Hi SolarEdge owners, If you have a toon (hacked) you can feed your solaredge cloud data to ZonOpToon using a bridge that runs on a WEMOS D mini (3 USD). and a optocoupler (1 USD). The idea came from oepi-loepi who did this for a growatt convertor. Since SolarEdge exposes roughly the same data from t...
by mvdbr4nd
Fri Sep 18, 2020 3:20 pm
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

Hi, As i said previously I would look into some issues regarding - Custom wifi parameters and the JSON parser update. Also improving some minor things i noticed like the power keeping at 10W in the night. First this is my first arduino project so I got a bit frustrated with the Arduino IDE and moved...
by mvdbr4nd
Tue Sep 15, 2020 6:26 pm
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

I created a fork for solaredge users I have a growatt myself but someone asked me if it could be done for solaredge as well. https://github.com/mvdbr4nd/solarbridge-solaredge Its basicly the same code with some changes for solaredge. This API does not require cookies but different ssl (fingerprint)....
by mvdbr4nd
Sun Sep 06, 2020 10:20 am
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

For those that struggle to compile the sketch please use: * Library versions * ESP board (core version) 2.5.2 * ArduinoJson 5.13.5 * WifiManager 0.15.0 Otherwise you will end up with redecleration header issues due to the wifimanager. Also note that this sketch uses the (old) style ArduinoJson lib. ...
by mvdbr4nd
Thu Sep 03, 2020 2:57 pm
Forum: Toon Hardware
Topic: SolarBridge: a Wemos Base bridge between GroWatt and Toon
Replies: 56
Views: 29540

Re: SolarBridge: a Wemos Base bridge between GroWatt and Toon

Hello Oepi-loepi, I have build your sketch yesterday and well its was my first Arduino project so I had to get used to the IDE etc. Somethings that I noticed while compiling is that you need to select the right versions of the libraries. F.e. Json you need to use version 5.x not 6.x (or you have to ...
by mvdbr4nd
Tue Jun 25, 2019 8:41 pm
Forum: Toon Apps
Topic: Developing apps for Toon
Replies: 19
Views: 62582

Re: Developing apps for Toon

Thanks a lot, having some logging really helps to spot some syntax issues ;-) which indeed was the case here :roll:
Small note I did have to do a restart completely. killall qt-gui was not enough.

Anyone have any experience using QT designer for these qml files?
Does that have benefits?
by mvdbr4nd
Mon Jun 24, 2019 10:35 pm
Forum: Toon Apps
Topic: Developing apps for Toon
Replies: 19
Views: 62582

Re: Developing apps for Toon

I did all that but no success even a simple demoApp demoTile for some reason is doenst work on the latest firmware. Also icon I used the one also used by the buienradar app (Just for testing). Killall qt-gui should be enough right?

I'll check the logs to see if anything shows up
by mvdbr4nd
Mon Jun 24, 2019 1:38 pm
Forum: Toon Apps
Topic: Developing apps for Toon
Replies: 19
Views: 62582

Re: Developing apps for Toon

Hi, Thanks for this great manual. However i seem to get stuck a little. the globals.qml is no longer present in the latest firmware . 5.5.7 (toonstore works as well as the apps availible in the store). I want to create my own apps as well and used this manual. However Tile's do not show op not even ...

Go to advanced search