Guide install HomeAutomation on Raspberry PI 2 Modell B

http://karpero.mine.nu/ha

Moderators: Daniel, tom_rosenback, Telldus

lorde
Posts: 20
Joined: Fri Mar 17, 2023 9:45 am

Re: Guide install HomeAutomation on Raspberry PI 2 Modell B

Post by lorde »

No, i did not.
How can i check that ?

However, i think the device is not synchronyzed at all, since the clock is so much different (40 minutes + xx hours)

Can you make a short tutorial about how to check this ?

Thank you very much !!!
tom_rosenback
Posts: 779
Joined: Fri Mar 17, 2023 9:45 am
Contact:

Re: Guide install HomeAutomation on Raspberry PI 2 Modell B

Post by tom_rosenback »

lorde wrote:No, i did not.
How can i check that ?

However, i think the device is not synchronyzed at all, since the clock is so much different (40 minutes + xx hours)

Can you make a short tutorial about how to check this ?

Thank you very much !!!
In the command line write

Code: Select all

date
this should give you something like

Code: Select all

Mon Mar 13 09:33:56 EET 2017
If time is off here, you can check this link for example on how to solve date issue https://www.raspberrypi.org/forums/view ... 26&t=10291

To check the setting in php.ini use nano (or any other editor) to edit the file, should be located at /etc/php5/apache2/php.ini if not try to use locate or whereis command. Scroll down in this file until you find the timezone setting and use the values from here to sewt the correct one.http://php.net/manual/en/timezones.php
//Tom

Senaste info och release om/av HomeAutomation hittas här http://karpero.mine.nu/ha
Latest info and release of HomeAutomation can be found here http://karpero.mine.nu/ha
lorde
Posts: 20
Joined: Fri Mar 17, 2023 9:45 am

Re: Guide install HomeAutomation on Raspberry PI 2 Modell B

Post by lorde »

Hello Tom,
Do you know a simple way to upgrade the HA application to the last version (without to re install everything ?)

Thank you in advance. Great job !!!
Post Reply