<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.domoticz.com/index.php?action=history&amp;feed=atom&amp;title=SBFSpot_Monitoring_in_Domoticz</id>
	<title>SBFSpot Monitoring in Domoticz - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.domoticz.com/index.php?action=history&amp;feed=atom&amp;title=SBFSpot_Monitoring_in_Domoticz"/>
	<link rel="alternate" type="text/html" href="https://wiki.domoticz.com/index.php?title=SBFSpot_Monitoring_in_Domoticz&amp;action=history"/>
	<updated>2026-09-18T20:45:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.domoticz.com/index.php?title=SBFSpot_Monitoring_in_Domoticz&amp;diff=18686&amp;oldid=prev</id>
		<title>Walter vl: Walter vl moved page SMASpot Monitoring in Domoticz to SBFSpot Monitoring in Domoticz: name change</title>
		<link rel="alternate" type="text/html" href="https://wiki.domoticz.com/index.php?title=SBFSpot_Monitoring_in_Domoticz&amp;diff=18686&amp;oldid=prev"/>
		<updated>2024-07-19T12:05:24Z</updated>

		<summary type="html">&lt;p&gt;Walter vl moved page &lt;a href=&quot;/SMASpot_Monitoring_in_Domoticz&quot; class=&quot;mw-redirect&quot; title=&quot;SMASpot Monitoring in Domoticz&quot;&gt;SMASpot Monitoring in Domoticz&lt;/a&gt; to &lt;a href=&quot;/SBFSpot_Monitoring_in_Domoticz&quot; title=&quot;SBFSpot Monitoring in Domoticz&quot;&gt;SBFSpot Monitoring in Domoticz&lt;/a&gt;: name change&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SBFspot, formerly known as SMAspot, is an open source project to get actual and archive data out of an SMA® inverter over Bluetooth or Ethernet (Speedwire®) It works on either Linux (Raspberry Pi) and Windows.&lt;br /&gt;
&lt;br /&gt;
=Installing SBFspot=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are excellent instructions here: https://github.com/SBFspot/SBFspot/wiki/Installation-Linux-SQLite&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re planning to run SBFspot on Raspberry Pi, you can skip this installation instruction and just run [https://github.com/SBFspot/sbfspot-config sbfspot-config]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;It is important that you log in use the following commands with the user that owns domoticz (for example the &amp;#039;pi&amp;#039; users)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Things to remember:&lt;br /&gt;
&lt;br /&gt;
#- Do not use a windows editor, just use &amp;#039;vi&amp;#039; [ or the simple nano ] to edit the config file&lt;br /&gt;
#- Always login with the same user as domoticz (pi user for raspberry pi)&lt;br /&gt;
#- Follow the wiki to the letter&lt;br /&gt;
#- If you upgrade from an older version, check if you have all parameters from the latest configuration file in your config file, if needed, add the missing parts&lt;br /&gt;
#- the wiki is for a unix installation, the output path can not be C:\Temp&lt;br /&gt;
#- first test if it works, check if you get have data files (cvs/spot files)&lt;br /&gt;
#- if you change something in the configuration file, disable/enable SMASpot in domoticz to read the new configuration file&lt;br /&gt;
&lt;br /&gt;
=Add SBFspot to Domoticz=&lt;br /&gt;
In Domoticz hardware section, add &amp;quot;SBFSpot (SMA)&amp;quot;, &lt;br /&gt;
&lt;br /&gt;
For Location: enter the SBFspot.cfg path (e.g. &amp;#039;&amp;#039;&amp;#039;/usr/local/bin/sbfspot.3/SBFspot.cfg&amp;#039;&amp;#039;&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
Note that since the 19th November 2015 build it is possible to use SBFSpot files that record logs for multiple inverters by suffixing the configuration line with a colon, followed by the inverter serial number. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;/home/pi/SBFspot/SBFspot/bin/Release_SQLite/SBFspot.cfg:1234567890&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SBFSpot.png]]&lt;br /&gt;
&lt;br /&gt;
=Data retrieval method=&lt;br /&gt;
Internally, domoticz relies on SBFspot to generate logfiles in the spot format. It is therefore important that SBFspot is kept running in the background (e.g. as cronjob). See [https://github.com/domoticz/domoticz/blob/development/hardware/SBFSpot.cpp SBFspot.cpp] for details.&lt;br /&gt;
&lt;br /&gt;
#Search for &amp;#039;OutputPath&amp;#039;, &amp;#039;Plantname&amp;#039;, &amp;#039;DateFormat&amp;#039;, and &amp;#039;TimeFormat&amp;#039; in the config file&lt;br /&gt;
#Build output path filename from given config strings (&amp;lt;code&amp;gt;sprintf(szLogFile, &amp;quot;%s%s-Spot-%s.csv&amp;quot;, strftime_t(m_SBFDataPath.c_str(), atime), m_SBFPlantName.c_str(), szDateStr);&amp;lt;/code&amp;gt;)&lt;br /&gt;
#Read the output file SMA_POLL_INTERVAL per minute (default once per minute), but only if the seconds in current time are &amp;gt;20 (probably to give SBFspot time to query)&lt;br /&gt;
#Check if the last line is newer than the one we have, if so, store and update power data&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
&lt;br /&gt;
*[http://files.sma.de/dl/8584/BT-TEN100511.pdf SMA Bluetooth Wireless Technology - Technical Description - BT-TEN100511]&lt;br /&gt;
*[http://files.sma.de/dl/9524/SB20-30HF-US-IA-en-12.pdf SUNNY BOY 2000HF-US / 2500HF-US / 3000HF-US installation guide]&lt;br /&gt;
*[https://alexbloggt.com/sma-wechselrichter/ Tutorial PV-Wechselrichter (SMA) über Bluetooth auslesen und via Webinterface darstellen]&lt;br /&gt;
*[https://github.com/SBFspot/SBFspot/wiki/Installation-Linux-SQLite SBFspot Installation Linux SQLite]&lt;br /&gt;
&lt;br /&gt;
[[Category:ToBeFormatted]]&lt;/div&gt;</summary>
		<author><name>Walter vl</name></author>
	</entry>
</feed>