<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>technology Archives - Alexiev Arts</title>
	<atom:link href="https://alexievarts.com/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexievarts.com/tag/technology/</link>
	<description>The official travel log/blog of the Alexiev family</description>
	<lastBuildDate>Sun, 03 Jan 2021 20:09:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://alexievarts.com/wp-content/uploads/2017/06/cropped-AlexievArts-32x32.png</url>
	<title>technology Archives - Alexiev Arts</title>
	<link>https://alexievarts.com/tag/technology/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tesla Owners API &#8211; How To</title>
		<link>https://alexievarts.com/technology/tesla-owners-api-how-to/</link>
					<comments>https://alexievarts.com/technology/tesla-owners-api-how-to/#respond</comments>
		
		<dc:creator><![CDATA[Akrion]]></dc:creator>
		<pubDate>Mon, 15 Jul 2019 07:45:17 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tesla]]></category>
		<guid isPermaLink="false">https://alexievarts.com/?p=3992</guid>

					<description><![CDATA[<p>Tesla Owners API refers to an application programming interface provided by Tesla which when requests are made against it, it returns information related to your Tesla vehicle. The idea is to simply use the documentation services provided by Apiary.io and their testing tool to make the actual requests and see the responses. This has been [&#8230;]</p>
<p>The post <a href="https://alexievarts.com/technology/tesla-owners-api-how-to/">Tesla Owners API &#8211; How To</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">Tesla Owners API refers to an application programming interface provided by Tesla which when requests are made against it, it returns information related to your Tesla vehicle. The idea is to simply use the documentation services provided by <a rel="noreferrer noopener" href="https://apiary.io/" target="_blank">Apiary.io</a> and their testing tool to make the actual requests and see the responses. This has been extremely helpful to me personally. Tesla multiple times has failed me with their customer service and only the data from their servers was able to prove I was right in the related conversations. </p>



<h1 class="wp-block-heading">How is this useful?</h1>



<p>To give you one example: Tesla techs kept telling me that I had an upgrade that I did not have.  Only when I gave them the raw data from the API they understood that they have missed one. In another example I found out from the options codes returned from the API that I had a feature I did not know I had and it was not listed anywhere in the orientation or the invoice which came with the vehicle!</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Please note that this documentation is not official and in any shape or form supported or maintained by Tesla. It is actually reverse-engineered. The documentation web site Apiary is actually owned by Oracle and it is simply a product that helps with the documentation of application programming interfaces (or APIs). Also, none of your credentials are stored or kept anywhere. They are simply passed through to Tesla servers</p></blockquote>



<h1 class="wp-block-heading">How does this work?</h1>



<p>We will start with the following steps needed to get the information we want from the Tesla Owners API:</p>



<ul class="wp-block-list"><li>Authenticate via the <a aria-label="Apiary Tesla Owner JSON API (opens in a new tab)" rel="noreferrer noopener" href="https://akrion.docs.apiary.io/#reference/authentication/tokens/get-an-access-token?console=1" target="_blank">Apiary Tesla Owner JSON API</a> and get the authentication token we need in order to make any further requests to Tesla servers.</li><li>Once we have the token we would use that and add it to the header so our request can properly. authenticate against the Tesla servers and obtain the other pieces of information we need.</li><li>Get the list of vehicles under your account via the authentication token.</li><li>Using a vehicle id get the information of interest.</li></ul>



<h1 class="wp-block-heading">Step 1: Go to the Tesla Owner JSON API on Apiary.io</h1>



<p><a aria-label="Click on this link (opens in a new tab)" rel="noreferrer noopener" href="https://akrion.docs.apiary.io/#reference/authentication/tokens/get-an-access-token?console=1" target="_blank">Click on this link</a> and have the browser window open and handy so you can see the current one you are reading from and the new one where you would add/change values. The link is to the actual documentation website we would use to make the requests.</p>



<h1 class="wp-block-heading">Step 2: Get an authentication token from Tesla</h1>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01.jpg"><img fetchpriority="high" decoding="async" width="2209" height="1252" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01.jpg" alt="Tesla API 01" data-id="4000" class="wp-image-4000" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01.jpg 2209w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01-300x170.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01-768x435.jpg 768w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01-249x140.jpg 249w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-01-232x130.jpg 232w" sizes="(max-width: 2209px) 100vw, 2209px" /></a></figure></li></ul></figure>



<p>You should see the screen above. The left side of it is the actual documentation and every request is explained in detail there. On the right side is the console where we would actually perform the requests and see the responses. Since the link already pointed to the <strong>Get an Access Token </strong>request<strong> </strong>it is already open and ready to be executed on the right side. The <strong>header</strong> information is already added as well as the majority of the <strong>body</strong>. What is only missing is your <em>email and password</em>. Enter those where it says &#8220;YOUR_EMAIL&#8221; and &#8220;YOUR_PASSWORD&#8221; and <strong>click on the &#8220;Call Resource&#8221;</strong>. Again no information is kept on your request. Your credentials are simply passed through to Tesla from the Apiary servers. You should see the following response <strong>in the console section</strong>:</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-02.jpg"><img decoding="async" width="1179" height="1329" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-02.jpg" alt="" data-id="4004" class="wp-image-4004" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-02.jpg 1179w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-02-266x300.jpg 266w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-02-768x866.jpg 768w" sizes="(max-width: 1179px) 100vw, 1179px" /></a></figure></li></ul></figure>



<p>You should get a <strong>200</strong> response from the server (see the red rectangle in the image above). This means we did everything correctly and we now have received an authentication token from the Tesla servers. This is the <strong>access_token</strong> in the <strong>Response Body</strong> above (masked in this example). Copy the value of that access_token (copy the text between the &#8220;&#8221; for the <strong>access_token</strong> key).</p>



<h1 class="wp-block-heading">Step 3: Get the list of vehicles using the token</h1>



<p>Now that we have the token we would go to the <strong>Vehicles</strong> part of the documentation and click on the <strong>List all Vehicles</strong> request:</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-03.jpg"><img decoding="async" width="2191" height="473" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-03.jpg" alt="" data-id="4009" class="wp-image-4009" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-03.jpg 2191w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-03-300x65.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-03-768x166.jpg 768w" sizes="(max-width: 2191px) 100vw, 2191px" /></a></figure></li></ul></figure>



<p>In the console section, we would go to the Headers tab and for the Authorization key, we would set the value to be: Bearer and the token we copied from Step 1. That is all you need before clicking on the Call Resource again to this time to get the list of vehicles. Note that the Authorization value should not contain double quotes etc. Should be simply Bearer followed by space and the token value from Step 1. When you are done you should see something like this in the response:</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-04.jpg"><img loading="lazy" decoding="async" width="1177" height="1530" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-04.jpg" alt="" data-id="4012" class="wp-image-4012" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-04.jpg 1177w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-04-231x300.jpg 231w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-04-768x998.jpg 768w" sizes="auto, (max-width: 1177px) 100vw, 1177px" /></a></figure></li></ul></figure>



<p>All is well! We now have received the first few details about our car. We have the VIN, the actual Id in the Tesla system, the option codes, etc. Great result for a few minutes of actual &#8220;work&#8221; right?  You also can now compare and check if your option codes match your invoice :). Now that we have the vehicle list we can copy the <strong>id_s</strong> value from it and dive into the actual specific data of that vehicle.</p>



<h1 class="wp-block-heading">Step 4: Using the id_s to get vehicle data</h1>



<p>What we will do now is to utilize the <strong>token</strong> and the <strong>id_s</strong> to get any of the <strong>State and Settings</strong> data we would like.  We would only do the Vehicle State in this example since all others follow the same pattern. So two things we need to go forward with this. <strong>One</strong> is the authorization <strong>token</strong> we got from <strong>step 1</strong> and <strong>second</strong> the <strong>id_s</strong> we got from <strong>step 3</strong>. Let&#8217;s click on the <strong>Vehicle State</strong> in the <strong>State and Settings</strong> section of the documentation.</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05.jpg"><img loading="lazy" decoding="async" width="2186" height="1225" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05.jpg" alt="Tesla API 05" data-id="4015" class="wp-image-4015" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05.jpg 2186w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-300x168.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-768x430.jpg 768w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-366x205.jpg 366w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-534x300.jpg 534w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-165x92.jpg 165w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-249x140.jpg 249w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-232x130.jpg 232w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-05-344x193.jpg 344w" sizes="auto, (max-width: 2186px) 100vw, 2186px" /></a></figure></li></ul></figure>



<p>Here in the console, we would go to the URL Parameters and for the value of <strong>vehicle_id</strong>, we would set the value we got from <strong>step 3</strong> for the <strong>id_s</strong>. Then we would click on the <strong>Headers</strong> tab and do <strong>exactly what we did in step 3</strong>. Set the <strong>Authorization</strong> key to the <strong>Bearer</strong> and the token value from step 1. Clicking on <strong>Call Resource</strong> should return a response looking like this:<br></p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-06.jpg"><img loading="lazy" decoding="async" width="1160" height="1956" src="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-06.jpg" alt="" data-id="4016" class="wp-image-4016" srcset="https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-06.jpg 1160w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-06-178x300.jpg 178w, https://alexievarts.com/wp-content/uploads/2019/07/Tesla-API-06-768x1295.jpg 768w" sizes="auto, (max-width: 1160px) 100vw, 1160px" /></a></figure></li></ul></figure>



<p>As you can see this returns a lot more data related to the actual state of the vehicle. You can now follow this example and do any of the other requests listed under the State and Settings section. For the sake of brevity, we would not cover the Vehicle Commands section. It follows the same patterns overall so you can experiment if you like it.</p>



<p>Hope this helps and if you have any questions do not hesitate to post a comment. I will do my best to reply promptly. </p>



<h1 class="wp-block-heading">Use my referral code and save!</h1>



<p>If you would like to receive <strong>1,000 free Supercharger miles</strong> when you purchase your new Tesla use my referral code: <a rel="noreferrer noopener" aria-label="http://ts.la/ilian3072 (opens in a new tab)" href="http://ts.la/ilian3072" target="_blank">http://ts.la/ilian3072</a></p>
<p>The post <a href="https://alexievarts.com/technology/tesla-owners-api-how-to/">Tesla Owners API &#8211; How To</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://alexievarts.com/technology/tesla-owners-api-how-to/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spectrum internet self-installation with a router</title>
		<link>https://alexievarts.com/technology/spectrum-internet-self-installation-with-a-router/</link>
					<comments>https://alexievarts.com/technology/spectrum-internet-self-installation-with-a-router/#respond</comments>
		
		<dc:creator><![CDATA[Akrion]]></dc:creator>
		<pubDate>Tue, 07 May 2019 21:11:00 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[RT-AC68W]]></category>
		<category><![CDATA[spectrum]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">https://alexievarts.com/?p=5629</guid>

					<description><![CDATA[<p>Spectrum internet setup is pretty straightforward these days. You order it, a box arrives with a modem (and router if you want Spectrum&#8217;s wifi option) you follow a few steps, and you are done. Pretty easy right? As it turns out, however, there are a few tricks and issues that may cause some frustration with [&#8230;]</p>
<p>The post <a href="https://alexievarts.com/technology/spectrum-internet-self-installation-with-a-router/">Spectrum internet self-installation with a router</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">Spectrum internet setup is pretty straightforward these days. You order it, a box arrives with a modem (and router if you want Spectrum&#8217;s wifi option) you follow a few steps, and you are done. Pretty easy right? As it turns out, however, there are a few tricks and issues that may cause some frustration with the setup. One example is if you connect your computer to the modem and activate it and later want to add a router. In that scenario, things do not work straightforward at all. The worst part is that Spectrum support would not help and would consistently guide you to your router manufacturer support.</p>



<h1 class="wp-block-heading">No router scenario</h1>



<p>If you do not want/need a router then your setup steps are very straight forward and simply watching Spectrum&#8217;s video should get you set up. It goes step by step. You connect your modem to the cable. Connect your computer to the modem. Activate your modem and you should be good to go.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Self-Installation: Spectrum Internet" width="1104" height="621" src="https://www.youtube.com/embed/T_PL1FbjJvs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<h1 class="wp-block-heading">Router setup</h1>



<p>The important step here is to make sure you activate your model <strong>only after</strong> you have connected your router to it and your computer to the router. If that is how you activated your model all should be fine and working. The way Spectrum makes the setup easy and secure is to remember your computer mac address</p>



<p>The mistake many people do is to connect the computer to the modem first. Activate the modem and make sure there is a working internet connection. Then adding the router to this setup should just work, right? Well not exactly. What happens is the modem records the computer <a href="https://en.wikipedia.org/wiki/MAC_address" target="_blank" rel="noreferrer noopener">mac address</a> and from that point on it gets tricky to make it work with a router. Unless your router can do a <strong>mac clone</strong>.</p>



<h1 class="wp-block-heading">Mac Clone</h1>



<p>In our case, the router was added after the modem was activated with a computer connected to it. So the mac address of the computer was stored. The initial idea we had was we would set up the router with a static IP (which we got from our computer) and then have the modem as the gateway. That worked until Spectrum issued a new IP to us which was expected since we did not order static IP from them. They can change the IP anytime they want.</p>



<p>So how can you trick the modem to think that the computer that activated the service is the router? Here is where the mac clone functionality of the router comes into play. The router now &#8220;acts&#8221; as the computer with which you activated the service and you can still have your automatic IP setup as expected. Just click on the Mac Clone button and leave the WAN Connection type to &#8220;Automatic IP&#8221;.</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41.png"><img loading="lazy" decoding="async" width="1006" height="1195" src="https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41.png" alt="" data-id="5632" data-full-url="https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41.png" data-link="https://alexievarts.com/?attachment_id=5632" class="wp-image-5632" srcset="https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41.png 1006w, https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41-253x300.png 253w, https://alexievarts.com/wp-content/uploads/2021/01/CleanShot-2021-01-02-at-13.31.41-768x912.png 768w" sizes="auto, (max-width: 1006px) 100vw, 1006px" /></a></figure></li></ul></figure>



<p>Our router was <a href="https://www.asus.com/us/Networking/RTAC68W/" target="_blank" rel="noreferrer noopener">Asus RT-AC68W</a> but most if not all recent Asus routers have the mac clone capability. Other router manufacturers have that functionality as well. If you know how to get to your router user interface that should all you need to do.</p>



<p>To get to the router user interface you have to either connect a LAN cable to it and your computer. If it is a wifi router you can join the wifi network it creates. Then with your browser go to <strong>192.168.0.1</strong> or <strong>192.168.1.1</strong>. Those are the usual default addresses manufacturers use. You should follow the manufacturer manual/documentation as to how to log in and get to the WAN settings.</p>
<p>The post <a href="https://alexievarts.com/technology/spectrum-internet-self-installation-with-a-router/">Spectrum internet self-installation with a router</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://alexievarts.com/technology/spectrum-internet-self-installation-with-a-router/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sony A7III &#8211; Switch Between EVF and LCD via Custom Button</title>
		<link>https://alexievarts.com/photography/sony-a7iii-switch-between-evf-and-lcd-via-custom-button/</link>
					<comments>https://alexievarts.com/photography/sony-a7iii-switch-between-evf-and-lcd-via-custom-button/#respond</comments>
		
		<dc:creator><![CDATA[Akrion]]></dc:creator>
		<pubDate>Sat, 02 Mar 2019 03:34:18 +0000</pubDate>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[evf]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[sony a7III]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<guid isPermaLink="false">https://alexievarts.com/?p=3232</guid>

					<description><![CDATA[<p>Before we got our first Sony mirrorless camera we tried to do extensive research and compare various other cameras. We had plenty of Nikons and it was time to try something different. From the many reviews, we went through one negative comment was constant &#8211; the Sony menu system. The thing about menu systems is [&#8230;]</p>
<p>The post <a href="https://alexievarts.com/photography/sony-a7iii-switch-between-evf-and-lcd-via-custom-button/">Sony A7III &#8211; Switch Between EVF and LCD via Custom Button</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Before we got our first Sony mirrorless camera we tried to do extensive research and compare various other cameras. We had plenty of Nikons and it was time to try something different. From the many reviews, we went through one negative comment was constant &#8211; the Sony menu system. </p>



<p>The thing about menu systems is that once you set it up you usually do not need to deal with it a lot. And even when you need to you always have a &#8220;Favorites&#8221; or &#8220;My Menu&#8221; where you store those hard to get to items. So we thought this is not a big deal.<br></p>



<p>Well, we got our A7III and we realized that some of the complaints in regards to the menu system are valid. Something as simple as switch between the EVF (Electronic View Finder) and the LCD is quite difficult to do. In fact, you can not unless you assign a custom button! Why would you need to do such a thing you would ask &#8230; good question let me explain:</p>



<h3 class="wp-block-heading">The Problem</h3>



<p>Out of the box, the camera switches automatically between the LCD and the EVF. When you get your eye on the EVF it defects it and shuts down the LCD. When your eye is away from the EVF it shuts it down and turns on the LCD. The issue is that the damn thing is so sensitive that every time you move your finger close to the EVF it shuts down the LCD which is THE thing you are a thing to change or do something with. Very annoying and frustrating after spending time with the camera. So we were on a mission to do this manually. If EVF is needed press a button to turn it on. Otherwise, keep LCD as the primary option. Or the other way around. </p>



<p>Since there are so many custom options you can have there are only a few that are not set and made sense to set this function on. We decided to set the Dial DOWN press to switch between the EVF and the LCD. Here is how we did it:</p>



<h3 class="wp-block-heading">Step 1: Custom Operation1 &gt; Page 8/9 &gt; Custom Key</h3>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1000" height="750" src="https://alexievarts.com/wp-content/uploads/2019/03/IMG_12982.jpg" alt="Sony A7III Custom Operation1 menu" class="wp-image-3230" srcset="https://alexievarts.com/wp-content/uploads/2019/03/IMG_12982.jpg 1000w, https://alexievarts.com/wp-content/uploads/2019/03/IMG_12982-300x225.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/03/IMG_12982-768x576.jpg 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Please note that this selected item (Custom Keys) is a sub-menu for setting the camera custom keys (C1, C2, C3, C4, etc) ONLY when in &#8220;taking pictures mode&#8221;. The menu item underneath it is for setting the custom keys for when in video mode and the last one is for when in preview mode. It is not very self-explanatory. Icons are helping but not that much. Nikon menu system had a help function where you can press a button and see a screen full of explanation about the selected menu. It was VERY helpful. So back to the task at hand. Let&#8217;s get into the Photo Custom Key menu and try to find where the dial DOWN button is and set it to do what we want.</p>



<h3 class="wp-block-heading">Step 2: Custom Key &gt; Page 2 &gt; Down Button</h3>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1000" height="750" src="https://alexievarts.com/wp-content/uploads/2019/03/IMG_1298.jpg" alt="Sony A7III Custom Key Down Button" class="wp-image-3228" srcset="https://alexievarts.com/wp-content/uploads/2019/03/IMG_1298.jpg 1000w, https://alexievarts.com/wp-content/uploads/2019/03/IMG_1298-300x225.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/03/IMG_1298-768x576.jpg 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>&#8220;Finder/Monitor Sel.&#8221; Set for Down Button Custom Button</figcaption></figure>



<p>Once we are in the photo custom key section we go to <strong>page 2</strong> and all the way down select/press on the &#8220;<strong>Down Button</strong>&#8220;. That refers to the main dial down button apparently. Next click on it and from that menu find the Finder/Monitor Sel. function located at page 14/19 in Display / Auto Review sub-menu:</p>



<h3 class="wp-block-heading">Step 3: Display/Auto Review &gt; Page 14/19 &gt; Finder/Monitor Sel.</h3>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="800" height="540" src="https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2.jpg" alt="Sony A7III Down Menu Custom Key Sub Menu" class="wp-image-3242" srcset="https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2.jpg 800w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-300x203.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-768x518.jpg 768w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-76x50.jpg 76w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-123x82.jpg 123w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-83x55.jpg 83w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-125x83.jpg 125w, https://alexievarts.com/wp-content/uploads/2019/03/DownButtonCustomKey2-264x178.jpg 264w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p>Once you select/press on the <strong>Finder/Monitor Sel.</strong> from the above <strong>Display / Auto Review sub-menu</strong> you are set. Now if you press the Down Button you will be able to manually switch between the LCD and the EVF!</p>



<h3 class="wp-block-heading">Step 4: FINDER/MONITOR &gt; Monitor (Manual)</h3>



<p>Ok so we got the button covered but the camera still auto switches between the EVF and the LCD. In order to change that you need to go to the main menu (Just press the Menu button) and go to Display / Auto Review1 and then select FINDER/MONITOR (Yes it is in capital letters on the menu!). Once you select that you will get this on the screen:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1000" height="750" src="https://alexievarts.com/wp-content/uploads/2019/03/FinderMonitorSetup.jpg" alt="Sony A7III Finder/Monitor menu" class="wp-image-3227" srcset="https://alexievarts.com/wp-content/uploads/2019/03/FinderMonitorSetup.jpg 1000w, https://alexievarts.com/wp-content/uploads/2019/03/FinderMonitorSetup-300x225.jpg 300w, https://alexievarts.com/wp-content/uploads/2019/03/FinderMonitorSetup-768x576.jpg 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>&#8220;Monitor (Manual)&#8221; Selection</figcaption></figure>



<p>We want to select here <strong>Monitor (Manual)</strong> from this menu. Once you do that on start the camera will turn on the LCD and not the EVF EVEN if you have your eye on it. You have to press the Down button to switch between the LCD and the EVF. Pressing again on the Down button would get you back on the LCD and turn the EVF off.</p>



<h3 class="wp-block-heading">Note: Auto Preview</h3>



<p>One thing to note is that if you have Auto preview on and you have set it to one of the time intervals (like 3-5 sec) it would ONLY show on the currently selected viewpoint. So if you are shooting with EVF and you have the auto preview it would show ONLY in the EVF :). For that reason, I have disabled the auto preview and it is only available by pressing the preview button. It actually works great that way since once you know the shot is good you hardly need to check and have the camera show every other picture of that sequence on the LCD or the EVF.</p>
<p>The post <a href="https://alexievarts.com/photography/sony-a7iii-switch-between-evf-and-lcd-via-custom-button/">Sony A7III &#8211; Switch Between EVF and LCD via Custom Button</a> appeared first on <a href="https://alexievarts.com">Alexiev Arts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://alexievarts.com/photography/sony-a7iii-switch-between-evf-and-lcd-via-custom-button/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
