WO2016147391A1 - コントローラ、電気料金表示方法、及びプログラム - Google Patents

コントローラ、電気料金表示方法、及びプログラム Download PDF

Info

Publication number
WO2016147391A1
WO2016147391A1 PCT/JP2015/058299 JP2015058299W WO2016147391A1 WO 2016147391 A1 WO2016147391 A1 WO 2016147391A1 JP 2015058299 W JP2015058299 W JP 2015058299W WO 2016147391 A1 WO2016147391 A1 WO 2016147391A1
Authority
WO
WIPO (PCT)
Prior art keywords
charge
rate
electricity
time
electric
Prior art date
Application number
PCT/JP2015/058299
Other languages
English (en)
French (fr)
Inventor
雄喜 小川
矢部 正明
一郎 丸山
聡司 峯澤
Original Assignee
三菱電機株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2017505985A priority Critical patent/JP6590910B2/ja
Priority to PCT/JP2015/058299 priority patent/WO2016147391A1/ja
Publication of WO2016147391A1 publication Critical patent/WO2016147391A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/06Energy or water supply

Definitions

  • the present invention relates to a controller, an electricity bill display method, and a program.
  • Patent Document 1 describes a power information display device that measures a current flowing through an electrical device and calculates and displays a predicted amount of electricity charges from the measured value.
  • the present invention has been made in view of the above circumstances, and an object of the present invention is to provide a controller or the like that can display a trial calculation result of an electricity charge for a charge plan provided by each of a plurality of electric power companies.
  • the controller of the present invention provides: A rate plan acquisition unit for acquiring rate plans of a plurality of electric power companies applicable to consumers; For each of the acquired rate plans, a rate display unit that displays a trial calculation result of the consumer's electricity rate when the rate plan is applied, on an operation terminal; Is provided.
  • FIG. 1 shows the configuration of a device management system 1 according to an embodiment of the present invention.
  • the device management system 1 is a system that manages facilities and devices installed in a customer 80 that is a user's residence in an integrated manner, monitors a state, and the like.
  • the device management system 1 includes a controller 10, a power measurement device 20, an operation terminal 30, a cloud server 40, and an electric device 50.
  • the controller 10 is a computer that manages the electrical device 50.
  • the controller 10 is connected to the power measuring device 20, the operation terminal 30, and the electric device 50 through the home network 60 so as to be able to perform data communication. Further, the controller 10 is connected to the external cloud server 40 via the Internet 70 so that data communication is possible.
  • the controller 10 includes a communication unit 11, a storage unit 13, and a control unit 14.
  • the communication unit 11 includes a communication interface such as a NIC (Network Interface Card).
  • the communication unit 11 performs data communication with the electrical device 50, the power measurement device 20, and the operation terminal 30 through the home network 60 under the control of the control unit 14.
  • the communication unit 11 performs data communication with the external cloud server 40 via the Internet 70 under the control of the control unit 14.
  • the storage unit 13 plays a role as a so-called secondary storage device (auxiliary storage device), and includes, for example, a readable / writable nonvolatile semiconductor memory or the like such as a flash memory. As shown in FIG. 3, the storage unit 13 includes a power history table 131, a schedule table 132, rate plan data 133, weather record data 134, weather forecast data 135, and a device management table 136. .
  • the power history table 131 is a table in which the value of power consumption is recorded together with the measurement date and time for each electrical device 50.
  • An example of the power history table is shown in FIG. In the power history table shown in FIG. 4, the power consumption of each electrical device 50 (air conditioner, water heater, etc.) is recorded every 5 minutes.
  • the schedule table 132 is a table in which schedules of events such as trips of each user (family) of the customer 80 are recorded along with their occurrence periods.
  • the schedule table 132 registers not only events that have occurred so far, but also schedules of events that will occur in the future.
  • the record is registered in the schedule table 132 when the user operates the operation terminal 30 and performs a registration operation from the calendar-type input screen.
  • the charge plan data 133 is data indicating a charge plan provided by each of a plurality of electric utilities.
  • the charge plan data 133 includes information such as the charge plan name, electric power company, basic charge, connection charge, electricity charge unit price, presence / absence of use of natural energy, presence / absence of set menu with gas, contract period, etc. Contains information.
  • the connection fee indicates a fee when changing from the currently subscribed rate plan.
  • the weather record data 134 is data in which information (weather, temperature, humidity, sunshine duration, etc.) related to the weather recorded in the past is recorded.
  • the weather forecast data 135 is data indicating a future weather forecast, and indicates, for example, an average temperature for each time zone for the next month, a weather forecast, and the like.
  • the weather record data 134 and the weather forecast data 135 are periodically downloaded from the cloud server 40 or a server of the Japan Meteorological Agency (not shown) via the Internet 70 and automatically updated to the latest data.
  • management information of each electric device 50 is stored. Specifically, in the device management table 136, for each electric device 50, name, model, date of manufacture, flag information indicating whether or not the electric device 50 is a shift target in the shift process described later, and the like. To be recorded.
  • control unit 14 includes a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like (none of which are shown), and the CPU uses the RAM as a work memory.
  • the various units described above are controlled by appropriately executing various programs stored in the ROM and the storage unit 13.
  • control part 14 is provided with the charge plan acquisition part 141, the prediction part 142, the trial calculation part 143, and the charge display part 144 as a functional structure which concerns on this invention.
  • the rate plan acquisition unit 141 acquires a rate plan applicable to the customer 80 by each of the plurality of electric power companies.
  • the prediction unit 142 predicts power consumption for each time zone for each electrical device 50.
  • the trial calculation unit 143 calculates the electricity rate of the customer 80 when the rate plan is applied for each acquired rate plan based on the prediction result by the prediction unit 142.
  • the charge display unit 144 displays the electricity bill calculated by the trial calculation unit 143 on the operation terminal 30. Details of the processing of these units will be described later.
  • the power measurement device 20 measures the power consumption of each electrical device 50 at predetermined time intervals and notifies the controller 10 of the power consumption.
  • the controller 14 of the controller registers the notified power consumption value in the power history table 131.
  • each electrical device 50 may measure its own power consumption and notify the controller 10.
  • the operation terminal 30 is, for example, a tablet terminal.
  • the operation terminal 30 includes a touch panel and the like, and is used for transmitting an operation signal for operating the electric device 50 to the controller 10 and displaying various states.
  • the operation terminal 30 is also used to input a user's schedule, and the input schedule is transmitted to the controller 10 and registered in the schedule table 132.
  • the electricity price calculated for each price plan is displayed on the operation terminal 30.
  • the cloud server 40 performs data communication with the controller 10 in the customer 80 via the Internet 70.
  • the controller 10 periodically transmits the power history table 131 and the schedule table 132 to the cloud server 40 and is uploaded to the database in the cloud server 40.
  • the cloud server 40 may periodically acquire and hold the latest weather forecast data and the latest price plan data of each electric power company.
  • the electric device 50 is various devices such as a hot water supply facility, a power storage facility, a refrigerator, a washing machine, and a television set installed in the customer 80.
  • the electric device 50 is connected to the controller 10 via the home network 60, and the operation is controlled by the controller 10.
  • the control unit 14 executes the electricity rate display processing shown in FIG.
  • control part 14 performs the prediction process which estimates the future power consumption for every electric equipment 50 for every time slot
  • the control unit 14 selects one from the time zones obtained by dividing the day by a predetermined time (for example, 1 hour) (S101).
  • a predetermined time for example, 1 hour
  • the time zone selected in this process is also expressed as a selected time zone.
  • the method of dividing one day is arbitrary. For example, in the case of a power plan in which the electric energy charge unit price fluctuates according to the time zone of the day, it may be divided by the time zone.
  • control unit 14 selects one electrical device 50.
  • the electric device 50 selected in this process is also referred to as a selected device (step S102).
  • control unit 14 acquires the power consumption value of the selected device measured in the selected time zone from the power history table 131 (step S103).
  • control unit 14 acquires values of various parameters that affect the power consumption value of the selected device (step S104). Specifically, the prediction unit 142 acquires the temperature measured in the selected time zone and the number of people in the room from the weather record data 134 and the schedule table 132. In addition, you may acquire other information, such as a weather and humidity, as a parameter.
  • control part 14 calculates
  • the control unit 14 creates a table in which the information acquired in step S103 and step S104 is collected for each same measurement date and time, and obtains a correlation coefficient between the power consumption and the parameter with reference to this table. Then, the regression equation may be obtained.
  • the control unit 14 predicts the power consumption of the selected device in the selected time zone from the created regression equation (step S106). Specifically, first, the control unit 14 refers to the schedule table 132 and the weather forecast data 135 to acquire the predicted average temperature and predicted average number of people in the next month in the selected time zone. Then, the control unit 14 calculates the power consumption by inputting the acquired predicted average temperature and the predicted average occupancy into the regression equation created, and multiplies the calculated power consumption by the length of the selected time zone. What is necessary is just to obtain
  • Step S107 the control unit 14 determines whether or not all the electric devices 50 have been selected in Step S102 in the current selection time zone.
  • step S107 the process returns to step S102, and the process of predicting the electric energy in the selected time zone of the selected electrical device 50 until all the electrical devices 50 are selected. repeat.
  • step S107 when all the electric devices 50 are selected (step S107; Yes), the control unit 14 determines whether or not the entire time period of one day has been selected in step S101 (step S108). If there is an unselected time zone (step S108; No), the process returns to step S101, and the process of predicting the electric energy of the electric device 50 in all time zones is repeated.
  • step S108 when all the time zones are selected (step S108; Yes), the predicted value of the power consumption amount is acquired for each electrical device 50 in all the time zones of the day, and the prediction process ends.
  • the control unit 14 acquires a rate plan applicable to the customer 80 from each of the plurality of electric power companies (step S ⁇ b> 200).
  • the control part 14 should just acquire the charge plan data of each charge plan from the server of each electric power provider, or the cloud server 40.
  • the control part 14 may acquire it, when the charge plan data 133 of each charge plan are downloaded in advance and preserve
  • control unit 14 performs a trial calculation process for estimating the electricity charge of the customer 80 when the charge plan is applied for each acquired charge plan, based on the prediction result of the electric energy by the prediction process in step S100. Execute (step S300). Details of the trial calculation process will be described with reference to FIG.
  • the control unit 14 selects one of the acquired rate plans that has not been selected (step S301).
  • the rate plan selected in this process is also referred to as a selected rate plan.
  • the control unit 14 uses the predicted power amount for each time zone obtained for each electrical device 50 in the prediction process, the power amount unit price and the basic fee indicated by the selected charge plan, and the customer 80 for the next month. Is calculated (step S302). Specifically, first, the control unit 14 adds up the predicted power consumption of each electric device 50 predicted for each time zone in the prediction process, and obtains the predicted power consumption for the entire consumer 80 for each time zone. And the control part 14 multiplies the calculated
  • control unit 14 determines whether or not the power charge unit price of the selected charge plan fluctuates in the time zone of one day (step S303).
  • step S303 the electric energy charge unit price does not fluctuate (step S303; No)
  • step S306 the electric charge does not change even if the operating time of the electric device 50 is changed.
  • Step S303 the control unit 14 executes a shift process for shifting the operating time of the electric device 50 to a time zone where the electric energy charge unit price is lower (Ste S304). Details of the shift processing will be described with reference to FIG.
  • the control unit 14 acquires the predicted power consumption of the electric device 50 (shiftable device) whose operation time may be shifted from the prediction result of the prediction process described above (step S304B).
  • the shiftable device is preferably a power storage facility or a hot water supply facility that does not hinder the user's comfort even if the operation time is shifted.
  • control unit 14 initializes the processing counter i to 1 (step S304C). Then, the control unit 14 selects the i-th time zone from the time zones labeled in step S304A (step S304D).
  • the control unit 14 calculates a surplus power amount that can be newly used in the i-th time zone (step S304E). Specifically, first, the control unit 14 acquires an upper limit value (power upper limit value) of power consumption of the customer 80 set in advance based on the capacity of the breaker, the output limit value of the electric device 50, and the like. Subsequently, the control unit 14 acquires the predicted power consumption amount of the customer 80 in the i-th time zone from the prediction result in the prediction process. Then, the control unit 14 may calculate a value obtained by subtracting the acquired predicted power consumption amount from the value obtained by multiplying the power upper limit value by the time length of the i-th time zone as the margin power amount.
  • an upper limit value power upper limit value
  • control unit 14 determines whether or not the predicted power consumption of the shiftable device acquired in step S304B is equal to or less than the surplus power consumption (step S304F).
  • step S304F If the predicted power consumption of the shiftable device is equal to or less than the surplus power consumption (step S304F; Yes), the control unit 14 determines that the shiftable device is consumed so that all of the predicted power consumption is consumed in the i-th time zone. The operating time and output (power consumption) are changed (shifted) (step S304G).
  • control part 14 produces the advice information for notifying a user etc. at the time of the shift of this working time, etc. (step S304Z), and a shift process is complete
  • the control unit 14 may create advice information such as “careful about hot water outage”.
  • step S304F when the predicted power consumption of the shiftable device is larger than the surplus power consumption (step S304F; No), the control unit 14 causes the shiftable device to operate by the surplus power consumption in the i-th time zone. The operating time and power consumption are changed (shifted) (step S304H).
  • control unit 14 updates the predicted power consumption amount of the shiftable device to a value obtained by subtracting the surplus power amount (step S304I), and adds 1 to the counter i (step S304J).
  • step S304D the control unit 14 repeats the process of shifting the operation time of the shiftable device by the remaining predicted power amount in the i-th time zone where the power charge unit price is the next lowest.
  • FIG. 12 is a diagram illustrating a daily transition of the predicted power consumption of the customer 80 predicted by the prediction process.
  • the area of the hatched area corresponds to the predicted power consumption of the shiftable device, and the shiftable device is operating in a time zone that is different from the first time zone where the power consumption unit price is the lowest. Recognize. For this reason, the area indicated by the oblique lines is shifted to the area indicated by the shaded area where the electric power charge unit price is cheaper by the shift process described above. Note that if the shiftable device is operated only in the first time zone, the power consumption exceeds the power upper limit value. Therefore, the shift is made so that the device can be operated even in the second time zone in which the electricity charge unit price is the next lowest. .
  • the control unit 14 calculates an expected electricity charge for the customer 80 in the next month in the selected charge plan when the predicted power consumption is shifted (step S ⁇ b> 305). Specifically, first, the control unit 14 adds the predicted power consumption of each electrical device 50 after shifting the operation time by the shift process, and calculates the predicted power consumption of the entire customer 80 by time zone. Ask. And the control part 14 multiplies the calculated
  • control unit 14 determines whether or not all the rate plans have been selected in step S301 among the acquired rate plans (step S306). If there is an unselected rate plan (step S306; No), the process returns to step S301, and the process of estimating the electricity rate with another rate plan is repeated. On the other hand, when all the acquired rate plans are selected (step S306; Yes), the trial calculation process ends.
  • the user may operate the operation terminal 30 to set a desired rate plan condition in the controller 10, and the electricity rate may be estimated only for the rate plan that matches the condition.
  • the conditions of the rate plan are a rate plan that uses natural energy, a rate plan provided by a major electric power company that is not new power, or a rate plan that has a set menu with gas, water, etc. Or the like.
  • control unit 14 displays, on the operation terminal 30, the electricity bill calculated for each electricity bill plan in the trial calculation process (step S 400). This is the end of the electricity bill display process.
  • FIG. 13 shows an example of a screen displayed on the operation terminal 30 in the process of step S400.
  • the plan name, contract company, use of natural energy, set menu contents, availability of charges by time zone, connection fee, contract period, trial calculation result (normal), trial calculation result (shift), Information such as an assumed amount, a shift device, advice, etc. when a 2-year contract is made is displayed.
  • the display contents may be sorted according to the items.
  • Information such as the plan name, contract company, natural energy, set menu, availability of charges by time zone, contract period, connection fee, etc. may be acquired from the charge plan data 133.
  • the plan name “plan ⁇ (contracted)” is indicated.
  • the connection fee is an amount charged when the contract is changed to this rate plan.
  • the trial calculation result (normal) is the electric charge of the customer 80 when each electric device 50 is used in the current state (not shifted) calculated in step S302 of the above-described trial calculation process (FIG. 9).
  • the trial calculation result (shift) is the customer when the operating time of the shiftable device is shifted (changed) to the time zone where the electric energy charge unit price is cheaper calculated in step S305 of the trial calculation process (FIG. 9) described above.
  • the estimated amount of 80 electricity charges is shown.
  • the shift device indicates the electric device 50 whose operating time is shifted by the shift process.
  • the advice information is text indicating advice regarding a change in the life of the user caused by shifting the operation time of the electric device 50, and the information created in step S304Z of the shift process (FIG. 10) may be displayed.
  • the control unit 14 creates message information for notifying the electric device 50 set in advance as an advice target device that the operation in the lowest time zone is advantageous. May be displayed.
  • the control unit 14 may register a washing machine as such an electric device 50 and display a message such as “washing is good in the morning” if the cheapest time is in the morning.
  • the electric charge when the operating time of the electric device 50 is shifted is calculated so that the electric power charge unit price is lower, so it is more useful for the user who wants to reduce the electric charge. It is possible to provide useful information.
  • the shift is performed preferentially from the time zone with the lowest unit price of the electric energy charge. At this time, if a power upper limit value is set, the operating time can be shifted so as not to exceed it.
  • the power amount of the electric device 50 is predicted using a regression equation using the temperature or the like as a parameter, but a past actual value of the power amount in the same period may be used as a predicted value.
  • the electric device 50 such as a hot water supply facility is characterized in that the lower the output, the higher the efficiency, and the higher the output, the lower the efficiency. Therefore, when such an electric device 50 is a shiftable device, it is desirable to perform the shift process so that it can be operated for as long as possible with a low output.
  • the control unit 14 of the controller 10 sets the surplus power to the length of the i-th time zone. It is determined whether or not the value divided by the average (average output) is equal to or greater than a predetermined threshold (step S304X).
  • step S304X If the average output is smaller than the threshold (step S304X; No), the control unit 14 proceeds to step S304G and performs a normal shift. On the other hand, when the average output is equal to or greater than the threshold (step S304X; Yes), the control unit 14 shifts the operation time by the threshold (step S304Y), and then proceeds to step S304I to shift the remaining power amount. Can be done.
  • the shiftable device is the electric device 50 such as a power storage facility
  • the low output charge / discharge has a large loss, and the loss becomes smaller as the rated value is reached. Therefore, in this case, in the shift process shown in FIG. 10, if the surplus power calculated in step S304E is equal to or smaller than a predetermined value, charging is not performed (not shifted) in the i-th time slot in consideration of loss. May be.
  • the shiftable device is an electric device 50 having a heat storage function such as a hot water supply facility
  • the water heater since it is necessary to maintain an appropriate hot water temperature at the user's usage time, not only simply shifting to a time zone where the electric energy charge unit price is cheap, but the water heater It is necessary to perform shift processing on the condition that the operation (boiling operation) for the expected electric energy is completed.
  • the heat dissipation loss decreases as the operating time zone of the hot water supply facility is closer to the user's use time, it is desirable to shift in consideration of this point.
  • control unit 14 acquires an expected output value (power consumption value) W and an expected operating time T of the shiftable device from the prediction result of the above-described prediction process (step S304K).
  • the value of the rated power of the shiftable device may be set as the expected output value W.
  • control unit 14 initializes the counter i to 1 (step S304C), and selects the i-th time zone from the time zones labeled in step S304A (step S304D).
  • control unit 14 acquires the maximum power consumption value WM i in the i-th time zone of the customer 80 from the prediction result of the prediction process described above (step S304L).
  • control unit 14 determines whether or not the total value of the maximum power consumption value WM i and the expected output value W of the shiftable device is equal to or less than the power upper limit value of the customer 80 (step S304M).
  • step S304M When the total value is not less than or equal to the power upper limit value (step S304M; No), if the operating time of the shiftable device is shifted to the i-th time zone, the power consumption of the customer 80 may exceed the power upper limit value. Therefore, the process moves to step S304D without shifting in the i-th time zone.
  • step S304M determines whether the total value is less than or equal to the power upper limit value. If the total value is less than or equal to the power upper limit value (step S304M; Yes), the control unit 14, the expected run time T is equal to or smaller than a length T i of the i time zone (step S304N ).
  • step S304N When the expected run time T is equal to or less than the length T i of the i time zone (step S304N; Yes), as the control unit 14 runs at the i time period only its expected operating time T min, the shiftable device Is changed (shifted) (step S304O), advice information is created (step S304Z), and the shift process ends.
  • step S304N when the expected operating time T exceeds the length T i of the i-th time zone (step S304N; No), the control unit 14 operates in the i-th time zone for the length T i of the i-th time zone. Thus, the operating time of the shiftable device is changed (shifted) (step S304P).
  • the control unit 14 the estimated operating time T of the shiftable device is updated to a value obtained by subtracting the length T i excess of the i time zone (step S304Q), 1 is added to the counter i (step S304J) .
  • step S304D the control unit 14 shifts the operation time of the shiftable device so that the operation is performed for the remaining expected operation time T in the i-th time zone in which the electricity charge unit price is the next lowest. Repeat the process.
  • the shift process is not necessarily performed. Moreover, you may perform the shift process of the content reflecting a user's intention. For example, if the user operates the operation terminal 30 and instructs the controller 10 not to execute the shift process in advance, the shift process is not executed and only the electricity rate before the shift may be displayed. Further, if the user operates the operation terminal 30 to instruct the controller 10 to shift all the electric devices 50, the shift process may be performed on all the electric devices 50.
  • That fact may be added as advice information when displaying the calculation result. For example, “Washing machine used at night” may be displayed in the displayed advice information.
  • the user may select the degree of time shift (a shiftable / impossible time zone), or conversely, the shift process may be performed for all the stages and the trial calculation results may be displayed.
  • the controller 10 may be arranged outside the customer 80.
  • the cloud server 40 on the Internet 70 may function as the controller 10.
  • a router 90 is arranged in the customer 80 instead of the controller 10.
  • a cloud server 40 that functions as the controller 10 described above is disposed on the Internet 70 outside the customer 80. In this case, the router 90 and the cloud server 40 cooperate to play the role of the controller 10.
  • the personal computer or the like may function as the controller 10 according to the present invention. Is possible.
  • Such a program distribution method is arbitrary.
  • a CD-ROM Compact Disk Read-Only Memory
  • DVD Digital Versatile Disk
  • MO Magnetic Optical Disk
  • a memory card etc.
  • a computer It may be distributed by storing in a recording medium, or distributed via a communication network such as the Internet.
  • the present invention can be suitably employed in a system such as HEMS (Home Energy Management System).
  • HEMS Home Energy Management System
  • 1 device management system 10 controller, 20 power measuring device, 30 operation terminal, 40 cloud server, 50 electrical device, 60 home network, 70 internet, 80 customer, 90 router, 11 communication unit, 13 storage unit, 131 power history Table, 132 schedule table, 133 rate plan data, 134 weather record data, 135 weather forecast data, 136 device management table, 14 control unit, 141 rate plan acquisition unit, 142 forecast unit, 143 trial calculation unit, 144 rate display unit

