I am trying to use the latest code for EmonBase (located here https://github.com/openenergymonitor/NanodeRF/tree/master/NanodeRF_Power_RTCrelay_GLCDtemp) with a static, local server install of emonCMS. I belive I have corrected the lines in the code as per the comments to make this work with a static server install, however I cannot get it to post.
Does anyone have any recent experence with the Static IP parts of this code? Is it still supported?
Kind Regards,
Mike Christiansen
Re: Static IP EmonCMS Server - Still supported in the current code?
I did an install of this this week. The instructions were not as clear as they could be, but I had it posting. If I fire my Pc later I'll try and post the changes I made.
Lloyd
Re: Static IP EmonCMS Server - Still supported in the current code?
The changes are in two places. First in NanodeRF_Power_RTCrelay_GLCDtemp , in the Ethernet section:
Re: Static IP EmonCMS Server - Still supported in the current code?
Thanks so much Liod! Ill give that a go when im home from work.
Thanks Again.
Kind Regards,
Mike Christiansen.
Re: Static IP EmonCMS Server - Still supported in the current code?
I am trying to use the latest code for EmonBase (located here https://github.com/openenergymonitor/NanodeRF/tree/master/NanodeRF_Power_RTCrelay_GLCDtemp) with Domain name on remote webserver. I'm getting 'dhcp_dns' not declared when I try to upload to nanoderf . You seem to be answering this issues above but I can't see any dhcp.dns tab in sketch window, how do I fix (newbee ).
Thank
Peter
Re: Static IP EmonCMS Server - Still supported in the current code?
I'm not an expert but....
You should have a folder (called NanodeRF_Power_RTCrelay_GLCDtemp) which should contain three files ( NanodeRF_Power_RTCrelay_GLCDtemp.ino, dhcp_dns.ino and decode_reply.ino). Opening the first of these in arduino 1.0 should open the other two automatically into additional tabs.
Lloyd