Liesha was excited to join her SK Bukit Jelutong school trip to Kidzania. She really wanted to go because she could go with her best friends. The day before going to Kidzania, she prepared her shoes, water tumbler and her bags.
According to her, she did more than 10 jobs while there. She said that SK Bukit Jelutong will organize another trip after final year exam and she would like to join again together with her friends.
Besides, teachers were really awesome by creating WhatsApp group with parents and shared live update the students photos. It made parents like joining the trip as well.
Liesha School Trip to Kidszaniask bukit jelutong school trip to kidszaniask bukit jelutong school trip to kidszaniask bukit jelutong school trip to kidszaniask bukit jelutong school trip to kidszania
I used webdriverIO library in my programming. Recently I upgraded from version 4 to version 5. To my horror so many breaking changes and not much explanation on the internet. So I put some difference on it.
WebDriveIO – Version 4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
constoptions={
desiredCapabilities:{
browserName:'firefox'
}
};
constbrowser=webdriverio.remote(options);
await browser.init();
constselect="a";
constattribute="href";
let results=await browser.getAttribute(selector,attribute);
results=await browser.getHTML(selector);
WebDriverIO – Version 5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
constoptions={
capabilities:{
browserName:'firefox'
}
};
constbrowser=await webdriverio.remote(options);
constselect="a";
constattribute="href";
let elements=await browser.$(selector);
let results=await elements.getAttribute(attribute);
elements=await browser.$(selector);
results=await elements.getHTML(selector);
The Difference
In version 5, options desiredCapabilities change to capabilities
In version 5, need to put await in remote and no need to declare init() anymore as it is deprecated.
In version 5, use $(selector) to select elements before getting elements content or attribute.
At this third quarter of the 2019 schooling, we received letter from school requesting confirmation for our son next year enrollment.
They need confirmation so they can plan out next year opening seats for new registration. They offered us a complimentary custom-made poncho for swimming classes and apron for art and culinary classes for confirmation before end October 2019.
I share with you all Real Kids 2020 fees for your market survey or reference if you are looking for the rates.
Real kids 2020 education feesSupplementary and Other fees – Real kids 2020
embayu damansara west scale modelembayu damansara west scale model block A & block Bembayu damansara west scale model – swimming pool and planned block Cembayu damansara west scale model – pond gardenembayu damansara west scale model – pond gardenembayu damansara west surrounding price per sqft
Show Unit with 3 Bedrooms
embayu damansara west show unit – living roomembayu damansara west show unit – living roomembayu damansara west show unit – dining areaembayu damansara west show unit – third bedroomembayu damansara west show unit – second bedroomembayu damansara west show unit – master bedroom
For 2019, as usual my maid permit needs to be renewed before her work permit expiry by middle of September 2019.
I proceed with MyEG Services and chose to self collect at MyEG office. Not like 2018, this time they have change office to its own MyEG Tower at Empire City. That new building is on the opposite road of Ikea, Cycle and Carriage, Mutiara Damansara or easiest same row with MOFAZ Damansara.
myeg tower new office
Depending on which side of the road your driving from, I was from Penchala Link and waze direct me to other side of entrance. Easier for you to get waze direction since that driveway still messy with MRT under construction.
Back to my point, after MyEG staff settled putting the work permit sticker on passport, I was informed that ‘government’ no longer issue ikad to maid.
But to get clearer picture on why? I also dont know. There is nothing stated as well on immigration websites . I am still digging but no online results found … sigh..
It is easy to set POST parameters for HTTP request.
The Flow Diagram
node red set post parameters for http request flow diagram
Steps To Set Get Parameters
1) Inject Node
– Payload – can set to anything. In my case I use timestamp
node red inject node
2) Function Node
– Set POST parameters value here
– msg.headers must set the content type.
– All the POST parameters are set inside msg.payload and the parameter names must correspond to RESTFUL API that you query.
It is easy to set GET parameters for HTTP request. You need to use the mustache brackets inside the URL itself.
The Flow Diagram
node red http request flow diagram
Steps To Set Get Parameters
1) Inject Node
– Payload – can set to anything. In my case I use timestamp
node red inject node
2) Function Node
– Set parameter GET value here
– In my case I use parameter name “path” and “limit”, set as msg.path and msg.limit
– You can use any name for your parameter name but it be the same as in HTTP Request Node
node red function node set get http request parameters
3) HTTP Request Node
– Choose method: GET
– In the URL, use mustache brackets to declare your variable {{{path}}}
– The parameter name must be same as in the Function Node
I do a lot of new wiring for my properties. Usually I just hire electrician or civil contractors to do wiring without much thought whether the wires they used are suitable or not in term of ampacity (the maximum current the conductor can carry continously).
Until one day, one electrician told me the wires that I used for my fan and lamps are too thin to carry the current. It could pose fire risks. This is eyes opener.
Few days after I got the advise, one of new wiring was overloaded. The wires inside were burnt.
wires burnt due to overload – it is used for fridge and air fryer using 0.75mm wires
So I did my own studies as a guidelines to me, so when I hire an electrician I would know whether the wires and the way they connect to the electric power is able to support or no the possible current usage.
Guidelines on Wires Size
This is a guidelines only better check with your trusted or certified electrician.
If the same wire use for fan, lamps, fridge etc, you must add all the amperes and from the derive the required wire cross sectional area.
Of course usually, electrician will put extra buffer for the wire size.
Usage
Expected Power (Watts)
Expected Current (Ampere)
Expected Wire Size - Cross sectional area (mm2)
Advisable Connection Type
Ceiling Fan
75
0.3125
0.5
Direct / Plug
Aircond (1 HP)
750
3.125
1.5
Direct
Water Heater
3,600
15
2.5
Direct
Fridge (450L)
46
0.1917
0.5
Direct / Plug
Air Fryer
1,400
5.83
2.5
Direct
Lamps
75
0.3125
0.5
Direct / Plug
Washing Machine
500
2.083
1.5
Direct
Ampacity based on single phase
Connection Type
This is my own definition not electrician definition. There are two types of connection:-
Use plug to existing plug point
Tap direct into existing wires in plug point.
Use Plug
The maximum current is 13 ampere as the fuse can only handle up to that ampere.
use plug of 13 amp
Direct Loop to Existing Plug Point
This is better at maximum if not mistaken it is loop directly to existing cable of 2.5mm2 or supported maximum current of around 22 ampere.
loop direct to plug point
What to Avoid For Wiring
Water Heater
For water heater, don’t use plug better use direct loop to existing wires. Especially water heater produces vapor that might cause short circuit and easily makes the wiring wear and tear faster.
burnt plug where water heater using plug
What is Watt, Ampere & Volts?
Watt is power unit with formula as below:
Watt (W)= Amperage (A) x Voltage (V)
Analogy with water garden hose:-
Water come out from garden hose (watts) = Water volume (Amperage) x Water pressure (voltage)
What is Wire Cross Sectional Area?
It is actually the area size of the wire “circle”. In Math, the formula for area of a circle = pi*radius^2
For example, based on below diagram the cross sectional area calculation
1
2
3
4
cross sectional area=pi*(101.9/2)^2
=3.142*50.95^2
=3.142*2,595.9
=8,156.3
cross sectional area of conductor
Recommendation on Wire Size
1
2
3
Ligthing&Ceiling Fan:1.5mm2
Aircond1.5HPandbelow:2.5mm2
Adding newplug/power point:2.5mm2
Recommended Wiring Contractor
Below is my recommended wiring contractor for Shah Alam or Kota Damansara area.
Azworld Tech (Azrin) – 0 17-376 0530
Appointment on time
Expert and reasonable charging
References
Formula Wheel Electrics – reference sengpielaudio.com