Landscapes

  • Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Supply And Distribution Of Alternating Current (AREA)

Abstract

 コントローラ(10)は、需要家(80)に適用可能な複数の電力事業者の料金プランを取得する。そして、コントローラ(10)は、取得した料金プラン毎に、料金プランを適用した場合の需要家(80)の電気料金の試算結果を操作端末(30)に表示する。

Description

コントローラ、電気料金表示方法、及びプログラム
 本発明は、コントローラ、電気料金表示方法、及びプログラムに関する。
 需要家の電気料金をユーザに表示(見える化)する技術が知られている。例えば、特許文献1には、電気機器に流れる電流を測定し、測定値から電気料金の予測額を計算して表示する電力情報表示装置について記載されている。
特開2009-222546号公報
 電力小売りの自由化により、電気の大口使用者は、複数の電力事業者が提供する料金プランの中から所望の料金プランを選択して利用することができる。さらに今後、一般家庭においても、このような複数の電力事業者からの料金プランの選択が可能になることが予想される。しかしながら、特許文献1に記載の発明では、現在契約中の料金プランでの電気料金の予測額が表示されるだけであり、ユーザは、複数の電力事業者の各々が提供する料金プランでの電気料金を知ることは困難である。
 本発明は上記実情に鑑みてなされたものであり、複数の電力事業者の各々が提供する料金プランについて、電気料金の試算結果を表示することができるコントローラ等を提供することを目的とする。
 上記目的を達成するため、本発明のコントローラは、
 需要家に適用可能な複数の電力事業者の料金プランを取得する料金プラン取得部と、
 前記取得した料金プラン毎に、前記料金プランを適用した場合の前記需要家の電気料金の試算結果を操作端末に表示する料金表示部と、
 を備える。
 本発明によれば、複数の電力事業者の各々が提供する料金プランについて、電気料金の試算結果を表示することが可能となる。
本発明の実施形態に係る機器管理システムの構成を示す図である。 コントローラのブロック図である。 記憶部のブロック図である。 電力履歴テーブルの構成例を示す図である。 予定テーブルの構成例を示す図である。 料金プランデータの構成例を示す図である 電気料金表示処理の動作を説明するためのフローチャートである。 予測処理の動作を説明するためのフローチャートである。 試算処理の動作を説明するためのフローチャートである。 シフト処理の動作を説明するためのフローチャートである。 変動する電力量料金単価の例を示す図である。 シフト処理を具体的に説明するための図である。 試算した電気料金等の表示例を示す図である。 シフト処理の一部を変更した場合の動作を説明するためのフローチャートである。 他の実施形態におけるシフト処理の動作を説明するためのフローチャートである。 他の実施形態に係る機器管理システムの構成を示す図である。
 以下、本発明の各実施形態について、図面を参照しながら詳細に説明する。なお、図中同一又は相当部分には同一符号を付す。
 本発明の実施形態に係る機器管理システム1の構成を図1に示す。機器管理システム1は、ユーザの住居である需要家80に設置された設備や機器を統合的に管理したり、状態の監視等を行うシステムである。機器管理システム1は、コントローラ10と、電力計測装置20と、操作端末30と、クラウドサーバ40と、電気機器50と、を備える。
 コントローラ10は、電気機器50を管理するコンピュータである。コントローラ10は、宅内ネットワーク60を介して、電力計測装置20、操作端末30、及び電気機器50とデータ通信可能に接続する。また、コントローラ10は、インターネット70を介して、外部のクラウドサーバ40とデータ通信可能に接続する。
 続いて、コントローラ10の構成について説明する。コントローラ10は、図2に示すように、通信部11と、記憶部13と、制御部14と、を備える。
 通信部11は、例えば、NIC(Network Interface Card)等の通信インタフェースを備える。通信部11は、制御部14の制御の下、宅内ネットワーク60を介して、電気機器50、電力計測装置20、及び操作端末30とデータ通信を行う。また、通信部11は、制御部14の制御の下、インターネット70を介して、外部のクラウドサーバ40とデータ通信を行う。
 記憶部13は、いわゆる二次記憶装置(補助記憶装置)としての役割を担い、例えば、フラッシュメモリ等の読み書き可能な不揮発性の半導体メモリ等で構成される。記憶部13には、図3に示すように、電力履歴テーブル131と、予定テーブル132と、料金プランデータ133と、気象記録データ134と、気象予報データ135と、機器管理テーブル136と、を備える。
 電力履歴テーブル131は、電気機器50毎に、消費電力の値がその計測日時とともに記録されるテーブルである。電力履歴テーブルの例を図4に示す。図4に示す電力履歴テーブルでは、各電気機器50(エアコン、給湯器等)の消費電力が5分毎に記録されている。
 予定テーブル132は、図5に示すように、需要家80の各ユーザ(家族)の旅行等のイベントの予定が、その発生期間とともに記録されるテーブルである。なお、予定テーブル132には、これまでに発生したイベントだけでなく、これから発生するイベントの予定も登録される。なお、ユーザが操作端末30を操作して、カレンダー形式の入力画面から登録操作を行うことにより、予定テーブル132にレコードが登録される。
 図3に戻り、料金プランデータ133は、複数の電気事業者の各々が提供する料金プランを示すデータである。料金プランデータ133は、図6に示すように料金プラン名、電力事業者、基本料金、接続料金、電気量料金単価、自然エネルギーの利用の有無、ガス等とのセットメニューの有無、契約期間等の情報を含む。なお、接続料金は、現在契約中の料金プランから変更した場合の手数料を示す。
 図3に戻り、気象記録データ134は、過去に記録された気象に関する情報(天気、気温、湿度、日照時間等)が記録されたデータである。気象予報データ135は、今後の気象予報を示すデータであり、例えば、今後の1ヶ月間の時間帯毎の平均気温、天気の予報等を示す。気象記録データ134と気象予報データ135とは、定期的に、インターネット70を介してクラウドサーバ40や図示せぬ気象庁のサーバ等からダウンロードされ、最新のデータに自動的に更新される。
 機器管理テーブル136には、各電気機器50の管理情報が格納される。具体的には、機器管理テーブル136には、電気機器50毎に、名称や型式や製造年月日や後述するシフト処理においてシフト対象となる電気機器50であるか否かを示すフラグ情報等が記録される。
 図2に戻り、制御部14は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等(何れも図示せず)を備え、CPUが、RAMをワークメモリとして用い、ROMや記憶部13に記憶されている各種プログラムを適宜実行することにより、上述した各部を制御する。また、制御部14は、本発明に係る機能的な構成として、料金プラン取得部141と、予測部142と、試算部143と、料金表示部144と、を備える。
 料金プラン取得部141は、複数の電力事業者の各々が、需要家80に適用可能な料金プランを取得する。予測部142は、電気機器50毎に、時間帯別の消費電力量を予測する。試算部143は、予測部142による予測結果に基づいて、取得した料金プラン毎に、料金プランを適用した場合の需要家80の電気料金を試算する。料金表示部144は、試算部143が試算した電気料金等を操作端末30に表示する。なお、これらの各部の処理の詳細については後述する。
 図1に戻り、電力計測装置20は、各電気機器50の消費電力を所定時間毎に計測して、コントローラ10に通知する。コントローラの制御部14は、通知された消費電力の値を電力履歴テーブル131に登録する。なお、電力計測装置20の代わりに、各電気機器50が、自身の消費電力を計測してコントローラ10に通知してもよい。
 操作端末30は、例えば、タブレット端末である。操作端末30は、タッチパネル等を備え、電気機器50を操作するための操作信号をコントローラ10に送信したり、各種の状態を表示したりするために使用される。また、操作端末30は、ユーザの予定を入力するためにも使用され、入力された予定は、コントローラ10に送信されて、予定テーブル132に登録される。また、後述する電気料金表示処理において、操作端末30には、料金プラン毎に試算された電気料金等が表示される。
 クラウドサーバ40は、インターネット70を介して、需要家80内のコントローラ10とデータ通信する。例えば、コントローラ10は、定期的に、電力履歴テーブル131や予定テーブル132をクラウドサーバ40に送信して、クラウドサーバ40内のデータベースにアップロードされる。また、クラウドサーバ40は、定期的に、最新の気象予報データや各電力事業者の最新の料金プランデータを取得して保持していてもよい。
 電気機器50は、需要家80に設置されている給湯設備や蓄電設備や冷蔵庫や洗濯機やテレビ等の各種の機器である。電気機器50は、宅内ネットワーク60を介してコントローラ10に接続され、コントローラ10によって運転が制御される。
 続いて、コントローラ10の行う電気料金表示処理について説明する。例えば、ユーザが操作端末30を操作して処理開始を指示し、この指示をコントローラ10が受信した際に、制御部14は、図7に示す電気料金表示処理を実行する。
 まず、制御部14は、各電気機器50について、時間帯毎に今後の消費電力量を予測する予測処理を実行する(ステップS100)。予測処理の詳細について、図8のフローチャートを用いて説明する。
 予測処理が開始されると、制御部14は、1日を所定の時間(例えば、1時間)で区分した時間帯のなかから1つを選択する(S101)。なお、以下の説明では、本処理で選択した時間帯を選択時間帯とも表記する。なお、1日を区分する方法は任意であり、例えば、電力量料金単価が1日の時間帯に応じて変動する電力プランの場合は、その時間帯で区分してもよい。
 続いて、制御部14は、電気機器50を1つ選択する。以下の説明では、本処理で選択した電気機器50を選択機器とも表記する(ステップS102)。
 続いて、制御部14は、選択時間帯に計測された選択機器の消費電力の値を電力履歴テーブル131から取得する(ステップS103)。
 続いて、制御部14は、選択機器の消費電力の値に影響を与えている各種パラメータの値を取得する(ステップS104)。具体的には、予測部142は、選択時間帯に計測された気温と在室人数とを、気象記録データ134と予定テーブル132とから取得する。なお、天気や湿度等の他の情報をパラメータとして取得してもよい。
 そして、制御部14は、ステップS103で取得した消費電力の値を出力、ステップS104で取得したパラメータ(気温と在室人数)を入力とする回帰式を求める(ステップS105)。例えば、制御部14は、ステップS103とステップS104とで取得した情報を同じ計測日時毎にまとめたテーブルを作成し、このテーブルを参照して消費電力とパラメータとの間の相関係数を求める等して、上記回帰式を求めればよい。
 続いて、制御部14は、作成した回帰式から、選択時間帯における選択機器の消費電力量を予測する(ステップS106)。具体的には、制御部14は、まず、予定テーブル132と気象予報データ135とを参照して、選択時間帯における今後1か月の予想平均気温と予想平均在室人数とを取得する。そして、制御部14は、取得した予想平均気温と予想平均在室人数とを作成した回帰式に入力して消費電力を算出し、算出した消費電力に選択時間帯の長さを乗算して消費電力量を求めればよい。
 続いて、制御部14は、現在の選択時間帯において、全ての電気機器50をステップS102で選択したか否かを判別する(ステップS107)。未選択の電気機器50がある場合(ステップS107;No)、処理はステップS102に戻り、全ての電気機器50が選択されるまで、選択した電気機器50の選択時間帯における電力量を予測する処理を繰り返す。
 一方、全ての電気機器50を選択した場合(ステップS107;Yes)、制御部14は、1日の全時間帯をステップS101で選択したか否かを判別する(ステップS108)。未選択の時間帯がある場合は(ステップS108;No)、処理はステップS101に戻り、全ての時間帯で電気機器50の電力量を予測する処理を繰り返す。
 一方、全ての時間帯を選択した場合(ステップS108;Yes)、1日の全ての時間帯で、電気機器50毎に消費電力量の予測値が取得されたこととなり、予測処理は終了する。
 図7に戻り、予測処理が終了すると、制御部14は、複数の電力事業者の各々から、需要家80に適用可能な料金プランを取得する(ステップS200)。例えば、制御部14は、各電力事業者のサーバやクラウドサーバ40から、各料金プランの料金プランデータを取得すればよい。若しくは、制御部14は、各料金プランの料金プランデータ133が事前にダウンロードされて記憶部13に保存されている場合はそれを取得してもよい。
 続いて、制御部14は、ステップS100の予測処理による電力量の予測結果に基づいて、取得した料金プラン毎に、その料金プランを適用した場合の需要家80の電気料金を試算する試算処理を実行する(ステップS300)。試算処理の詳細について、図9を用いて説明する。
 試算処理が開始されると、まず、制御部14は、取得した料金プランのなかから未選択のものを1つ選択する(ステップS301)。以下の説明では、本処理で選択した料金プランを選択料金プランとも表記する。
 続いて、制御部14は、予測処理で電気機器50毎に求めた時間帯別の予測電力量と、選択料金プランが示す電力量料金単価及び基本料金とから、今後1か月の需要家80の電気料金を試算する(ステップS302)。具体的には、まず、制御部14は、予測処理で時間帯別に予測した各電気機器50の予測消費電力量を合算して、時間帯別の需要家80全体の予測消費電力量を求める。そして、制御部14は、求めた時間帯別の予測消費電力量にその時間帯の電力量料金単価を乗算し、これを全時間帯で積算して1日分の電気料金を求める。そして、制御部14は、求めた1日分の電気料金に月の日数を乗算した金額に基本料金を加算して予想電気料金を算出すればよい。
 続いて、制御部14は、選択料金プランの電力量料金単価が1日の時間帯において変動するか否かを判別する(ステップS303)。電力量料金単価が変動しない場合(ステップS303;No)、電気機器50の稼働時間を変更しても電気料金は変わらないため、ステップS306に処理は移る。
 一方、電力量料金単価が変動する料金プランの場合(ステップS303;Yes)、制御部14は、電力量料金単価がより安い時間帯に電気機器50の稼働時間をシフトさせるシフト処理を実行する(ステップS304)。シフト処理の詳細について、図10を用いて説明する。
 まず、制御部14は、選択料金プランの電力量料金単価が安い時間帯から順に、「第n時間帯」(n=1,2,3・・・)のラベルを付す(ステップS304A)。例えば、図11に示すように選択料金プランの1日の電力量料金単価が変動する場合、4つの時間帯に第1時間帯~第4時間帯のラベルが付される。
 図10に戻り、続いて、制御部14は、運転時間をシフトしてもよい電気機器50(シフト可能機器)の予測消費電力量を上述した予測処理の予測結果から取得する(ステップS304B)。なお、シフト可能機器は、稼働時間をずらしてもユーザの快適性にあまり支障が無い蓄電設備や給湯設備等が望ましい。
 続いて、制御部14は、処理用のカウンタiを1に初期化する(ステップS304C)。そして、制御部14は、ステップS304Aでラベルを付した時間帯のなかから、第i時間帯を選択する(ステップS304D)。
 続いて、制御部14は、第i時間帯で新たに使用できる余裕電力量を算出する(ステップS304E)。具体的には、まず、制御部14は、ブレーカの容量や電気機器50の出力制限値等に基づいて予め設定される需要家80の消費電力の上限値(電力上限値)を取得する。続いて、制御部14は、予測処理での予測結果から、第i時間帯での需要家80の予測消費電力量を取得する。そして、制御部14は、電力上限値に第i時間帯の時間長を乗算した値から、取得した予測消費電力量を減算した値を余裕電力量として算出すればよい。
 続いて、制御部14は、ステップS304Bで取得したシフト可能機器の予測消費電力量が、余裕電力量以下であるか否かを判別する(ステップS304F)。
 シフト可能機器の予測消費電力量が余裕電力量以下である場合(ステップS304F;Yes)、制御部14は、その予測消費電力量が全て第i時間帯で消費されるように、シフト可能機器の稼働時間と出力(消費電力)を変更(シフト)する(ステップS304G)。
 そして、制御部14は、今回の稼働時間のシフトに際してユーザへの注意喚起等を通知するためのアドバイス情報を作成し(ステップS304Z)、シフト処理は終了する。例えば、制御部14は、今回の処理で給湯設備の稼働時間をシフトした場合は、「湯切れに注意」等のアドバイス情報を作成すればよい。
 一方、シフト可能機器の予測消費電力量が余裕電力量より大きい場合(ステップS304F;No)、制御部14は、シフト可能機器が、第i時間帯において、余裕消費電力量分だけ稼働するように、稼働時間と消費電力とを変更(シフト)する(ステップS304H)。
 そして、制御部14は、シフト可能機器の予測消費電力量を、余裕電力量を減算した値に更新し(ステップS304I)、カウンタiに1を加算する(ステップS304J)。
 続いて、処理はステップS304Dに移り、制御部14は、次に電力量料金単価の安い第i時間帯で、残りの予測電力量分だけシフト可能機器の稼働時間をシフトする処理を繰り返す。
 ここで、図12を用いてシフト処理について具体的に説明する。図12は、予測処理によって予測された需要家80の予測消費電力の1日の推移を示す図である。また、斜線で示す領域の面積は、シフト可能機器の予測消費電力量に対応し、シフト可能機器は、最も電力量料金単価が安い第1時間帯とは異なる時間帯に稼働していることがわかる。そのため、上述したシフト処理により、この斜線で示す領域は、より電力量料金単価の安い網掛けで示す領域にシフトされる。なお、第1時間帯のみでシフト可能機器を稼働させようとすると消費電力が電力上限値を超えてしまうため、次に電力量料金単価の安い第2時間帯でも稼働するようにシフトしている。
 図9に戻り、シフト処理が終了すると、制御部14は、予測消費電力量をシフトした場合の選択料金プランでの今後1ヶ月の需要家80の予想電気料金を算出する(ステップS305)。具体的には、まず、制御部14は、シフト処理で稼働時間をシフトした後の各電気機器50の予測消費電力量を合算して、時間帯別の需要家80全体の予測消費電力量を求める。そして、制御部14は、求めた時間帯別の予測消費電力量にその時間帯の電力量料金単価を乗算し、これを全時間帯で積算して1日分の電気料金を求める。そして、制御部14は、求めた1日分の電気料金に月の日数を乗算した金額に基本料金を加算して、シフトした場合の予想電気料金を算出すればよい。
 続いて、制御部14は、取得した料金プランのうち、ステップS301で全ての料金プランを選択したか否かを判別する(ステップS306)。未選択の料金プランがある場合(ステップS306;No)、処理はステップS301に戻り、別の料金プランでの電気料金を試算する処理を繰り返す。一方、取得した料金プラン全てを選択した場合(ステップS306;Yes)、試算処理は終了する。
 なお、取得した全ての料金プランについて、必ずしも電気料金を試算する処理を繰り返し実行しなくてもよい。例えば、ユーザが操作端末30を操作してコントローラ10に希望する料金プランの条件を設定しておき、条件に合致した料金プランについてのみ、電気料金の試算を行ってもよい。なお、料金プランの条件は、自然エネルギーを利用している料金プランであるか、新電力ではない大手電力会社が提供する料金プランであるか、ガスや水道等とのセットメニューがある料金プランであるか、等の条件である。
 図7に戻り、試算処理が終了すると、制御部14は、試算処理で電気料金プラン毎に試算した電気料金等を操作端末30に表示する(ステップS400)。以上で電気料金表示処理は終了する。
 ここで、図13に、ステップS400の処理で操作端末30に表示される画面の例を示す。この例では、料金プラン毎に、プラン名、契約会社、自然エネルギー利用の有無、セットメニューの内容、時間帯別料金の有無、接続料金、契約期間、試算結果(通常)、試算結果(シフト)、2年契約した場合の想定金額、シフト機器、アドバイス、等の情報が表示されている。なお、ユーザがこれらの項目をクリックすると、その項目に応じて表示内容をソートしてもよい。
 なお、プラン名、契約会社、自然エネルギー、セットメニュー、時間帯別料金の有無、契約期間、接続料金等の情報は、料金プランデータ133から取得すればよい。また、図13に示す例では、現在契約中の料金プランは「プランη」であるため、プラン名「プランη(契約中)」とその旨を示している。また、接続料金は、この料金プランに契約を変更した場合に請求される金額である。
 また、試算結果(通常)は、前述した試算処理(図9)のステップS302で試算した、現状のままの状態(シフトしない状態)で各電気機器50を使用した場合の需要家80の電気料金の予測額を示す。
 また、試算結果(シフト)は、前述した試算処理(図9)のステップS305で試算した、電力量料金単価がより安い時間帯にシフト可能機器の稼働時間をシフト(変更)した場合の需要家80の電気料金の予測額を示す。また、シフト機器は、シフト処理で稼働時間をシフトした電気機器50を示す。
 また、アドバイス情報は、電気機器50の稼働時間をシフトすることによって生じるユーザの生活の変化に関するアドバイスを示すテキストであり、シフト処理(図10)のステップS304Zで作成したものを表示すればよい。なお、シフト対象機器でなくとも、制御部14は、アドバイスの対象機器として予め設定した電気機器50に対して、最安時間帯での稼働がお得であることを通知するメッセージ情報を作成して表示してもよい。例えば、制御部14は、このような電気機器50として洗濯機を登録しておき、最安時間帯が朝であれば、「洗濯は朝がお得」等のメッセージを表示してもよい。
 このように、本実施形態によれば、複数の電力事業者の各々が提供する料金プランについて、各料金プラン適用した場合の電気料金の試算結果を表示することができる。
 また、本実施形態によれば、より電力量料金単価が安くなるように、電気機器50の稼働時間をシフトさせた場合の電気料金も試算されるため、電気料金を低減させたいユーザにとってより有用な情報を提供することが可能となる。
 また、本実施形態によれば、電気機器50の稼働時間をシフトさせる際には、最も電力量料金単価の安い時間帯から優先的にシフトする。また、この際、電力上限値が設定されている場合はそれを超えないように稼働時間をシフトすることができる。
 なお、本発明は、上記実施形態に限定されず、本発明の要旨を逸脱しない部分での種々の修正は勿論可能である。
 例えば、上記実施形態では、気温等をパラメータとする回帰式を用いて電気機器50の電力量を予測したが、過去の同時期の電力量の実績値を予測値としてもよい。
 なお、給湯設備のような電気機器50は、低出力ほど効率がよく、高出力ほど効率が悪いという特徴がある。そのため、このような電気機器50がシフト可能機器である場合は、なるべく低出力で長時間稼働するようにシフト処理を行うのが望ましい。具体的には図14に示すように、コントローラ10の制御部14は、予測消費電力量が余裕電力量以下の場合(図10のステップS304F;Yes)、余裕電力量を第i時間帯の長さで除した値(平均出力)が予め定めた閾値以上であるか否かを判別する(ステップS304X)。そして、平均出力が閾値より小さい場合(ステップS304X;No)、制御部14は、ステップS304Gに移って通常のシフトを行う。一方、平均出力が閾値以上の場合(ステップS304X;Yes)、制御部14は、閾値分のみ稼働時間をシフトして(ステップS304Y)、その後、ステップS304Iに進んで、残りの電力量分のシフトを行えばよい。
 また、シフト可能機器が蓄電設備のような電気機器50である場合は、低出力の充放電は損失が大きく、定格値になるほど損失は小さくなる。そのため、この場合、図10に示すシフト処理において、ステップS304Eで算出した余裕電力量が所定値以下の場合は、損失を考慮して、第i時間帯では充電を行わない(シフトしない)ようにしてもよい。
 また、必ずしも図10に示すようなフローチャートに従ってシフト処理を行う必要はない。例えば、シフト可能機器が給湯設備のような蓄熱機能を有する電気機器50の場合は、ユーザの使用時刻や、貯湯中の放熱ロス等も考慮して、シフト処理を実行するのが望ましい。具体的には、ユーザの使用時刻には、適切な湯温が維持されている必要があるため、単純に電力量料金単価が安い時間帯にシフトするだけでなく、使用時刻までに給湯器は予想電力量分の稼働(沸上運転)が完了していることを条件にシフト処理を行う必要がある。また、給湯設備の稼働時間帯とユーザの使用時刻とは近いほど放熱ロスが少なくなるため、その点も考慮してシフトするのが望ましい。
 また、出力(消費電力)を比較的自由に変更しながら動作することができる給湯設備等とは異なり、ほぼ一定の出力(消費電力)で動作する食器洗い機や洗濯機等がシフト可能機器である場合は、図10に示すフローチャートに従ってシフト処理を行うと、消費電力が瞬間的に大きい時刻等で電力上限値を超えてしまう虞がある。そのため、このような場合は、図15に示すようなシフト処理を行う必要がある。なお、以下の説明では、図10に示すシフト処理と同じステップについては同じ参照符号を付し、適宜説明を簡略化する。
 まず、制御部14は、選択料金プランの電力量料金単価が安い時間帯から順に、「第n時間帯」(n=1,2,3・・・)のラベルを付す(ステップS304A)。
 続いて、制御部14は、上述した予測処理の予測結果から、シフト可能機器の予想出力値(消費電力値)Wと、予想稼働時間Tと、を取得する(ステップS304K)。なお、上述したように、シフト可能機器の出力はほぼ一定であるため、シフト可能機器の定格電力の値を予想出力値Wとしてもよい。
 続いて、制御部14は、カウンタiを1に初期化し(ステップS304C)、ステップS304Aでラベルを付した時間帯のなかから、第i時間帯を選択する(ステップS304D)。
 続いて、制御部14は、上述した予測処理の予測結果から、需要家80の第i時間帯での最大消費電力値WM、を取得する(ステップS304L)。
 そして、制御部14は、最大消費電力値WMとシフト可能機器の予想出力値Wとの合計値が、需要家80の電力上限値以下であるか否かを判別する(ステップS304M)。
 合計値が電力上限値以下で無い場合(ステップS304M;No)、シフト可能機器の稼働時間を第i時間帯にシフトさせると、需要家80の消費電力が電力上限値を超えてしまう虞があるため、第i時間帯でのシフトは行わずに、ステップS304Dに処理は移る。
 一方、合計値が電力上限値以下である場合(ステップS304M;Yes)、制御部14は、予想稼働時間Tが第i時間帯の長さT以下であるか否かを判別する(ステップS304N)。
 予想稼働時間Tが第i時間帯の長さT以下である場合(ステップS304N;Yes)、制御部14は、その予想稼働時間T分だけ第i時間帯で稼働するように、シフト可能機器の稼働時間を変更(シフト)し(ステップS304O)、アドバイス情報を作成して(ステップS304Z)、シフト処理は終了する。
 一方、予想稼働時間Tが第i時間帯の長さTを超えている場合(ステップS304N;No)、制御部14は、第i時間帯の長さT分だけ第i時間帯で稼働するように、シフト可能機器の稼働時間を変更(シフト)する(ステップS304P)。
 そして、制御部14は、シフト可能機器の予想稼働時間Tを、第i時間帯の長さT余分だけ減算した値に更新し(ステップS304Q)、カウンタiに1を加算する(ステップS304J)。
 続いて、処理はステップS304Dに移り、制御部14は、次に電力量料金単価の安い第i時間帯で、残りの予想稼働時間T分だけ稼働するようにシフト可能機器の稼働時間をシフトする処理を繰り返す。
 なお、必ずしもシフト処理は行う必要はない。また、ユーザの意思を反映させた内容のシフト処理を行ってもよい。例えば、予め、ユーザが、操作端末30を操作して、コントローラ10にシフト処理を実行しないことを指示していれば、シフト処理は実行せず、シフト前の電気料金のみを表示すればよい。また、ユーザが、操作端末30を操作して、コントローラ10に全ての電気機器50のシフトを指示していれば、全ての電気機器50を対象にシフト処理を行ってもよい。
 また、シフト処理を行う場合は、試算結果の表示の際にその旨をアドバイス情報として追記してもよい。例えば、表示されるアドバイス情報に「洗濯機の夜間使用」等と表示してもよい。また、時間シフトの程度(シフト可能・不可能な時間帯)をユーザに選択させたり、逆に全ての段階についてシフト処理を行ってその試算結果を表示してもよい。
 また、上記の実施形態では、コントローラ10が需要家80に配置された場合について説明したが、コントローラ10を需要家80外に配置してもよい。例えば、インターネット70上のクラウドサーバ40をコントローラ10として機能させてもよい。
 例えば、図16に示すように、需要家80内には、コントローラ10の代わりに、ルータ90が配置されている。一方、例えば、需要家80外のインターネット70上には、上述したコントローラ10として機能させるクラウドサーバ40が配置されている。この場合、ルータ90とクラウドサーバ40とが協業してコントローラ10の役割を果たす。
 また、例えば、本実施形態に係るコントローラ10の動作を規定する動作プログラムを既存のパーソナルコンピュータや情報端末機器等に適用することで、当該パーソナルコンピュータ等を本発明に係るコントローラ10として機能させることも可能である。
 また、このようなプログラムの配布方法は任意であり、例えば、CD-ROM(Compact Disk Read-Only Memory)、DVD(Digital Versatile Disk)、MO(Magneto Optical Disk)、メモリカードなどのコンピュータ読み取り可能な記録媒体に格納して配布してもよいし、インターネットなどの通信ネットワークを介して配布してもよい。
 本発明は、本発明の広義の精神と範囲を逸脱することなく、様々な実施形態及び変形が可能とされるものである。また、上述した実施形態は、本発明を説明するためのものであり、本発明の範囲を限定するものではない。つまり、本発明の範囲は、実施形態ではなく、請求の範囲によって示される。そして、請求の範囲内及びそれと同等の発明の意義の範囲内で施される様々な変形が、本発明の範囲内とみなされる。
 本発明は、HEMS(Home Energy Management System)などのシステムに好適に採用され得る。
1 機器管理システム、10 コントローラ、20 電力計測装置、30 操作端末、40 クラウドサーバ、50 電気機器、60 宅内ネットワーク、70 インターネット、80 需要家、90 ルータ、11 通信部、13 記憶部、131 電力履歴テーブル、132 予定テーブル、133 料金プランデータ、134 気象記録データ、135 気象予報データ、136 機器管理テーブル、14 制御部、141 料金プラン取得部、142 予測部、143 試算部、144 料金表示部

Claims (8)

  1.  需要家に適用可能な複数の電力事業者の料金プランを取得する料金プラン取得部と、
     前記取得した料金プラン毎に、前記料金プランを適用した場合の前記需要家の電気料金の試算結果を操作端末に表示する料金表示部と、
     を備えるコントローラ。
  2.  前記料金表示部は、前記需要家に設置されている電気機器の稼働時間を電力量料金単価のより安い時間帯にシフトした場合の電気料金の試算結果を前記操作端末に表示する、
     請求項1に記載のコントローラ。
  3.  前記料金表示部は、前記電気機器の稼働時間のシフトに伴うユーザへのアドバイスを前記操作端末に表示する、
     請求項2に記載のコントローラ。
  4.  前記料金表示部は、前記電気機器の稼働時間を、電力量料金単価の安い時間帯から優先的にシフトしていく、
     請求項2又は3に記載のコントローラ。
  5.  前記料金表示部は、前記需要家の消費電力が電力上限値を超えないように前記電気機器の稼働時間をシフトする、
     請求項2から4の何れか1項に記載のコントローラ。
  6.  前記電気機器は蓄熱機能を有する機器であり、
     前記料金表示部は、前記電気機器の使用時間と熱損失とを考慮して、稼働時間をシフトする、
     請求項2から5の何れか1項に記載のコントローラ。
  7.  料金プラン取得部が、需要家に適用可能な複数の電力事業者の料金プランを取得する料金プラン取得ステップと、
     料金表示部が、前記取得した料金プラン毎に、前記料金プランを適用した場合の前記需要家の電気料金の試算結果を表示する料金表示ステップと、
     を有する電気料金表示方法。
  8.  コンピュータを、
     需要家に適用可能な複数の電力事業者の料金プランを取得する料金プラン取得部、
     前記取得した料金プラン毎に、前記料金プランを適用した場合の前記需要家の電気料金の試算結果を操作端末に表示する料金表示部、
     として機能させるプログラム。
PCT/JP2015/058299 2015-03-19 2015-03-19 コントローラ、電気料金表示方法、及びプログラム WO2016147391A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017505985A JP6590910B2 (ja) 2015-03-19 2015-03-19 コントローラ、電気料金表示方法、及びプログラム
PCT/JP2015/058299 WO2016147391A1 (ja) 2015-03-19 2015-03-19 コントローラ、電気料金表示方法、及びプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2015/058299 WO2016147391A1 (ja) 2015-03-19 2015-03-19 コントローラ、電気料金表示方法、及びプログラム

Publications (1)

Publication Number Publication Date
WO2016147391A1 true WO2016147391A1 (ja) 2016-09-22

Family

ID=56918744

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/058299 WO2016147391A1 (ja) 2015-03-19 2015-03-19 コントローラ、電気料金表示方法、及びプログラム

Country Status (2)

Country Link
JP (1) JP6590910B2 (ja)
WO (1) WO2016147391A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017083951A (ja) * 2015-10-23 2017-05-18 株式会社デンソー 選択支援システム
JP2020095507A (ja) * 2018-12-13 2020-06-18 東京瓦斯株式会社 エネルギー供給プラン設定システムおよびプログラム

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040083112A1 (en) * 2002-10-25 2004-04-29 Horst Gale R. Method and apparatus for managing resources of utility providers
JP2010185596A (ja) * 2009-02-10 2010-08-26 Daikin Ind Ltd 貯湯式給湯装置
JP2010259186A (ja) * 2009-04-23 2010-11-11 Panasonic Corp 制御システムおよびその制御方法、プログラム
JP2011258020A (ja) * 2010-06-09 2011-12-22 Fujitsu Ltd 料金契約報知装置、料金契約報知システム及びプログラム
JP2012231554A (ja) * 2011-04-25 2012-11-22 Panasonic Corp 家電機器及び家電機器制御方法
JP2013097673A (ja) * 2011-11-02 2013-05-20 Mitsubishi Electric Building Techno Service Co Ltd 電気料金試算システム及び電気料金試算プログラム
JP2014137726A (ja) * 2013-01-17 2014-07-28 Sharp Corp サーバ装置、電子機器、通信システム、情報処理方法、およびプログラム

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002259706A (ja) * 2001-03-05 2002-09-13 Sony Corp 保険契約システムおよび保険契約方法
JP2004094637A (ja) * 2002-08-30 2004-03-25 Osaka Gas Co Ltd 需給契約支援システム
JP5191309B2 (ja) * 2008-08-12 2013-05-08 中国電力株式会社 電気料金計算システム
JP5051794B2 (ja) * 2009-12-17 2012-10-17 トヨタ自動車株式会社 充電装置
JP6074843B2 (ja) * 2012-12-11 2017-02-08 パナソニックIpマネジメント株式会社 コントローラ

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040083112A1 (en) * 2002-10-25 2004-04-29 Horst Gale R. Method and apparatus for managing resources of utility providers
JP2010185596A (ja) * 2009-02-10 2010-08-26 Daikin Ind Ltd 貯湯式給湯装置
JP2010259186A (ja) * 2009-04-23 2010-11-11 Panasonic Corp 制御システムおよびその制御方法、プログラム
JP2011258020A (ja) * 2010-06-09 2011-12-22 Fujitsu Ltd 料金契約報知装置、料金契約報知システム及びプログラム
JP2012231554A (ja) * 2011-04-25 2012-11-22 Panasonic Corp 家電機器及び家電機器制御方法
JP2013097673A (ja) * 2011-11-02 2013-05-20 Mitsubishi Electric Building Techno Service Co Ltd 電気料金試算システム及び電気料金試算プログラム
JP2014137726A (ja) * 2013-01-17 2014-07-28 Sharp Corp サーバ装置、電子機器、通信システム、情報処理方法、およびプログラム

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017083951A (ja) * 2015-10-23 2017-05-18 株式会社デンソー 選択支援システム
JP2020095507A (ja) * 2018-12-13 2020-06-18 東京瓦斯株式会社 エネルギー供給プラン設定システムおよびプログラム
JP7229002B2 (ja) 2018-12-13 2023-02-27 東京瓦斯株式会社 エネルギー供給プラン設定システムおよびプログラム

Also Published As

Publication number Publication date
JP6590910B2 (ja) 2019-10-16
JPWO2016147391A1 (ja) 2017-08-24

Similar Documents

Publication Publication Date Title
JP7179500B2 (ja) 蓄電池管理装置、蓄電池管理方法および蓄電池管理プログラム
JP5814545B2 (ja) ネットワークにおける需要応答管理方法及びシステム
JP7249155B2 (ja) 蓄電池管理装置および蓄電池管理方法
US10816948B2 (en) System, apparatus and method for energy management, for usage by consumers of energy from electric utility service providers, and monitoring and management of same
EP2966610A1 (en) Energy management system, energy management method, and program
JP7131920B2 (ja) 蓄電池管理装置、蓄電池管理方法および蓄電池管理プログラム
JP5895157B2 (ja) 充放電制御装置
Hartmann et al. Evaluation of business possibilities of energy storage at commercial and industrial consumers–A case study
JP6786814B2 (ja) 情報処理装置、情報処理方法、およびプログラム
JP2010016989A (ja) 発電システム
KR102076811B1 (ko) 스케줄링 기능을 포함하는 수요응답 관리 시스템
JP5991318B2 (ja) 行動推奨装置、行動推奨システム、行動推奨方法およびプログラム
US20160141874A1 (en) Charging Electronic Devices
JP5606214B2 (ja) 電力自動売買システム
JP6590910B2 (ja) コントローラ、電気料金表示方法、及びプログラム
JP6437139B2 (ja) 電力管理装置、サーバ、電力管理システム、電力管理方法、及び、プログラム
Swinson et al. Taking demand management into the future: Managing flexible loads on the electricity network using smart appliances and controlled loads
JP6698371B2 (ja) 電気料金管理装置、電気料金管理方法及びプログラム
JP2020198696A (ja) 電力供給システム及び、電力管理方法
JP6644162B2 (ja) 電力管理システム、制御装置及び電力管理方法
JP6626359B2 (ja) 電力関連情報提示装置、電気関連情報提示方法及びプログラム
WO2016158027A1 (ja) 管理装置、管理システム、管理装置の制御方法および制御プログラム
KR20200018525A (ko) 스케줄링 기능을 포함하는 수요응답 관리 시스템
JP2020052549A (ja) 受電点電力予測装置、受電点電力予測方法、およびプログラム
Mitra et al. Electricity consumption scheduling with energy storage, home-based renewable energy production and a customized dynamic pricing scheme

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15885487

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2017505985

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15885487

Country of ref document: EP

Kind code of ref document: A1